Prepare @woocommerce/admin-layout and block-templates for release (#46538)

* Prepare @woocommerce/block-templates for release

* Prepare @woocommerce/admin-layout for release

* Revert mistake
This commit is contained in:
Nathan Silveira 2024-04-12 10:52:36 -03:00 committed by GitHub
parent d8037dd154
commit 0b69d4d6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 17 additions and 60 deletions

View File

@ -2,14 +2,21 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0](https://www.npmjs.com/package/@woocommerce/admin-layout/v/1.1.0) - 2024-04-12
- Patch - Corrected build configuration for packages that weren't outputting minified code. [#43716]
- Minor - Add useAdminSidebarWidth hook [#44132]
- Patch - bump php version in packages/js/*/composer.json [#42020]
- Patch - Add missing dev dependency - rimraf [#41784]
## [1.0.0](https://www.npmjs.com/package/@woocommerce/admin-layout/v/1.0.0) - 2023-11-28
- Patch - Update dependencies.
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#37195]
- Minor - Adding LayoutContext component and hook. [#37720]
- Minor - Adding support for modifying fill name to WooHeaderItem. [#37255]
- Minor - Create @woocommerce/admin-layout package to house header, footer, and similar components and utilities. [#37094]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#37195]
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/admin-layout/CHANGELOG.md).

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a CI-only change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a developer-only build tooling related change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Corrected build configuration for packages that weren't outputting minified code.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
bump php version in packages/js/*/composer.json

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add useAdminSidebarWidth hook

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Add missing dev dependency - rimraf

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-layout",
"version": "1.0.0",
"version": "1.1.0",
"description": "WooCommerce admin layout copmonents and utilities.",
"author": "Automattic",
"license": "GPL-2.0-or-later",

View File

@ -2,6 +2,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0](https://www.npmjs.com/package/@woocommerce/block-templates/v/1.1.0) - 2024-04-12
- Patch - Corrected build configuration for packages that weren't outputting minified code. [#43716]
- Minor - Added useLayoutTemplate React hook, to load layout templates via the REST API [#43347]
- Patch - bump php version in packages/js/*/composer.json [#42020]
## [1.0.0](https://www.npmjs.com/package/@woocommerce/block-templates/v/1.0.0) - 2023-11-27
- Minor - New product editor: Disable focus on root blocks, fixing unnecessary tab between fields in new product editor [#41436]

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Only a change to development tooling.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a CI-only change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a developer-only build tooling related change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Corrected build configuration for packages that weren't outputting minified code.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Added useLayoutTemplate React hook, to load layout templates via the REST API

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
bump php version in packages/js/*/composer.json

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/block-templates",
"version": "1.0.0",
"version": "1.1.0",
"description": "Utilities for working with block templates in WooCommerce admin.",
"author": "Automattic",
"license": "GPL-2.0-or-later",