Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb committed Apr 30, 2021
1 parent 923237e commit a72f06e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.4",
"version": "0.8.0",
"registry": "https://registry.npmjs.org/",
"ignoreChanges": [
"CHANGELOG.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/casterly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casterly",
"version": "0.7.4",
"version": "0.8.0",
"description": "CLI for Casterly",
"author": "Lucas Cordeiro <[email protected]>",
"homepage": "https://github.com/lucasecdb/casterly#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.12.7",
"@casterly/utils": "^0.7.0",
"@casterly/utils": "^0.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casterly/components",
"version": "0.7.4",
"version": "0.8.0",
"description": "Base Casterly components",
"author": "Lucas Cordeiro <[email protected]>",
"homepage": "https://github.com/lucasecdb/casterly#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casterly/core",
"version": "0.7.4",
"version": "0.8.0",
"description": "Core package for Casterly",
"author": "Lucas Cordeiro <[email protected]>",
"homepage": "https://github.com/lucasecdb/casterly#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/lucasecdb/casterly/issues"
},
"dependencies": {
"@casterly/utils": "^0.7.0",
"@casterly/utils": "^0.8.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"history": "^5.0.0",
Expand All @@ -39,15 +39,15 @@
"path-to-regexp": "^6.1.0"
},
"devDependencies": {
"@casterly/components": "^0.7.4",
"@casterly/components": "^0.8.0",
"@types/etag": "^1.8.0",
"@types/fresh": "^0.5.0",
"@types/mime": "^2.0.3",
"@types/minipass": "^2.2.0",
"@types/node": "^14.14.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"casterly": "^0.7.4",
"casterly": "^0.8.0",
"cross-env": "^7.0.2",
"react": "^0.0.0-experimental-48740429b",
"react-dom": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casterly/express",
"version": "0.7.4",
"version": "0.8.0",
"description": "Casterly bindings for Express.js",
"author": "Lucas Cordeiro <[email protected]>",
"homepage": "https://github.com/lucasecdb/casterly#readme",
Expand Down Expand Up @@ -49,6 +49,6 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@casterly/core": "^0.7.4"
"@casterly/core": "^0.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@casterly/utils",
"version": "0.7.0",
"version": "0.8.0",
"description": "Common utilities used throughout Casterly packages",
"author": "Lucas Cordeiro <[email protected]>",
"homepage": "https://github.com/lucasecdb/casterly#readme",
Expand Down

0 comments on commit a72f06e

Please sign in to comment.