Skip to content

Commit

Permalink
chore: promote from @next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2022
1 parent 47e1497 commit 892d7b9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-rivers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-otters-hide.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pets-collect.md

This file was deleted.

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

## 4.2.0

### Minor Changes

- 2e67b06: Replaces `squoosh` with a custom implementation using `sharp` for optimizing images.
- d60ce6c: Refine the way block assets get handled. 10up-toolkit will now create Webpack entrypoints for any assets that are defined in any block.json files automatically for you. So no need to manually adding manual entrypoints per block.

### Patch Changes

- bc89638: Fix how webpack handles addition of new block.json files during watch mode

## 4.2.0-next.2

### 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": "4.2.0-next.2",
"version": "4.2.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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"@wordpress/env": "^4.9.0",
"10up-toolkit": "^4.2.0-next.2"
"10up-toolkit": "^4.2.0"
},
"dependencies": {
"@10up/component-accordion": "^2.1.5",
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": "^4.2.0-next.2"
"10up-toolkit": "^4.2.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": "^4.2.0-next.2",
"10up-toolkit": "^4.2.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 892d7b9

Please sign in to comment.