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

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regalius committed Feb 26, 2019
1 parent 92cb254 commit 10705ef
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 26 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# 0.2.0 (2019-02-26)


### Bug Fixes

* **build:** fix default condition for build target ([#24](https://github.com/tokopedia/treats/issues/24)) ([bacb8ce](https://github.com/tokopedia/treats/commit/bacb8ce))
* **webpack:** disable default chunk ([#27](https://github.com/tokopedia/treats/issues/27)) ([92cb254](https://github.com/tokopedia/treats/commit/92cb254))


### Features

* **tools:** add typescript support ([#7](https://github.com/tokopedia/treats/issues/7)) ([2a395e6](https://github.com/tokopedia/treats/commit/2a395e6))



<a name="0.1.1"></a>
## 0.1.1 (2019-01-24)



<a name="0.1.1"></a>
## 0.1.1 (2019-01-28)
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.1.1"
"treats": "0.2.0"
}
}
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.1.1",
"version": "0.2.0",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"@treats/my-first-addons": "^1.0.0",
"treats": "0.1.1"
"treats": "0.2.0"
}
}
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.1.1",
"version": "0.2.0",
"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.1"
"treats": "0.2.0"
},
"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.1.1",
"version": "0.2.0",
"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.1"
"treats": "0.2.0"
},
"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.1.1",
"version": "0.2.0",
"description": "Less CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.1.1",
"treats": "0.2.0",
"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.1.1",
"version": "0.2.0",
"description": "Sass CSS example",
"license": "ISC",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"documentation:flush": "treats documentation flush src/"
},
"dependencies": {
"treats": "0.1.1",
"treats": "0.2.0",
"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.1.1",
"version": "0.2.0",
"description": "Styled Components Example",
"license": "ISC",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"styled-components": "4.1.1",
"treats": "0.1.1"
"treats": "0.2.0"
},
"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.1.1",
"version": "0.2.0",
"description": "My First Treats App",
"license": "ISC",
"scripts": {
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"apollo-link-retry": "^2.2.5",
"treats": "0.1.1"
"treats": "0.2.0"
}
}
2 changes: 1 addition & 1 deletion example/typescript-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.1.1",
"treats": "0.2.0",
"typescript": "3.2.2",
"@types/enzyme": "3.1.15",
"@types/jest": "23.3.10",
Expand Down
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.1.1",
"version": "0.2.0",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treats-repo",
"version": "0.1.1",
"version": "0.2.0",
"description": "Tokopedia React Development Kits Repository",
"author": "Tokopedia Engineering",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
"prettier": "prettier ./packages/**/*.js",
"lint-staged": "lint-staged",
"postinstall": "yarn bootstrap",
"commit" : "npx git cz",
"commit": "npx git cz",
"release": "standard-version"
},
"devDependencies": {
Expand Down
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.1",
"version": "0.2.0",
"description": "Treats Addons Base",
"main": "index.js",
"author": "Tokopedia Engineering",
"peerDependencies": {
"treats": "0.1.1"
"treats": "0.2.0"
},
"dependencies": {
"bluebird": "3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:coverage": "treats test --coverage"
},
"dependencies": {
"treats": "0.1.1<%if(USE_TYPESCRIPT)%>",
"treats": "0.2.0<%if(USE_TYPESCRIPT)%>",
"typescript": "3.2.2",
"@types/enzyme": "3.1.15",
"@types/jest": "23.3.10",
Expand Down
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.1",
"version": "0.2.0",
"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.1",
"version": "0.2.0",
"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.1",
"version": "0.2.0",
"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.1",
"version": "0.2.0",
"description": "Tokopedia React Development Kits",
"author": "Tokopedia Engineering",
"types": "./lib/treats.d.ts",
Expand Down

0 comments on commit 10705ef

Please sign in to comment.