Prepare Packages for Release (#48499)
* Automated change: Prep @woocommerce/extend-cart-checkout-block for release. * Re-add removed items from changelog with updated prefixes --------- Co-authored-by: opr <opr@users.noreply.github.com> Co-authored-by: Thomas Roberts <thomas.roberts@automattic.com>
This commit is contained in:
parent
317fcaedc8
commit
efb7f6adda
|
@ -2,15 +2,23 @@
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.3.0](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block/v/1.3.0) - 2024-06-14
|
||||||
|
|
||||||
|
- Minor - Adds an example of using the Additional Checkout Fields API [#48280]
|
||||||
|
- Minor - Bump node version. [#45148]
|
||||||
|
- Patch - bump php version in packages/js/*/composer.json [#42020]
|
||||||
|
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
|
||||||
|
- Minor - Update pnpm to 8.6.7 [#39245]
|
||||||
|
- Patch - Update pnpm to 9.1.0 [#47385]
|
||||||
|
|
||||||
## [1.2.0](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block/v/1.2.0) - 2023-04-26
|
## [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:
|
- Patch - This patch includes the following changes:
|
||||||
|
- Minor - Add `prettier:npm:wp-prettier@2.6.2`
|
||||||
- Add `prettier:npm:wp-prettier@2.6.2`
|
- Minor - Add `.wp-env`
|
||||||
- Add `.wp-env`
|
- Minor - Add `.nvmrc`
|
||||||
- Add `.nvmrc`
|
- Minor - Correct CSS handle of newsletter subscription block
|
||||||
- Correct CSS handle of newsletter subscription block
|
- Minor - Correct metadata category of newsletter subscription block [#37914]
|
||||||
- Correct metadata category of newsletter subscription block [#37914]
|
|
||||||
- Minor - Update pnpm to version 8. [#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
|
## [1.1.0](https://www.npmjs.com/package/@woocommerce/extend-cart-checkout-block/v/1.1.0) - 2022-11-21
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: dev
|
|
||||||
Comment: Updated PNPM
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: dev
|
|
||||||
Comment: This is a developer-only build tooling related change.
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Bump node version.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Update pnpm to 9.1.0
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
bump php version in packages/js/*/composer.json
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Update pnpm to 8.6.7
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Update pnpm monorepo-wide to 8.6.5
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Adds an example of using the Additional Checkout Fields API
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/extend-cart-checkout-block",
|
"name": "@woocommerce/extend-cart-checkout-block",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue