Skip to content

Commit

Permalink
v3.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Apr 10, 2019
1 parent f64d3bb commit b36db9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "3.0.0-next.19",
"version": "3.0.0-rc.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
2 changes: 1 addition & 1 deletion packages/async-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/async-loader",
"version": "3.0.0-next.16",
"version": "3.0.0-rc.0",
"description": "Preact's async component loader for Webpack",
"files": [
"*.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-cli",
"version": "3.0.0-next.19",
"version": "3.0.0-rc.0",
"description": "Start building a Preact Progressive Web App in seconds.",
"repository": "developit/preact-cli",
"main": "lib/index.js",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@preact/async-loader": "^3.0.0-next.16",
"@preact/async-loader": "^3.0.0-rc.0",
"autoprefixer": "^9.5.1",
"babel-esm-plugin": "^0.4.0",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit b36db9f

Please sign in to comment.