Skip to content

Commit

Permalink
v7.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Oct 2, 2022
1 parent 0e23038 commit 3b4293a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "7.0.0-alpha.7"
"version": "7.0.0-alpha.8"
}
2 changes: 1 addition & 1 deletion packages/craco-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@craco/types",
"description": "Official type declarations for @craco/craco",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/craco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@craco/craco",
"description": "Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 3b4293a

Please sign in to comment.