Skip to content

Commit

Permalink
Built changes for v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Sep 19, 2023
1 parent 14cf99c commit 41a6f5f
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 1,579 deletions.
21 changes: 0 additions & 21 deletions .deployignore

This file was deleted.

25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/built-branch.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/built-release.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/code-quality.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/dependabot-auto-approve.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/node-tests.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/unit-test.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/update-changelog.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/upgrade-wordpress-plugin.yml

This file was deleted.

21 changes: 13 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
.DS_Store
.vscode
.npm
Thumbs.db
wp-cli.local.yml
node_modules/
composer.lock
*.sql
*.tar.gz
*.zip
.phpcs/*.json
.phpunit.result.cache

# Client build files
client/build/
/vendor
Dockerfile
output.log
.github
tests
bin
composer.lock
.phpcs.xml
phpunit.xml
configure.php
DOCKER_ENV
phpunit.xml
.phpcs
Makefile
51 changes: 0 additions & 51 deletions .phpcs.xml

This file was deleted.

Empty file removed .phpcs/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions client/build/assetMap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"hash":"9d183c03f7b40cc554a9","mode":"production","main":{"css":{"path":"main.b7534005.min.css","hash":"4ec333f23255ef27ad2c"},"js":{"path":"main.b7534005.bundle.js","hash":"f59f23d25a3a6adf1633"},"php":{"path":"main.b7534005.bundle.asset.php","hash":"9d183c03f7b40cc554a9"}},"blockEditor":{"css":{"path":"blockEditor.54b6a97f.min.css","hash":"4ec333f23255ef27ad2c"},"js":{"path":"blockEditor.54b6a97f.bundle.js","hash":"071f1cf2323f499947ac"},"php":{"path":"blockEditor.54b6a97f.bundle.asset.php","hash":"9d183c03f7b40cc554a9"}}}
1 change: 1 addition & 0 deletions client/build/blockEditor.54b6a97f.bundle.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-url'), 'version' => '54b6a97fa0f7cef2b48ed06eca3b0f1a');
2 changes: 2 additions & 0 deletions client/build/blockEditor.54b6a97f.bundle.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions client/build/blockEditor.54b6a97f.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
1 change: 1 addition & 0 deletions client/build/blockEditor.54b6a97f.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/build/main.b7534005.bundle.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-url'), 'version' => 'b7534005660756ec443cb2a393d055ba');
2 changes: 2 additions & 0 deletions client/build/main.b7534005.bundle.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions client/build/main.b7534005.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
1 change: 1 addition & 0 deletions client/build/main.b7534005.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41a6f5f

Please sign in to comment.