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 Sep 24, 2024
1 parent 84d6344 commit 0a04496
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 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.1",
"@10up/eslint-config": "4.1.0",
"@10up/stylelint-config": "3.0.0",
"10up-toolkit": "6.2.2",
"tenup-theme": "1.1.5-next.7",
"@10up/component-accordion": "2.1.5",
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"eight-pumpkins-provide",
"lemon-owls-invent",
"young-guests-deliver"
]
}
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.0

### Minor Changes

- 3a5b540: Allow block-specific CSS entry points to get automatically generated for any CSS files in the `assets/css/blocks` directory.

### Patch Changes

- 8b74e5a: Simple enhancements to toolkit project command to align with devops needs.
- 7ce09d9: Fix: transform file extension for .ts and .tsx assets inside block.json files

## 6.2.2

### Patch 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.2.2",
"version": "6.3.0-next.0",
"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": "^5.0.0",
"10up-toolkit": "^6.2.2"
"10up-toolkit": "^6.3.0-next.0"
},
"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.2.2"
"10up-toolkit": "^6.3.0-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": "^6.2.2",
"10up-toolkit": "^6.3.0-next.0",
"@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 0a04496

Please sign in to comment.