From 1440bab7f0c234cdd88d935e18ce9fa1fe238743 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Oct 2024 16:05:07 +0000 Subject: [PATCH] chore: version packages (next) (next) --- .changeset/pre.json | 2 ++ packages/babel-preset-default/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/stylelint-config/package.json | 2 +- packages/toolkit/CHANGELOG.md | 11 +++++++++++ packages/toolkit/package.json | 6 +++--- projects/10up-theme/package.json | 2 +- projects/library-ts/package.json | 2 +- projects/library/package.json | 2 +- 10 files changed, 28 insertions(+), 9 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4acfc9a3..f35378cd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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" ] } diff --git a/packages/babel-preset-default/package.json b/packages/babel-preset-default/package.json index 8891c160..34f8b048 100644 --- a/packages/babel-preset-default/package.json +++ b/packages/babel-preset-default/package.json @@ -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", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c982f33d..825b8606 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.1.1-next.0 + +### Patch Changes + +- 402c108: [eslint-config] update deps + ## 4.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7abe91ed..02a5253f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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" diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 912efca9..522eab50 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -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": { diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index 1a5fa08d..fe990f60 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -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 diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index c3f20a67..2aa2e1a3 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -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" }, @@ -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", diff --git a/projects/10up-theme/package.json b/projects/10up-theme/package.json index 10b8346a..d78d9f38 100644 --- a/projects/10up-theme/package.json +++ b/projects/10up-theme/package.json @@ -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", diff --git a/projects/library-ts/package.json b/projects/library-ts/package.json index 6dc35eaf..e332066c 100644 --- a/projects/library-ts/package.json +++ b/projects/library-ts/package.json @@ -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" diff --git a/projects/library/package.json b/projects/library/package.json index ec1bd39d..60dac71b 100644 --- a/projects/library/package.json +++ b/projects/library/package.json @@ -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",