Skip to content

Commit 07afed4

Browse files
authored
doing a release (#70)
1 parent e682bbb commit 07afed4

File tree

19 files changed

+305
-264
lines changed

19 files changed

+305
-264
lines changed

.changeset/0fcb46d3/changes.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/0fcb46d3/changes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changeset/4298a628/changes.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/4298a628/changes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changeset/49d8c6a2/changes.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

.changeset/49d8c6a2/changes.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license": "MIT",
55
"scripts": {
66
"test": "jest",
7-
"changeset": "bolt build-releases changeset",
8-
"version-all": "bolt build-releases version",
9-
"publish-changed": "yarn validate && build-releases publish --public",
7+
"changeset": "changeset",
8+
"bump": "changeset bump",
9+
"release": "changeset release --public",
1010
"postinstall": "preconstruct dev",
1111
"dev:pretty-proptypes": "bolt w pretty-proptypes run dev",
1212
"lint": "yarn eslint \"./**/*.js\"",
@@ -32,13 +32,13 @@
3232
"^.+\\.jsx?$": "babel-jest"
3333
},
3434
"dependencies": {
35-
"@atlaskit/build-releases": "^3.0.3",
3635
"@babel/core": "^7.4.4",
3736
"@babel/plugin-syntax-flow": "^7.2.0",
3837
"@babel/plugin-syntax-jsx": "^7.2.0",
3938
"@babel/plugin-syntax-typescript": "^7.2.0",
4039
"@babel/runtime": "^7.4.4",
4140
"@babel/types": "^7.0.0-beta.56",
41+
"@changesets/cli": "^1.1.0",
4242
"ast-pretty-print": "^2.0.1",
4343
"babel-errors": "^1.1.1",
4444
"babel-eslint": "^10.0.1",

packages/babel-plugin-extract-react-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# babel-plugin-extract-react-types
22

3+
## 0.1.1
4+
- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
5+
6+
37
## 0.1.0
48
- [minor] [277b0be](https://github.com/atlassian/extract-react-types/commit/277b0be):
59
- Add babel-plugin-extract-react-types

packages/babel-plugin-extract-react-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-extract-react-types",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": "atlassian/extract-react-types",
@@ -17,7 +17,7 @@
1717
],
1818
"author": "Mitchell Hamilton",
1919
"dependencies": {
20-
"extract-react-types": "^0.16.0"
20+
"extract-react-types": "^0.17.0"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.4.4",
@@ -26,4 +26,4 @@
2626
"@babel/plugin-syntax-typescript": "^7.2.0",
2727
"jest-in-case": "^1.0.2"
2828
}
29-
}
29+
}

packages/extract-react-types-loader/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# extract-react-types-loader
22

3+
## 0.3.2
4+
- Updated dependencies [e682bbb](https://github.com/atlassian/extract-react-types/commit/e682bbb):
5+
6+
37
## 0.3.1
48
- [patch] [3299e3a](https://github.com/atlassian/extract-react-types/commit/3299e3a):
59
- Fix the dev mode data to align with new structure for ERT 0.15, as previously no render was occurring

0 commit comments

Comments
 (0)