Skip to content

Commit 592fa35

Browse files
committed
Publish
- @atomic-layout/core@0.13.0 - @atomic-layout/emotion@0.13.0 - atomic-layout@0.14.0
1 parent a8a9ec1 commit 592fa35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/atomic-layout-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomic-layout/core",
33
"description": "Atomic Layout core module",
4-
"version": "0.12.1",
4+
"version": "0.13.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

packages/atomic-layout-emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomic-layout/emotion",
33
"description": "Physical representation of layout composition to create declarative, responsive layouts in React.",
4-
"version": "0.12.2",
4+
"version": "0.13.0",
55
"license": "MIT",
66
"esnext": "src/index.ts",
77
"main": "lib/cjs/index.js",
@@ -53,7 +53,7 @@
5353
"react": ">= 16.8"
5454
},
5555
"dependencies": {
56-
"@atomic-layout/core": "^0.12.1"
56+
"@atomic-layout/core": "^0.13.0"
5757
},
5858
"devDependencies": {
5959
"@emotion/core": "10.0.22",

packages/atomic-layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atomic-layout",
33
"description": "Physical representation of layout composition to create declarative, responsive layouts in React.",
4-
"version": "0.13.2",
4+
"version": "0.14.0",
55
"license": "MIT",
66
"esnext": "src/index.ts",
77
"main": "lib/cjs/index.js",
@@ -53,7 +53,7 @@
5353
"styled-components": ">= 4"
5454
},
5555
"dependencies": {
56-
"@atomic-layout/core": "^0.12.1"
56+
"@atomic-layout/core": "^0.13.0"
5757
},
5858
"devDependencies": {
5959
"@cypress/webpack-preprocessor": "4.1.0",

0 commit comments

Comments
 (0)