Skip to content

Commit

Permalink
Version Packages (#1975)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 7, 2024
1 parent e22b87d commit e17d318
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/dirty-guests-kneel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-pumas-act.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@faustwp/cli": "^3.1.0",
"@faustwp/cli": "^3.1.1",
"@faustwp/core": "^3.1.0",
"@wordpress/base-styles": "^5.10.0",
"@wordpress/block-library": "^9.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @faustwp/blocks

## 5.0.0

### Major Changes

- 9011492: Updates the GraphQL fragment associated with the CoreQuote component to be compatible with WordPress 6.6

Adds `legacyBehavior` to CoreButton link to work on Next.js v13.

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/blocks",
"version": "4.1.0",
"version": "5.0.0",
"description": "Faust Blocks",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/experimental-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @faustwp/experimental-app-router

## 0.5.0

### Minor Changes

- e22b87d: **@faustwp/cli**: Migrates `glob-promise` dependency to Promise support.

**@faustwp/experimental-app-router**: Update peer dependency of `@apollo/experimental-nextjs-app-support >=0.11.5`.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@faustwp/experimental-app-router",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"description": "Experimental: A Faust package to support Next.js' App Router",
"exports": {
".": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/faustwp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @faustwp/cli

## 3.1.1

### Patch Changes

- e22b87d: **@faustwp/cli**: Migrates `glob-promise` dependency to Promise support.

**@faustwp/experimental-app-router**: Update peer dependency of `@apollo/experimental-nextjs-app-support >=0.11.5`.

## 3.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/cli",
"version": "3.1.0",
"version": "3.1.1",
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit e17d318

Please sign in to comment.