Skip to content

Commit

Permalink
Version Packages (#1739)
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] committed Jan 22, 2024
1 parent 1b495d7 commit afe03b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/modern-walls-destroy.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@faustwp/cli": "^2.0.0",
"@faustwp/core": "^2.1.0",
"@faustwp/core": "^2.1.1",
"@faustwp/experimental-app-router": "^0.2.2",
"graphql": "^16.7.1",
"next": "^14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@apollo/client": "^3.8.8",
"@faustwp/blocks": "2.0.0",
"@faustwp/cli": "^2.0.0",
"@faustwp/core": "^2.1.0",
"@faustwp/core": "^2.1.1",
"@wordpress/base-styles": "^4.38.0",
"@wordpress/block-library": "^8.24.0",
"classnames": "^2.3.1",
Expand Down
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 @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "^3.6.6",
"@faustwp/cli": "^2.0.0",
"@faustwp/core": "^2.1.0",
"@faustwp/core": "^2.1.1",
"@wordpress/base-styles": "^4.36.0",
"@wordpress/block-library": "^7.19.0",
"classnames": "^2.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/faustwp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustwp/core

## 2.1.1

### Patch Changes

- 1b495d7: Fixes a bug when navigating to a page client side that threw an error with multiple queries.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faustwp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/core",
"version": "2.1.0",
"version": "2.1.1",
"description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down

0 comments on commit afe03b8

Please sign in to comment.