Skip to content

Commit

Permalink
Built changes for v0.2.4 from production 6fde834
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed Dec 18, 2023
1 parent 6fde834 commit 3250d2f
Show file tree
Hide file tree
Showing 43 changed files with 1,128 additions and 1,597 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":"75eca24f8930f32928b9","mode":"production","main":{"css":{"path":"main.1911c0b3.min.css","hash":"e55dd22c263883f71290"},"js":{"path":"main.1911c0b3.bundle.js","hash":"26c3981e832cbae4b867"},"php":{"path":"main.1911c0b3.bundle.asset.php","hash":"75eca24f8930f32928b9"}},"blockEditor":{"css":{"path":"blockEditor.88792258.min.css","hash":"e55dd22c263883f71290"},"js":{"path":"blockEditor.88792258.bundle.js","hash":"f65d8822a95d0562185b"},"php":{"path":"blockEditor.88792258.bundle.asset.php","hash":"75eca24f8930f32928b9"}}}
1 change: 1 addition & 0 deletions client/build/blockEditor.88792258.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' => '887922585ec1ec649482dca988d84589');
2 changes: 2 additions & 0 deletions client/build/blockEditor.88792258.bundle.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions client/build/blockEditor.88792258.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.88792258.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.1911c0b3.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' => '1911c0b33666b12dab927dc50f636fc5');
2 changes: 2 additions & 0 deletions client/build/main.1911c0b3.bundle.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions client/build/main.1911c0b3.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.1911c0b3.min.css

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

Loading

0 comments on commit 3250d2f

Please sign in to comment.