Compare commits
14 commits
trunk
...
blockbase@
Author | SHA1 | Date | |
---|---|---|---|
![]() |
71b59340cc | ||
![]() |
fbd3edcb63 | ||
![]() |
371162c7df | ||
![]() |
b7ac6ae6fb | ||
![]() |
cc39193bce | ||
![]() |
b8e8ae1d35 | ||
![]() |
a96197b67c | ||
![]() |
16ed9344c9 | ||
![]() |
0ddc6d2f00 | ||
![]() |
57504b8bc9 | ||
![]() |
2f8f8c2add | ||
![]() |
d93a34f9a6 | ||
![]() |
10248deec4 | ||
![]() |
8c536e7da3 |
50 changed files with 6572 additions and 94 deletions
19
.github/workflows/validate-pr-title.yml
vendored
Normal file
19
.github/workflows/validate-pr-title.yml
vendored
Normal 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
4
.husky/commit-msg
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit "$1"
|
11
affinity/fonts/CHANGELOG.md
Normal file
11
affinity/fonts/CHANGELOG.md
Normal 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))
|
|
@ -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
119
blockbase/CHANGELOG.md
Normal 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)
|
|
@ -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
|
||||
|
||||
|
|
2
blockbase/package-lock.json
generated
2
blockbase/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "blockbase",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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"
|
||||
|
|
11
button-2/assets/fonts/genericons/CHANGELOG.md
Normal file
11
button-2/assets/fonts/genericons/CHANGELOG.md
Normal 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))
|
|
@ -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
1
commitlint.config.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = { extends: ['@commitlint/config-conventional'] };
|
68
geologist/CHANGELOG.md
Normal file
68
geologist/CHANGELOG.md
Normal 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
|
2
geologist/package-lock.json
generated
2
geologist/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "geologist",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
11
ixion/assets/fonts/genericons/CHANGELOG.md
Normal file
11
ixion/assets/fonts/genericons/CHANGELOG.md
Normal 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))
|
|
@ -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",
|
||||
|
|
11
karuna/assets/fonts/genericons/CHANGELOG.md
Normal file
11
karuna/assets/fonts/genericons/CHANGELOG.md
Normal 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))
|
|
@ -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
36
kerr/CHANGELOG.md
Normal 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
|
2
kerr/package-lock.json
generated
2
kerr/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "kerr",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
12
lerna.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"command": {
|
||||
"version": {
|
||||
"conventionalCommits": true,
|
||||
"message": "chore: auto-update package info"
|
||||
}
|
||||
},
|
||||
"packages": [
|
||||
"**/*"
|
||||
],
|
||||
"version": "independent"
|
||||
}
|
11
libre-2/fonts/CHANGELOG.md
Normal file
11
libre-2/fonts/CHANGELOG.md
Normal 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))
|
|
@ -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",
|
||||
|
|
60
mayland-blocks/CHANGELOG.md
Normal file
60
mayland-blocks/CHANGELOG.md
Normal 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
|
2
mayland-blocks/package-lock.json
generated
2
mayland-blocks/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mayland-blocks",
|
||||
"version": "2.1.16",
|
||||
"version": "2.1.20",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
5736
package-lock.json
generated
File diff suppressed because it is too large
Load diff
19
package.json
19
package.json
|
@ -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
48
payton/CHANGELOG.md
Normal 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
|
2
payton/package-lock.json
generated
2
payton/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "payton",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
84
quadrat/CHANGELOG.md
Normal 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
|
2
quadrat/package-lock.json
generated
2
quadrat/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "quadrat",
|
||||
"version": "1.1.25",
|
||||
"version": "1.1.29",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
48
russell/CHANGELOG.md
Normal 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
|
2
russell/package-lock.json
generated
2
russell/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "russell",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
56
seedlet-blocks/CHANGELOG.md
Normal file
56
seedlet-blocks/CHANGELOG.md
Normal 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
|
2
seedlet-blocks/package-lock.json
generated
2
seedlet-blocks/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "seedlet-blocks",
|
||||
"version": "2.1.15",
|
||||
"version": "2.1.19",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
64
skatepark/CHANGELOG.md
Normal 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
|
2
skatepark/package-lock.json
generated
2
skatepark/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "skatepark",
|
||||
"version": "1.0.16",
|
||||
"version": "1.0.23",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
99
videomaker/CHANGELOG.md
Normal 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)
|
2
videomaker/package-lock.json
generated
2
videomaker/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "videomaker",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.38",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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
56
zoologist/CHANGELOG.md
Normal 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
|
2
zoologist/package-lock.json
generated
2
zoologist/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zoologist",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.18",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue