Compare commits

...

19 commits

Author SHA1 Message Date
Sarah Norris
f5e2f7af93 chore: auto-update package info
- blockbase@2.1.0
2021-11-25 16:25:21 +00:00
Sarah Norris
58a2ec94a9 feat(try): initial attempt at updating style.css 2021-11-25 16:23:38 +00:00
Sarah Norris
8dcc16a255 docs(blockbase): tweak readme 2021-11-25 15:42:43 +00:00
Sarah Norris
44c876fb77 feat(github-action): add update-themes action 2021-11-25 15:14:23 +00:00
Sarah Norris
d9ae191319 docs: add conventional commits info to repo readme 2021-11-25 13:20:48 +00:00
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
52 changed files with 6626 additions and 91 deletions

28
.github/workflows/update-themes.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: "Update Themes"
on:
pull_request_target:
types: [ closed ]
jobs:
main:
if: github.event.pull_request.merged == true
name: Update changelogs and versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# pulls all commits (needed for lerna to correctly version)
fetch-depth: "0"
all_commits: true
all_tags: true
- uses: actions/setup-node@v2
with:
node-version: 12
- run: git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- run: git config --global user.name "github-actions[bot]"
- run: npm ci
- run: npm run update-themes
#- run: git push

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

@ -24,6 +24,10 @@ Found a bug you can fix? Fantastic! Patches are always welcome. Here are a coupl
By contributing code to our free themes, you grant its use under the [GNU General Public License v2 (or later)](LICENSE).
### Commit Format
We use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to automatically generate our themes' changelogs and version numbers. Please follow the conventional commit format when commiting code, or use the `npm run commit` command when commiting changes.
## Testing pull requests
### Using GitHub

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",

130
blockbase/CHANGELOG.md Normal file
View file

@ -0,0 +1,130 @@
# 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.0](https://github.com/Automattic/themes/compare/blockbase@2.0.3...blockbase@2.1.0) (2021-11-25)
### Features
* **try:** initial attempt at updating style.css ([58a2ec9](https://github.com/Automattic/themes/commit/58a2ec94a9a4eaeb3996f8c3e9f4d4d2bfe1fbcc))
## [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

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

View file

@ -1,6 +1,6 @@
{
"name": "blockbase",
"version": "2.0.0",
"version": "2.1.0",
"description": "Blank Parent Theme",
"bugs": {
"url": "https://github.com/Automattic/themes/issues"
@ -34,6 +34,7 @@
],
"scripts": {
"start": "chokidar \"sass/**/*.scss\" -c \"npm run build\" --initial",
"build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
"build": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/ponyfill.scss assets/ponyfill.css --output-style expanded --indent-type tab --indent-width 1 --source-map true",
"stylecss-version": "node ../theme-utils.mjs lerna-update-stylecss"
}
}

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,33 @@
"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",
"prep-updates": "npx lerna version --conventional-commits --no-commit-hooks --no-push --yes",
"update-stylecss": "npx lerna run stylecss-version --since",
"update-themes": "npm run prep-updates && npm run prep-css"
},
"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 +60,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",

View file

@ -26,6 +26,7 @@ const isWin = process.platform === 'win32';
case "deploy-preview": return deployPreview();
case "deploy-theme": return deployThemes([args?.[1]]);
case "build-com-zip": return buildComZip([args?.[1]]);
case "lerna-update-stylecss": return lernaUpdateStyleCss();
}
return showHelp();
})();
@ -35,6 +36,16 @@ function showHelp(){
console.log('Help info can go here');
}
async function lernaUpdateStyleCss(theme, newVersion) {
console.log('Update style.css versions');
if (!theme || !newVersion) {
return;
}
let styleCss = fs.readFileSync(`${theme}/style.css`, 'utf8');
await executeCommand(`perl -pi -e 's/Version: (.*)$/"Version: '${newVersion}'"/ge' ${styleCss}`);
}
/*
Determine what changes would be deployed
*/

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",