Skip to content

Commit

Permalink
fix toolkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jan 2, 2025
1 parent 9f58b90 commit 5e8a857
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 6.3.0-next.1
## 6.3.1-next.1

### Minor Changes

Expand All @@ -11,7 +11,7 @@
- Updated dependencies [402c108]
- @10up/eslint-config@4.1.1-next.0

## 6.3.0-next.0
## 6.3.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git+https://github.com/10up/10up-toolkit.git",
"directory": "packages/toolkit"
},
"version": "6.3.0-next.1",
"version": "6.3.1-next.1",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/10up-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@linaria/babel-preset": "^5.0.3",
"@linaria/webpack-loader": "^5.0.3",
"@wordpress/env": "^10.10.0",
"10up-toolkit": "^6.3.0-next.1"
"10up-toolkit": "^6.3.1-next.1"
},
"dependencies": {
"@10up/block-components": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/library-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^6.3.0-next.1"
"10up-toolkit": "^6.3.1-next.1"
},
"dependencies": {
"xss": "^1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion projects/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/10up/component-accordion#readme",
"devDependencies": {
"10up-toolkit": "^6.3.0-next.1",
"10up-toolkit": "^6.3.1-next.1",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit 5e8a857

Please sign in to comment.