Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @atomic-layout/core@0.14.1
 - @atomic-layout/emotion@0.16.1
 - atomic-layout@0.16.1
  • Loading branch information
kettanaito committed Apr 24, 2020
1 parent f991adf commit 0bc39ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/atomic-layout-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atomic-layout/core",
"description": "Atomic Layout core module",
"version": "0.14.0",
"version": "0.14.1",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-layout-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atomic-layout/emotion",
"description": "Physical representation of layout composition to create declarative, responsive layouts in React.",
"version": "0.16.0",
"version": "0.16.1",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react": ">= 16.8"
},
"dependencies": {
"@atomic-layout/core": "^0.14.0"
"@atomic-layout/core": "^0.14.1"
},
"devDependencies": {
"@emotion/core": "10.0.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atomic-layout",
"description": "Physical representation of layout composition to create declarative, responsive layouts in React.",
"version": "0.16.0",
"version": "0.16.1",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"styled-components": ">= 4"
},
"dependencies": {
"@atomic-layout/core": "^0.14.0"
"@atomic-layout/core": "^0.14.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "4.1.0",
Expand Down

0 comments on commit 0bc39ef

Please sign in to comment.