Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from tokopedia/bump_0.1.1
Browse files Browse the repository at this point in the history
Bump to 0.1.1
  • Loading branch information
regalius authored Jan 24, 2019
2 parents e4d7f7e + acaf0d4 commit 8620866
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion example/authoring-addons/my-first-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"author": "Tokopedia Engineering",
"peerDependencies": {
"treats": "0.0.1"
"treats": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions example/authoring-addons/my-treats-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-treats-app",
"version": "0.0.1",
"version": "0.1.1",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"@treats/my-first-addons": "^1.0.0",
"treats": "0.0.1"
"treats": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions example/emotion-critical-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-example",
"version": "0.0.1",
"version": "0.1.1",
"description": "Emotion Critical CSS Example",
"license": "ISC",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"react-emotion": "9.2.12",
"treats": "0.1.0-alpha"
"treats": "0.1.1"
},
"devDependencies": {
"babel-plugin-emotion": "9.2.11"
Expand Down
4 changes: 2 additions & 2 deletions example/emotion-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emotion-css",
"version": "0.0.1",
"version": "0.1.1",
"description": "Emotion CSS Example",
"license": "ISC",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"react-emotion": "9.2.12",
"treats": "0.1.0-alpha"
"treats": "0.1.1"
},
"devDependencies": {
"babel-plugin-emotion": "9.2.11"
Expand Down
4 changes: 2 additions & 2 deletions example/less-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less-css",
"version": "0.0.1",
"version": "0.1.1",
"description": "Less CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.1.0-alpha",
"treats": "0.1.1",
"less": "2.3.1"
}
}
4 changes: 2 additions & 2 deletions example/sass-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-css",
"version": "0.0.1",
"version": "0.1.1",
"description": "Sass CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.1.0-alpha",
"treats": "0.1.1",
"node-sass": "4.10.0"
}
}
4 changes: 2 additions & 2 deletions example/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "0.0.1",
"version": "0.1.1",
"description": "Styled Components Example",
"license": "ISC",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"styled-components": "4.1.1",
"treats": "0.1.0-alpha"
"treats": "0.1.1"
},
"devDependencies": {
"babel-plugin-styled-components": "1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions example/tutorial-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutorial-app",
"version": "0.0.1",
"version": "0.1.1",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"apollo-link-retry": "^2.2.5",
"treats": "0.0.1"
"treats": "0.1.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.0.1",
"version": "0.1.1",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treats-repo",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Tokopedia React Development Kits Repository",
"author": "Tokopedia Engineering",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/addons-base/generator/opinionated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"devDependencies": {
"eslint": "5.8.0",
"eslint-config-treats": "0.1.0-alpha",
"eslint-config-treats": "0.1.1",
"flow-bin": "0.67.1",
"flow-coverage-report": "0.5.0",
"flow-typed": "2.5.1",
"husky": "0.14.3",
"lint-staged": "7.1.3",
"prettier": "1.13.4",
"stylelint": "9.7.1",
"stylelint-config-treats": "0.1.0-alpha"
"stylelint-config-treats": "0.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/addons-base/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@treats/addons-base",
"license": "Apache-2.0",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Treats Addons Base",
"main": "index.js",
"author": "Tokopedia Engineering",
"peerDependencies": {
"treats": "0.1.0-alpha"
"treats": "0.1.1"
},
"dependencies": {
"bluebird": "3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.1.0-alpha"
"treats": "0.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-treats-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-treats-app",
"license": "Apache-2.0",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Create Treats App",
"main": "./index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-treats/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-treats",
"license": "Apache-2.0",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Eslint config for opinonated development with Treats",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-treats/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylelint-config-treats",
"license": "Apache-2.0",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Stylelint config for opinionated development with Treats",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/treats/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "treats",
"license": "Apache-2.0",
"version": "0.1.0-alpha",
"version": "0.1.1",
"description": "Tokopedia React Development Kits",
"author": "Tokopedia Engineering",
"main": "./index.js",
Expand Down

0 comments on commit 8620866

Please sign in to comment.