Skip to content

Commit

Permalink
chore: version packages (next) (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent 402c108 commit 1440bab
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"dull-pigs-cheer",
"eight-pumpkins-provide",
"lemon-owls-invent",
"light-mice-relate",
"young-guests-deliver"
]
}
2 changes: 1 addition & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"core-js": "^3.35.0"
},
"devDependencies": {
"@10up/eslint-config": "^4.1.0-next.0",
"@10up/eslint-config": "^4.1.1-next.0",
"@wordpress/element": "^4.20.0",
"babel-jest": "^27.5.1",
"eslint": "^8.40.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.1-next.0

### Patch Changes

- 402c108: [eslint-config] update deps

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/eslint-config",
"version": "4.1.0",
"version": "4.1.1-next.0",
"description": "A shareable ESLint configuration",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"node": "^16.0.0 || ^18.0.0 || ^20.0.0"
},
"devDependencies": {
"@10up/eslint-config": "^4.1.0-next.0",
"@10up/eslint-config": "^4.1.1-next.0",
"jest": "^29.7.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 6.3.0-next.1

### Minor Changes

- 402c108: Introducing Vanilla-extract support

### Patch Changes

- Updated dependencies [402c108]
- @10up/eslint-config@4.1.1-next.0

## 6.3.0-next.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "6.3.0-next.1",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand Down Expand Up @@ -75,12 +75,12 @@
},
"devDependencies": {
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.1.0",
"@10up/eslint-config": ">=4.1.1-next.0",
"@10up/stylelint-config": ">=3.0.0"
},
"peerDependencies": {
"@10up/babel-preset-default": ">=2.1.1",
"@10up/eslint-config": ">=4.1.0-next.0",
"@10up/eslint-config": ">=4.1.1-next.0",
"@10up/stylelint-config": ">=3.0.0",
"@linaria/babel-preset": ">=4.3.3",
"@linaria/webpack-loader": ">=4.1.11",
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.0"
"10up-toolkit": "^6.3.0-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.0"
"10up-toolkit": "^6.3.0-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.0",
"10up-toolkit": "^6.3.0-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 1440bab

Please sign in to comment.