Skip to content

Commit 44caa00

Browse files
Version Packages (#423)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7692784 commit 44caa00

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/eight-pumpkins-provide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.2.2
4+
5+
### Patch Changes
6+
7+
- 7692784: Simple enhancements to toolkit project command to align with devops needs.
8+
39
## 6.2.1
410

511
### Patch Changes

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/10up/10up-toolkit.git",
1414
"directory": "packages/toolkit"
1515
},
16-
"version": "6.2.1",
16+
"version": "6.2.2",
1717
"bin": {
1818
"10up-toolkit": "bin/10up-toolkit.js"
1919
},

projects/10up-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@linaria/babel-preset": "^5.0.3",
2121
"@linaria/webpack-loader": "^5.0.3",
2222
"@wordpress/env": "^5.0.0",
23-
"10up-toolkit": "^6.2.1"
23+
"10up-toolkit": "^6.2.2"
2424
},
2525
"dependencies": {
2626
"@10up/block-components": "^1.18.0",

projects/library-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/10up/component-accordion#readme",
4141
"devDependencies": {
42-
"10up-toolkit": "^6.2.1"
42+
"10up-toolkit": "^6.2.2"
4343
},
4444
"dependencies": {
4545
"xss": "^1.0.11"

projects/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/10up/component-accordion#readme",
2828
"devDependencies": {
29-
"10up-toolkit": "^6.2.1",
29+
"10up-toolkit": "^6.2.2",
3030
"@testing-library/dom": "9.3.3",
3131
"@testing-library/jest-dom": "^6.2.0",
3232
"@testing-library/user-event": "^14.5.2",

0 commit comments

Comments
 (0)