Skip to content

Commit

Permalink
chore(release): publish v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Mar 2, 2021
1 parent 6aef1c4 commit 71fbcef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-razzle-app",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"razzle": "^3.3.0",
"razzle-plugin-eslint": "^3.3.0",
"razzle-plugin-long-term-caching": "1.0.0-beta.0",
"razzle-plugin-modify-eslint-loader-config": "1.0.0-beta.0",
"razzle-plugin-modify-eslint-loader-config": "1.0.0-beta.1",
"razzle-plugin-scss": "^3.3.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"exact": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "razzle-plugin-modify-eslint-loader-config",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 71fbcef

Please sign in to comment.