Skip to content

Commit

Permalink
chore: (#296) incrementing package versions (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnsto authored Jun 25, 2021
1 parent 7245c60 commit 96e7849
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": {
"@wpengine/headless-core": "^0.6.12",
"@wpengine/headless-next": "^0.6.12",
"@wpengine/headless-core": "^0.7.0",
"@wpengine/headless-next": "^0.7.0",
"next": "^11.0.0",
"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",
"@wpengine/headless-core": "^0.6.12",
"@wpengine/headless-react": "^0.6.12",
"@wpengine/headless-core": "^0.7.0",
"@wpengine/headless-react": "^0.7.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"sass": "^1.35.1",
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": "@wpengine/headless-core",
"version": "0.6.12",
"version": "0.7.0",
"description": "This module helps you use WordPress as a Headless CMS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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": "@wpengine/headless-next",
"version": "0.6.12",
"version": "0.7.0",
"description": "This module helps you use WordPress as a Headless CMS with Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -71,8 +71,8 @@
"dependencies": {
"@gqless/logger": "^2.0.11",
"@gqless/react": "^2.0.15",
"@wpengine/headless-core": "^0.6.12",
"@wpengine/headless-react": "^0.6.12",
"@wpengine/headless-core": "^0.7.0",
"@wpengine/headless-react": "^0.7.0",
"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": "@wpengine/headless-react",
"version": "0.6.12",
"version": "0.7.0",
"description": "This module helps you use WordPress as a Headless CMS with React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@gqless/react": "^2.0.15",
"@wpengine/headless-core": "^0.6.12",
"@wpengine/headless-core": "^0.7.0",
"gqless": "^2.0.14",
"graphql": ">=15.5",
"lodash": "^4.17.21"
Expand Down

0 comments on commit 96e7849

Please sign in to comment.