Skip to content

Commit

Permalink
Merge pull request #316 from 10up/changeset-release/develop
Browse files Browse the repository at this point in the history
Release (next)
  • Loading branch information
nicholasio authored Aug 2, 2023
2 parents d3ea57e + ce3a1c3 commit e866895
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 7 deletions.
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@10up/babel-preset-default": "2.1.0",
"@10up/eslint-config": "3.1.1",
"@10up/eslint-plugin": "2.0.0",
"@10up/stylelint-config": "2.0.4",
"10up-toolkit": "5.2.1",
"tenup-theme": "1.1.5-next.7",
"@10up/component-accordion": "2.1.5",
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"eleven-wolves-grab",
"sixty-seas-chew"
]
}
7 changes: 7 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.5-next.0

### Patch Changes

- b172081: Fixes validation for `--wp--some--property` for custom properties
Fixes usage of `currentcolor` vs `currentColor`

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/stylelint-config",
"version": "2.0.4",
"version": "2.0.5-next.0",
"description": "10up stylelint config for WordPress projects",
"main": "index.js",
"homepage": "https://github.com/10up/10up-toolkit/tree/develop/packages/stylelint-config#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.2.2-next.0

### Patch Changes

- d3ea57e: install @wordpress/eslint-plugin in toolkit by default
- Updated dependencies [b172081]
- @10up/stylelint-config@2.0.5-next.0

## 5.2.1

### Patch 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": "5.2.1",
"version": "5.2.2-next.0",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand Down Expand Up @@ -71,12 +71,12 @@
"devDependencies": {
"@10up/babel-preset-default": "^2.1.0",
"@10up/eslint-config": "^3.1.1",
"@10up/stylelint-config": "^2.0.4"
"@10up/stylelint-config": "^2.0.5-next.0"
},
"peerDependencies": {
"@10up/babel-preset-default": "^2.0.4",
"@10up/eslint-config": "^3.1.1",
"@10up/stylelint-config": ">=2.0.4",
"@10up/stylelint-config": ">=2.0.5-next.0",
"@linaria/webpack-loader": "^4.1.11",
"@linaria/babel-preset": "^4.3.3"
},
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": "^4.3.3",
"@linaria/webpack-loader": "^4.1.11",
"@wordpress/env": "^5.0.0",
"10up-toolkit": "^5.2.1"
"10up-toolkit": "^5.2.2-next.0"
},
"dependencies": {
"@10up/block-components": "1.7.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": "^5.2.1"
"10up-toolkit": "^5.2.2-next.0"
},
"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": "^5.2.1",
"10up-toolkit": "^5.2.2-next.0",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.6.3",
Expand Down

0 comments on commit e866895

Please sign in to comment.