Skip to content

Commit

Permalink
v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alangpierce committed Jan 3, 2019
1 parent dcc9977 commit 6aa6cc6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# 3.9.1 (2019-12-31)
# 3.9.2 (2019-01-02)

* Fix crash on optional arrow function params without type annotations. ([#389])
* Usability bug fixes for website. ([#390])

# 3.9.1 (2018-12-31)

* Fix react-hot-loader transform syntax error with some export styles. ([#384])
* Fix website to properly show react-hot-loader Babel transform output. ([#386])

# 3.9.0 (2019-12-30)
# 3.9.0 (2018-12-30)

* Add a react-hot-loader transform. ([#376])
* Add support for dynamic `import()` syntax in TS types. ([#380])
Expand Down Expand Up @@ -176,3 +181,5 @@
[#380]: https://github.com/alangpierce/sucrase/pull/380
[#384]: https://github.com/alangpierce/sucrase/pull/384
[#386]: https://github.com/alangpierce/sucrase/pull/386
[#389]: https://github.com/alangpierce/sucrase/pull/389
[#390]: https://github.com/alangpierce/sucrase/pull/390
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sucrase",
"version": "3.9.1",
"version": "3.9.2",
"description": "Super-fast alternative to Babel for when you can target modern JS runtimes",
"author": "Alan Pierce <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +67,7 @@
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"prettier": "^1.15.2",
"sucrase": "^3.9.1",
"sucrase": "^3.9.2",
"tslint": "^5.9.1",
"typescript": "^3.2.2",
"typescript-eslint-parser": "^21.0.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-monaco-editor": "^0.22.0",
"react-virtualized": "^9.21.0",
"style-loader": "^0.23.1",
"sucrase": "^3.9.1",
"sucrase": "^3.9.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6014,10 +6014,10 @@ style-loader@^0.23.1:
loader-utils "^1.1.0"
schema-utils "^1.0.0"

sucrase@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.9.1.tgz#95efeda8b727197a8eb1f65b539969b0c41f77a2"
integrity sha512-im4FoCSqTnEN8VXNZflTioAIvCZ4CkiXP1/ZQhJHFD7d5EZM64Frl+dMrwm8PzM1CU0peRS9qXK1Kgem7UBUQg==
sucrase@^3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.9.2.tgz#20195d7f6ec38dc92464c57b3e5d86ca2a05f90f"
integrity sha512-/bSiKKJoeJPHGsGokAeCAGUKPwubvHrlmk4v9zJWOeIQUixYVgBjD7tcR7yr1Mus9eC9xr/SzGYDzwbILCE4Fw==
dependencies:
commander "^2.19.0"
lines-and-columns "^1.1.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3325,10 +3325,10 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

sucrase@^3.9.1:
version "3.9.1"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.9.1.tgz#95efeda8b727197a8eb1f65b539969b0c41f77a2"
integrity sha512-im4FoCSqTnEN8VXNZflTioAIvCZ4CkiXP1/ZQhJHFD7d5EZM64Frl+dMrwm8PzM1CU0peRS9qXK1Kgem7UBUQg==
sucrase@^3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.9.2.tgz#20195d7f6ec38dc92464c57b3e5d86ca2a05f90f"
integrity sha512-/bSiKKJoeJPHGsGokAeCAGUKPwubvHrlmk4v9zJWOeIQUixYVgBjD7tcR7yr1Mus9eC9xr/SzGYDzwbILCE4Fw==
dependencies:
commander "^2.19.0"
lines-and-columns "^1.1.6"
Expand Down

0 comments on commit 6aa6cc6

Please sign in to comment.