Prepare Packages for Release (#37991)
This commit is contained in:
commit
856df0a3a6
|
@ -2,6 +2,17 @@
|
|||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.2.0](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block/v/1.2.0) - 2023-04-26
|
||||
|
||||
- Patch - This patch includes the following changes:
|
||||
|
||||
- Add `prettier:npm:wp-prettier@2.6.2`
|
||||
- Add `.wp-env`
|
||||
- Add `.nvmrc`
|
||||
- Correct CSS handle of newsletter subscription block
|
||||
- Correct metadata category of newsletter subscription block [#37914]
|
||||
- Minor - Update pnpm to version 8. [#37914]
|
||||
|
||||
## [1.1.0](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block/v/1.1.0) - 2022-11-21
|
||||
|
||||
- Patch - Include an example of adding an inner block to the WooCommerce Blocks Checkout Block [#35609]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm to version 8.
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: Dev dependency update.
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
This patch includes the following changes:
|
||||
|
||||
- Add `prettier:npm:wp-prettier@2.6.2`
|
||||
- Add `.wp-env`
|
||||
- Add `.nvmrc`
|
||||
- Correct CSS handle of newsletter subscription block
|
||||
- Correct metadata category of newsletter subscription block
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/extend-cart-checkout-block",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
|
|
1044
pnpm-lock.yaml
1044
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue