Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @atomic-layout/core@0.11.7
 - atomic-layout@0.12.7
  • Loading branch information
kettanaito committed Feb 9, 2020
1 parent cafa244 commit 17a4883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.6",
"version": "0.11.7",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/index.js",
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.12.6",
"version": "0.12.7",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"styled-components": ">= 4"
},
"dependencies": {
"@atomic-layout/core": "^0.11.6"
"@atomic-layout/core": "^0.11.7"
},
"devDependencies": {
"@babel/core": "7.7.2",
Expand Down

0 comments on commit 17a4883

Please sign in to comment.