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:
parent
d8037dd154
commit
0b69d4d6f7
|
@ -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).
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a CI-only change.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Corrected build configuration for packages that weren't outputting minified code.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
bump php version in packages/js/*/composer.json
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add useAdminSidebarWidth hook
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Add missing dev dependency - rimraf
|
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Only a change to development tooling.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a CI-only change.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Corrected build configuration for packages that weren't outputting minified code.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Added useLayoutTemplate React hook, to load layout templates via the REST API
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
bump php version in packages/js/*/composer.json
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue