Skip to content

Commit

Permalink
chore: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Nov 3, 2020
1 parent 26cb2be commit 28607f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/macro/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castella/macro",
"version": "1.0.0",
"version": "1.1.0",
"description": "CSS in JS for React",
"main": "lib/index.js",
"types": "./types.d.ts",
Expand Down Expand Up @@ -45,4 +45,4 @@
"peerDependencies": {
"@types/react": "^16.9.53"
}
}
}
6 changes: 3 additions & 3 deletions packages/runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@castella/runtime",
"version": "1.0.0",
"version": "1.1.0",
"description": "Runtime for Custella",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,4 +42,4 @@
"@types/react": "^16.9.53",
"react-wc": "^0.2.4"
}
}
}

0 comments on commit 28607f2

Please sign in to comment.