Compare commits

...

14 commits

Author SHA1 Message Date
Sarah Norris
71b59340cc chore: auto-update package info
- blockbase@2.0.3
2021-11-25 12:45:33 +00:00
Sarah Norris
fbd3edcb63 chore(lerna): remove allowBranch
This needs to be added back before merging this branch (and the branch should be trunk not main!)
2021-11-25 12:45:15 +00:00
Sarah Norris
371162c7df docs(blockbase): tweak plugin instructions 2021-11-25 12:41:15 +00:00
Sarah Norris
b7ac6ae6fb chore(update-themes): remove --amend flag 2021-11-25 12:38:52 +00:00
Sarah Norris
cc39193bce feat: add gh action for validating pr titles 2021-11-25 12:30:39 +00:00
Sarah Norris
b8e8ae1d35 docs(blockbase): tweak readme 2021-11-24 17:57:19 +00:00
Sarah Norris
a96197b67c fix: make all package names unique 2021-11-24 17:56:04 +00:00
Sarah Norris
16ed9344c9 docs(blockbase): tweak readme 2021-11-24 17:47:24 +00:00
Sarah Norris
0ddc6d2f00 chore: rename update command 2021-11-24 17:44:47 +00:00
Sarah Norris
57504b8bc9 feat: add husky commit-msg hook 2021-11-24 17:26:23 +00:00
Sarah Norris
2f8f8c2add chore: add commit & update-packages scripts 2021-11-24 17:25:59 +00:00
Sarah Norris
d93a34f9a6 feat: add new husky hooks 2021-11-24 17:25:32 +00:00
Sarah Norris
10248deec4 chore: add commitlint, lerna & commitizen config 2021-11-24 17:25:09 +00:00
Sarah Norris
8c536e7da3 feat: install lerna and other packages 2021-11-24 17:23:28 +00:00
50 changed files with 6572 additions and 94 deletions

