Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @emotion/core@0.10.1
 - example@0.6.12
 - build@0.5.5
  • Loading branch information
emmatown committed May 20, 2018
1 parent e6c4382 commit 12c178f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/cra-example/package.json
@@ -1,9 +1,9 @@
{
"name": "example",
"version": "0.6.11",
"version": "0.6.12",
"private": true,
"dependencies": {
"@emotion/core": "^0.10.0",
"@emotion/core": "^0.10.1",
"@emotion/css": "^0.9.0",
"@emotion/keyframes": "^0.9.0",
"@emotion/style": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/core",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/package.json
@@ -1,6 +1,6 @@
{
"name": "build",
"version": "0.5.4",
"version": "0.5.5",
"private": true,
"dependencies": {
"chalk": "^2.3.2",
Expand Down

0 comments on commit 12c178f

Please sign in to comment.