Skip to content

Commit

Permalink
Merge pull request #697 from alleyinteractive/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mogmarsh authored Feb 21, 2025
2 parents bc6f9ef + 434a6f4 commit 6666a7a
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-nails-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-oranges-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-coins-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-glasses-help.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/block-editor-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.0

### Minor Changes

- df2e0f2: Add list view option to PostPicker component

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleyinteractive/block-editor-tools",
"version": "0.11.0",
"version": "0.12.0",
"description": "A set of tools to help build products for the WordPress block editor.",
"main": "./build/index.bundle.min.js",
"types": "./build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/build-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.6

### Patch Changes

- daf4557: Fix ESM import types for Webpack configs.

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleyinteractive/build-tool",
"version": "0.1.5",
"version": "0.1.6",
"description": "An opinionated set of build configurations for wp-scripts",
"bin": {
"alley-build": "./dist/cjs/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alleyinteractive/tsconfig

## 0.2.0

### Minor Changes

- ddfcef2: Add dist folder to excludes list

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alleyinteractive/tsconfig",
"version": "0.1.1",
"version": "0.2.0",
"description": "Shared Typescript Configuration",
"main": "base.json",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# alley-scripts-demo-plugin

## 1.2.0

### Minor Changes

- 34e0875: Remove exclude keys/values already defined in the extended base config

### Patch Changes

- Updated dependencies [df2e0f2]
- @alleyinteractive/block-editor-tools@0.12.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alley-scripts-demo-plugin",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-2.0-or-later",
"private": true,
"main": "plugin.php",
Expand Down

0 comments on commit 6666a7a

Please sign in to comment.