Skip to content

Commit 96c6c85

Browse files
author
CircleCI Bot
committed
v0.1.3
1 parent 1bdfc0c commit 96c6c85

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.2"
5+
"version": "0.1.3"
66
}

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@t3n/components",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "t3n react components",
55
"repository": {
66
"type": "git",
77
"url": "ssh://git@github.com/t3n/react-packages.git"
88
},
99
"dependencies": {
10-
"@t3n/theme": "^0.1.0",
10+
"@t3n/theme": "^0.1.3",
1111
"clean-tag": "^3.1.1",
1212
"polished": "^3.1.0",
1313
"react-imgix": "^8.6.4",

packages/storybook/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3n/storybook",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "t3n.de storybook",
55
"repository": {
66
"type": "git",
@@ -16,8 +16,8 @@
1616
"@storybook/addons": "^5.1.1",
1717
"@storybook/react": "^5.1.1",
1818
"@storybook/theming": "^5.1.10",
19-
"@t3n/components": "^0.1.2",
20-
"@t3n/theme": "^0.1.0",
19+
"@t3n/components": "^0.1.3",
20+
"@t3n/theme": "^0.1.3",
2121
"@types/graphql": "^14.2.3",
2222
"@types/react": "^16.9.1",
2323
"@types/react-dom": "^16.8.4",

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3n/theme",
3-
"version": "0.1.0",
3+
"version": "0.1.3",
44
"repository": {
55
"type": "git",
66
"url": "ssh://git@github.com/t3n/react-packages.git"

0 commit comments

Comments
 (0)