Skip to content

Commit e6354a7

Browse files
author
CircleCI Bot
committed
v0.0.18
1 parent 71562a2 commit e6354a7

5 files changed

Lines changed: 11 additions & 11 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.0.17"
5+
"version": "0.0.18"
66
}

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@t3n/components",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
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.0.17",
10+
"@t3n/theme": "^0.0.18",
1111
"clean-tag": "^3.1.1",
1212
"polished": "^3.1.0",
1313
"react-imgix": "^8.6.4",
@@ -24,7 +24,7 @@
2424
"test-watch": "jest --watch"
2525
},
2626
"devDependencies": {
27-
"@t3n/configs": "^0.0.17",
27+
"@t3n/configs": "^0.0.18",
2828
"@testing-library/react": "^9.1.1",
2929
"@types/jest": "^24.0.17",
3030
"@types/react": "^16.9.1",

packages/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3n/configs",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "t3n javascript configuration wrapper",
55
"repository": {
66
"type": "git",

packages/storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3n/storybook",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
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.0.17",
20-
"@t3n/theme": "^0.0.17",
19+
"@t3n/components": "^0.0.18",
20+
"@t3n/theme": "^0.0.18",
2121
"@types/graphql": "^14.2.3",
2222
"@types/react": "^16.9.1",
2323
"@types/react-dom": "^16.8.4",
@@ -60,7 +60,7 @@
6060
"not op_mini all"
6161
],
6262
"devDependencies": {
63-
"@t3n/configs": "^0.0.17",
63+
"@t3n/configs": "^0.0.18",
6464
"awesome-typescript-loader": "^5.2.1",
6565
"babel-loader": "^8.0.5",
6666
"typescript": "^3.5.3",

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@t3n/theme",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"repository": {
55
"type": "git",
66
"url": "ssh://git@github.com/t3n/react-packages.git"
@@ -26,7 +26,7 @@
2626
"styled-system": "^5.0.21"
2727
},
2828
"devDependencies": {
29-
"@t3n/configs": "^0.0.17",
29+
"@t3n/configs": "^0.0.18",
3030
"jest": "^24.5.0",
3131
"ts-jest": "^24.0.1",
3232
"typescript": "^3.5.3"

0 commit comments

Comments
 (0)