Skip to content

Commit

Permalink
chore(cli): #1966 adds reverts back package changes from running chan…
Browse files Browse the repository at this point in the history
…geset version manually
  • Loading branch information
Diego Avalon committed Oct 14, 2024
1 parent 46dac48 commit 39f2e9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "^3.8.0",
"@apollo/experimental-nextjs-app-support": "^0.8.0",
"@faustwp/cli": "^3.1.2",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"@faustwp/experimental-app-router": "^0.4.0",
"graphql": "^16.7.1",
Expand All @@ -31,4 +31,4 @@
"next-secure-headers": "^2.2.0",
"typescript": "^5.2.2"
}
}
}
4 changes: 2 additions & 2 deletions examples/next/block-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@apollo/client": "^3.8.8",
"@faustwp/blocks": "4.1.0",
"@faustwp/cli": "^3.1.2",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"classnames": "^2.3.1",
"graphql": "^16.8.1",
Expand All @@ -35,4 +35,4 @@
"node": ">=18",
"npm": ">=10"
}
}
}
4 changes: 2 additions & 2 deletions examples/next/faustwp-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@faustwp/cli": "^3.1.2",
"@faustwp/cli": "^3.1.0",
"@faustwp/core": "^3.1.0",
"@wordpress/base-styles": "^4.49.0",
"@wordpress/block-library": "^7.19.0",
Expand All @@ -29,4 +29,4 @@
"node": ">=18",
"npm": ">=8"
}
}
}
1 change: 0 additions & 1 deletion packages/faustwp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# @faustwp/cli


## 3.1.0

### Patch Changes
Expand Down

0 comments on commit 39f2e9b

Please sign in to comment.