19
.github/workflows/validate-pr-title.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: "Validate PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Check PR title matches the Conventional Commits spec
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.6
with:
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4
.husky/commit-msg Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit "$1"

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2021-11-24)
### Bug Fixes
* make all package names unique ([0649c38](https://github.com/Automattic/Genericons/commit/0649c387682ba79dd6f521db5af82623e2abff5b))

View file

@ -1,6 +1,6 @@
{
"name": "genericons",
"version": "1.0.0",
"name": "genericons-affinity",
"version": "1.0.1",
"description": "Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.",
"repository": {
"type": "git",

119
blockbase/CHANGELOG.md Normal file
View file

@ -0,0 +1,119 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.3](https://github.com/Automattic/themes/compare/blockbase@2.0.2...blockbase@2.0.3) (2021-11-25)
**Note:** Version bump only for package blockbase
## [2.0.2](https://github.com/Automattic/themes/compare/blockbase@2.0.1...blockbase@2.0.2) (2021-11-24)
**Note:** Version bump only for package blockbase
## 2.0.1 (2021-11-24)
## 1.0.41 (2021-11-19)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.35 (2021-11-03)
## 1.0.34 (2021-11-03)
## 1.0.29 (2021-10-29)
## 1.0.28 (2021-10-28)
## 1.0.27 (2021-10-27)
## 1.0.26 (2021-10-26)
## 1.0.25 (2021-10-26)
## 1.0.23 (2021-10-25)
## 1.0.22 (2021-10-21)
## 1.0.21 (2021-10-20)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.13 (2021-10-14)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.7 (2021-10-06)
## 1.0.6 (2021-10-05)
## 1.0.3 (2021-09-28)
### Reverts
* Revert "Blockbase: Remove wpcom specific CSS file (#4548)" (#4549) ([d8948a3](https://github.com/Automattic/themes/commit/d8948a3a9eb8242d1dfa5c53d259a786e1fea0e9)), closes [#4548](https://github.com/Automattic/themes/issues/4548) [#4549](https://github.com/Automattic/themes/issues/4549)

View file

@ -12,10 +12,10 @@ You can use `npm start` and it will be in 'watch mode' recompiling the .scss fil
Use the [Create Blockbase Theme](https://github.com/Automattic/create-blockbase-theme) utility.
Install Blockbase (or any Blockbase child)
Use the Customizer and/or Full Site Editor to tweak the design to your liking.
Install the Create Blockbase Theme utility
Use it to export a new child theme of Blockbase.
1. Install Blockbase (or any Blockbase child)
2. Use the Customizer and/or Full Site Editor to tweak the design to your liking.
3. Install the Create Blockbase Theme utility
4. Use it to export a new child theme of Blockbase.
## Creating a Blockbase child theme manually

View file

@ -1,6 +1,6 @@
{
"name": "blockbase",
"version": "2.0.0",
"version": "2.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "blockbase",
"version": "2.0.0",
"version": "2.0.3",
"description": "Blank Parent Theme",
"bugs": {
"url": "https://github.com/Automattic/themes/issues"

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2021-11-24)
### Bug Fixes
* make all package names unique ([0649c38](https://github.com/Automattic/Genericons/commit/0649c387682ba79dd6f521db5af82623e2abff5b))

View file

@ -1,6 +1,6 @@
{
"name": "genericons",
"version": "1.0.0",
"name": "genericons-button-2",
"version": "1.0.1",
"description": "Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.",
"repository": {
"type": "git",

1
commitlint.config.js Normal file
View file

@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };

68
geologist/CHANGELOG.md Normal file
View file

@ -0,0 +1,68 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.16 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.31 (2021-10-29)
## 1.0.29 (2021-10-29)
## 1.0.25 (2021-10-26)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.10 (2021-10-08)
## 1.0.7 (2021-10-06)
## 1.0.6 (2021-10-05)
## 1.0.3 (2021-09-28)
**Note:** Version bump only for package geologist

View file

@ -1,6 +1,6 @@
{
"name": "geologist",
"version": "1.0.12",
"version": "1.0.16",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "geologist",
"version": "1.0.15",
"version": "1.0.16",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2021-11-24)
### Bug Fixes
* make all package names unique ([0649c38](https://github.com/Automattic/Genericons/commit/0649c387682ba79dd6f521db5af82623e2abff5b))

View file

@ -1,6 +1,6 @@
{
"name": "genericons",
"version": "1.0.0",
"name": "genericons-ixion",
"version": "1.0.1",
"description": "Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.",
"repository": {
"type": "git",

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2021-11-24)
### Bug Fixes
* make all package names unique ([0649c38](https://github.com/Automattic/Genericons/commit/0649c387682ba79dd6f521db5af82623e2abff5b))

View file

@ -1,6 +1,6 @@
{
"name": "genericons",
"version": "1.0.0",
"name": "genericons-karuna",
"version": "1.0.1",
"description": "Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.",
"repository": {
"type": "git",

36
kerr/CHANGELOG.md Normal file
View file

@ -0,0 +1,36 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.12 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.35 (2021-11-03)
## 1.0.34 (2021-11-03)
## 1.0.33 (2021-11-02)
## 1.0.29 (2021-10-29)
## 1.0.27 (2021-10-27)
**Note:** Version bump only for package kerr

View file

@ -1,6 +1,6 @@
{
"name": "kerr",
"version": "0.0.8",
"version": "0.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "kerr",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

12
lerna.json Normal file
View file

@ -0,0 +1,12 @@
{
"command": {
"version": {
"conventionalCommits": true,
"message": "chore: auto-update package info"
}
},
"packages": [
"**/*"
],
"version": "independent"
}

View file

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.1 (2021-11-24)
### Bug Fixes
* make all package names unique ([0649c38](https://github.com/Automattic/Genericons/commit/0649c387682ba79dd6f521db5af82623e2abff5b))

View file

@ -1,6 +1,6 @@
{
"name": "genericons",
"version": "1.0.0",
"name": "genericons-libre-2",
"version": "1.0.1",
"description": "Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.",
"repository": {
"type": "git",

View file

@ -0,0 +1,60 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.1.20 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.29 (2021-10-29)
## 1.0.25 (2021-10-26)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.10 (2021-10-08)
## 1.0.3 (2021-09-28)
**Note:** Version bump only for package mayland-blocks

View file

@ -1,6 +1,6 @@
{
"name": "mayland-blocks",
"version": "2.1.16",
"version": "2.1.20",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "mayland-blocks",
"version": "2.1.19",
"version": "2.1.20",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

5736
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,23 +24,31 @@
"deploy:git": "node ./theme-utils.mjs push-button-deploy-git",
"deploy:svn": "node ./theme-utils.mjs push-button-deploy-svn",
"deploy:preview": "node ./theme-utils.mjs deploy-preview",
"build:zip": "node ./theme-utils.mjs build-com-zip"
"build:zip": "node ./theme-utils.mjs build-com-zip",
"commit": "npx cz",
"update-themes": "npx lerna version --conventional-commits --no-commit-hooks --yes"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@octokit/rest": "^18.11.1",
"@wordpress/prettier-config": "^1.0.1",
"@wordpress/scripts": "^14.0.1",
"@wordpress/stylelint-config": "^19.0.1",
"chokidar-cli": "^2.1.0",
"husky": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"inquirer": "^8.1.5",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"open": "^8.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && node pre-commit-hook.js"
"pre-commit": "lint-staged && node pre-commit-hook.js",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "npx --no -- commitlint --edit '$1'"
}
},
"lint-staged": {
@ -50,5 +58,10 @@
},
"dependencies": {
"wp-prettier": "^2.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

48
payton/CHANGELOG.md Normal file
View file

@ -0,0 +1,48 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.15 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.36 (2021-11-03)
## 1.0.29 (2021-10-29)
## 1.0.26 (2021-10-26)
## 1.0.25 (2021-10-26)
## 1.0.23 (2021-10-25)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.17 (2021-10-19)
**Note:** Version bump only for package payton

View file

@ -1,6 +1,6 @@
{
"name": "payton",
"version": "0.0.11",
"version": "0.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "payton",
"version": "0.0.14",
"version": "0.0.15",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

84
quadrat/CHANGELOG.md Normal file
View file

@ -0,0 +1,84 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.29 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.31 (2021-10-29)
## 1.0.29 (2021-10-29)
## 1.0.28 (2021-10-28)
## 1.0.25 (2021-10-26)
## 1.0.23 (2021-10-25)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.16 (2021-10-15)
## 1.0.15 (2021-10-15)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.10 (2021-10-08)
## 1.0.7 (2021-10-06)
## 1.0.4 (2021-09-30)
## 1.0.3 (2021-09-28)
**Note:** Version bump only for package quadrat

View file

@ -1,6 +1,6 @@
{
"name": "quadrat",
"version": "1.1.25",
"version": "1.1.29",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "quadrat",
"version": "1.1.28",
"version": "1.1.29",
"description": "",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"autoprefixer": "^10.2.5",

48
russell/CHANGELOG.md Normal file
View file

@ -0,0 +1,48 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.15 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.38 (2021-11-08)
## 1.0.37 (2021-11-04)
## 1.0.29 (2021-10-29)
## 1.0.25 (2021-10-26)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.16 (2021-10-15)
**Note:** Version bump only for package russell

View file

@ -1,6 +1,6 @@
{
"name": "russell",
"version": "0.0.11",
"version": "0.0.15",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "russell",
"version": "0.0.14",
"version": "0.0.15",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

View file

@ -0,0 +1,56 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.1.19 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.25 (2021-10-26)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.10 (2021-10-08)
## 1.0.3 (2021-09-28)
**Note:** Version bump only for package seedlet-blocks

View file

@ -1,6 +1,6 @@
{
"name": "seedlet-blocks",
"version": "2.1.15",
"version": "2.1.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "seedlet-blocks",
"version": "2.1.18",
"version": "2.1.19",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

64
skatepark/CHANGELOG.md Normal file
View file

@ -0,0 +1,64 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.23 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.29 (2021-10-29)
## 1.0.22 (2021-10-21)
## 1.0.21 (2021-10-20)
## 1.0.20 (2021-10-20)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.17 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.10 (2021-10-08)
## 1.0.3 (2021-09-28)
**Note:** Version bump only for package skatepark

View file

@ -1,6 +1,6 @@
{
"name": "skatepark",
"version": "1.0.16",
"version": "1.0.23",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "skatepark",
"version": "1.0.22",
"version": "1.0.23",
"description": "",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"autoprefixer": "^10.2.5",

99
videomaker/CHANGELOG.md Normal file
View file

@ -0,0 +1,99 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 0.0.38 (2021-11-24)
## 1.0.41 (2021-11-19)
## 1.0.39 (2021-11-10)
## 1.0.37 (2021-11-04)
## 1.0.32 (2021-11-01)
### Reverts
* Revert "set wide with to 'full width but with margins' (#4939)" (#4947) ([f9ee930](https://github.com/Automattic/themes/commit/f9ee930f2bcae0909f8c327eb2fadca901f13e4a)), closes [#4939](https://github.com/Automattic/themes/issues/4939) [#4947](https://github.com/Automattic/themes/issues/4947)
## 1.0.29 (2021-10-29)
## 1.0.28 (2021-10-28)
## 1.0.27 (2021-10-27)
## 1.0.25 (2021-10-26)
## 1.0.24 (2021-10-26)
## 1.0.23 (2021-10-25)
## 1.0.22 (2021-10-21)
## 1.0.21 (2021-10-20)
## 1.0.20 (2021-10-20)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.15 (2021-10-15)
## 1.0.14 (2021-10-14)
## 1.0.13 (2021-10-14)
## 1.0.12 (2021-10-12)
## 1.0.11 (2021-10-11)
## 1.0.7 (2021-10-06)
## 1.0.3 (2021-09-28)

View file

@ -1,6 +1,6 @@
{
"name": "videomaker",
"version": "0.0.28",
"version": "0.0.38",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "videomaker",
"version": "0.0.37",
"version": "0.0.38",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",

56
zoologist/CHANGELOG.md Normal file
View file

@ -0,0 +1,56 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.18 (2021-11-24)
## 1.0.39 (2021-11-10)
## 1.0.38 (2021-11-08)
## 1.0.37 (2021-11-04)
## 1.0.31 (2021-10-29)
## 1.0.29 (2021-10-29)
## 1.0.26 (2021-10-26)
## 1.0.25 (2021-10-26)
## 1.0.22 (2021-10-21)
## 1.0.19 (2021-10-19)
## 1.0.18 (2021-10-19)
## 1.0.14 (2021-10-14)
## 1.0.13 (2021-10-14)
**Note:** Version bump only for package zoologist

View file

@ -1,6 +1,6 @@
{
"name": "zoologist",
"version": "1.0.13",
"version": "1.0.18",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,9 +1,8 @@
{
"name": "zoologist",
"version": "1.0.17",
"version": "1.0.18",
"description": "",
"main": "style.css",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"chokidar-cli": "^2.1.0",