File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Types of changes:
12
12
1 . ** Security** in case of vulnerabilities.
13
13
1 . ** Breaking** for breaking changes
14
14
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
+
15
19
## 4.10.0 - 2018-07-18
16
20
### Added
17
21
- ` <Button/> ` - support new icons using the ` withNewIcons ` prop [ #1960 ] ( https://github.com/wix/wix-style-react/pull/1960 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wix-style-react" ,
3
3
"description" : " wix-style-react" ,
4
- "version" : " 4.10.0" ,
4
+ "version" : " 4.10.0-alpha.ts " ,
5
5
"main" : " ./dist/src/index.js" ,
6
6
"files" : [
7
7
" dist" ,
27
27
"build" : " npm run lint && svg2react-icon && npm run proxy-wix-ui-icons && yoshi build && build-storybook && npm run export-components" ,
28
28
"pr-postbuild" : " npx teamcity-surge-autorelease@^1.0.0 --dist=storybook-static" ,
29
29
"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 " ,
31
31
"export-components" : " import-path --path src" ,
32
32
"lint" : " yoshi lint" ,
33
33
"proxy-wix-ui-icons" : " node scripts/proxy-wix-ui-icons"
You can’t perform that action at this time.
0 commit comments