Skip to content

Commit

Permalink
Version Packages (#643)
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 11, 2021
1 parent a3b08d6 commit 5d3f0fb
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-foxes-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mighty-keys-retire.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/next/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"wpe-build": "next build"
},
"dependencies": {
"@faustjs/core": "^0.12.4",
"@faustjs/next": "^0.13.0",
"@faustjs/core": "^0.13.1",
"@faustjs/next": "^0.13.1",
"next": "^11.1.2",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @faustjs/core

## 0.13.1

### Patch Changes

- a3b08d6: Updated dependencies

## 0.12.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/core",
"version": "0.12.4",
"version": "0.13.1",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/cjs/export/index.js",
"module": "dist/mjs/export/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @faustjs/next

## 0.13.1

### Patch Changes

- a3b08d6: Fixed an intermittent error `TypeError: Cannot read property 'get' of undefined` when running in dev mode.
- a3b08d6: Updated dependencies
- Updated dependencies [a3b08d6]
- @faustjs/core@0.13.1
- @faustjs/react@0.13.1

## 0.13.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/next",
"version": "0.13.0",
"version": "0.13.1",
"description": "This module helps you use WordPress as a Headless CMS with Next.js",
"main": "dist/cjs/export/index.js",
"module": "dist/mjs/export/index.js",
Expand Down Expand Up @@ -109,8 +109,8 @@
"dependencies": {
"@gqty/logger": "^2.0.1",
"@gqty/react": "^2.1.0",
"@faustjs/core": "^0.12.4",
"@faustjs/react": "^0.12.4",
"@faustjs/core": "^0.13.1",
"@faustjs/react": "^0.13.1",
"graphql": ">=15.6",
"lodash": "^4.17.21"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @faustjs/react

## 0.13.1

### Patch Changes

- a3b08d6: Updated dependencies
- Updated dependencies [a3b08d6]
- @faustjs/core@0.13.1

## 0.12.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustjs/react",
"version": "0.12.4",
"version": "0.13.1",
"description": "This module helps you use WordPress as a Headless CMS with React",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@gqty/react": "^2.1.0",
"@faustjs/core": "^0.12.4",
"@faustjs/core": "^0.13.1",
"gqty": "^2.1.0",
"graphql": ">=15.6",
"lodash": "^4.17.21"
Expand Down

0 comments on commit 5d3f0fb

Please sign in to comment.