Skip to content

Commit def3cef

Browse files
author
Erez Makavy
committed
release 4.10.0-alpha.ts
1 parent 7f0cb9d commit def3cef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Types of changes:
1212
1. **Security** in case of vulnerabilities.
1313
1. **Breaking** for breaking changes
1414

15+
## 4.10.0-alpha.ts - 2018-07-18
16+
### Changed
17+
- Convert WSR to a TypeScript project with allowJS [#1836](https://github.com/wix/wix-style-react/pull/1836)
18+
1519
## 4.10.0 - 2018-07-18
1620
### Added
1721
- `<Button/>`- support new icons using the `withNewIcons` prop [#1960](https://github.com/wix/wix-style-react/pull/1960)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wix-style-react",
33
"description": "wix-style-react",
4-
"version": "4.10.0",
4+
"version": "4.10.0-alpha.ts",
55
"main": "./dist/src/index.js",
66
"files": [
77
"dist",
@@ -27,7 +27,7 @@
2727
"build": "npm run lint && svg2react-icon && npm run proxy-wix-ui-icons && yoshi build && build-storybook && npm run export-components",
2828
"pr-postbuild": "npx teamcity-surge-autorelease@^1.0.0 --dist=storybook-static",
2929
"storybook": "start-storybook -p 6006",
30-
"postpublish": "npx teamcity-surge-autorelease@^1.0.0 --dist=storybook-static",
30+
"postpublish": "npx teamcity-surge-autorelease@^1.0.0 --dist=storybook-static --ver=v4-alpha-ts",
3131
"export-components": "import-path --path src",
3232
"lint": "yoshi lint",
3333
"proxy-wix-ui-icons": "node scripts/proxy-wix-ui-icons"

0 commit comments

Comments
 (0)