Skip to content

Commit

Permalink
Increment packages to 0.10.1 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson authored Sep 10, 2021
1 parent 60985b6 commit d8a1723
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
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.10.0",
"@faustjs/next": "^0.10.0",
"@faustjs/core": "^0.10.1",
"@faustjs/next": "^0.10.1",
"next": "^11.1.2",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@faustjs/core": "^0.10.0",
"@faustjs/react": "^0.10.0",
"@faustjs/core": "^0.10.1",
"@faustjs/react": "^0.10.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"normalize.css": "^8.0.1",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "0.10.1",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
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.10.0",
"version": "0.10.1",
"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 @@ -82,8 +82,8 @@
"dependencies": {
"@gqty/logger": "^1.0.4",
"@gqty/react": "^1.1.1",
"@faustjs/core": "^0.10.0",
"@faustjs/react": "^0.10.0",
"@faustjs/core": "^0.10.1",
"@faustjs/react": "^0.10.1",
"graphql": ">=15.5",
"lodash": "^4.17.21"
}
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.10.0",
"version": "0.10.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 @@ -77,7 +77,7 @@
},
"dependencies": {
"@gqty/react": "^1.1.1",
"@faustjs/core": "^0.10.0",
"@faustjs/core": "^0.10.1",
"gqty": "^1.1.3",
"graphql": ">=15.5",
"lodash": "^4.17.21"
Expand Down

0 comments on commit d8a1723

Please sign in to comment.