Skip to content

Commit

Permalink
Built changes for v0.6.0 from production f79db82
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Oct 3, 2024
1 parent f79db82 commit a9c0e90
Show file tree
Hide file tree
Showing 42 changed files with 1,163 additions and 1,619 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.

12 changes: 0 additions & 12 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.

17 changes: 0 additions & 17 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":"469b2720ff58045e520d","mode":"production","main":{"css":{"path":"main.b0805fcc.min.css","hash":"566381b80137883c50db"},"js":{"path":"main.b0805fcc.bundle.js","hash":"b02d75616cf009c704b4"},"php":{"path":"main.b0805fcc.bundle.asset.php","hash":"469b2720ff58045e520d"}},"blockEditor":{"css":{"path":"blockEditor.34b43fe6.min.css","hash":"566381b80137883c50db"},"js":{"path":"blockEditor.34b43fe6.bundle.js","hash":"fcedd43d93af44e57eb1"},"php":{"path":"blockEditor.34b43fe6.bundle.asset.php","hash":"469b2720ff58045e520d"}}}
1 change: 1 addition & 0 deletions client/build/blockEditor.34b43fe6.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' => '39ff2f25d6e25f0f7f15');
42 changes: 42 additions & 0 deletions client/build/blockEditor.34b43fe6.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/build/blockEditor.34b43fe6.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.b0805fcc.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' => 'e25bb3c6da8422f604a6');
2 changes: 2 additions & 0 deletions client/build/main.b0805fcc.bundle.js

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit a9c0e90

Please sign in to comment.