Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2021
1 parent 81d6162 commit 1a1d887
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-bears-visit.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.3",
"@faustjs/next": "^0.12.3",
"@faustjs/core": "^0.12.4",
"@faustjs/next": "^0.12.4",
"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.12.4

### Patch Changes

- 81d6162: Refactored core exports and naming to make root namespace cleaner

## 0.12.3

### 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.3",
"version": "0.12.4",
"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
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @faustjs/next

## 0.12.4

### Patch Changes

- 81d6162: Refactored core exports and naming to make root namespace cleaner
- Updated dependencies [81d6162]
- @faustjs/core@0.12.4
- @faustjs/react@0.12.4

## 0.12.3

### Patch 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.12.3",
"version": "0.12.4",
"description": "This module helps you use WordPress as a Headless CMS with Next.js",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down Expand Up @@ -85,8 +85,8 @@
"dependencies": {
"@gqty/logger": "^2.0.1",
"@gqty/react": "^2.0.0",
"@faustjs/core": "^0.12.3",
"@faustjs/react": "^0.12.0",
"@faustjs/core": "^0.12.4",
"@faustjs/react": "^0.12.4",
"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.12.4

### Patch Changes

- 81d6162: Refactored core exports and naming to make root namespace cleaner
- Updated dependencies [81d6162]
- @faustjs/core@0.12.4

## 0.12.0

### Minor 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.0",
"version": "0.12.4",
"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.0.0",
"@faustjs/core": "^0.12.3",
"@faustjs/core": "^0.12.4",
"gqty": "^2.0.3",
"graphql": ">=15.6",
"lodash": "^4.17.21"
Expand Down

0 comments on commit 1a1d887

Please sign in to comment.