Skip to content

Commit

Permalink
Merge pull request #391 from 10up/changeset-release/develop
Browse files Browse the repository at this point in the history
Release (next)
  • Loading branch information
nicholasio authored Apr 29, 2024
2 parents 8981054 + 9bd492d commit 9163e46
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"@10up/library-ts-test": "2.1.5"
},
"changesets": [
"early-kiwis-arrive"
"early-kiwis-arrive",
"neat-trees-roll",
"thin-geckos-sparkle"
]
}
10 changes: 10 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.1.0-next.1

### Minor Changes

- 1693913: Bundle PostCSS Global Data Plugin with default configuration

### Patch Changes

- 20d2e65: Feature: allow defining module script entrypoints via `moduleEntry` key in `package.json` decoupled from blocks

## 6.1.0-next.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.1.0-next.0",
"version": "6.1.0-next.1",
"bin": {
"10up-toolkit": "bin/10up-toolkit.js"
},
Expand Down
8 changes: 4 additions & 4 deletions 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.1.0-next.0"
"10up-toolkit": "^6.1.0-next.1"
},
"dependencies": {
"@10up/block-components": "^1.18.0",
Expand All @@ -47,8 +47,8 @@
"core-block-overrides": "./includes/core-block-overrides.js",
"test-style": "./assets/css/frontend/testing.scss"
},
"moduleEntry": {
"frontend-module": "./assets/js/frontend/frontend-module.js"
}
"moduleEntry": {
"frontend-module": "./assets/js/frontend/frontend-module.js"
}
}
}
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.1.0-next.0"
"10up-toolkit": "^6.1.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.1.0-next.0",
"10up-toolkit": "^6.1.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 9163e46

Please sign in to comment.