From 7a7966d8c07f31f69b342c26104b9c4f955b62aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:09:23 +0800 Subject: [PATCH] chore: release babel-preset-proposal-typescript v2.0.3 (#119) Co-authored-by: github-actions[bot] --- .changeset/loud-onions-deny.md | 5 --- CHANGELOG.md | 59 ++++++++++++++-------------------- package.json | 2 +- 3 files changed, 25 insertions(+), 41 deletions(-) delete mode 100644 .changeset/loud-onions-deny.md diff --git a/.changeset/loud-onions-deny.md b/.changeset/loud-onions-deny.md deleted file mode 100644 index 391876b6..00000000 --- a/.changeset/loud-onions-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"babel-preset-proposal-typescript": patch ---- - -refactor: remove unused optional-chaining plugin diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b477ab..3631db29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,128 +1,117 @@ # Changelog +## 2.0.3 + +### Patch Changes + +- [#118](https://github.com/rx-ts/babel-preset-proposal-typescript/pull/118) [`9330176`](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93301762311301ed0d86a5153d48a008aa3d5a45) Thanks [@JounQin](https://github.com/JounQin)! - refactor: remove unused optional-chaining plugin + 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. ## [2.0.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.5.0...v2.0.0) (2021-01-26) - ### ⚠ BREAKING CHANGES -* bump babel and typescript, add two proposals +- bump babel and typescript, add two proposals ### Features -* bump babel and typescript, add two proposals ([3f18e81](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/3f18e811bc81941b9d8f5285636d44c123fb0afa)) +- bump babel and typescript, add two proposals ([3f18e81](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/3f18e811bc81941b9d8f5285636d44c123fb0afa)) ## [1.5.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.6...v1.5.0) (2019-11-10) - ### Features -* drop nullish-coalescing-operator and optional-chaining in favor of typescript 3.7.0 ([0fe0093](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/0fe0093e22c60c8a04846e643c8998ff5c28fc29)) +- drop nullish-coalescing-operator and optional-chaining in favor of typescript 3.7.0 ([0fe0093](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/0fe0093e22c60c8a04846e643c8998ff5c28fc29)) ### [1.4.6](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.5...v1.4.6) (2019-11-10) - ### Features -* better TypeScript support ([66f65c5](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/66f65c51bec7d4c67eb1d3f65438a831b2dfe67d)) - +- better TypeScript support ([66f65c5](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/66f65c51bec7d4c67eb1d3f65438a831b2dfe67d)) ### Bug Fixes -* lock rollup-plugin-url@^2.2.4 for node 8 ([d0b7bae](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/d0b7baead76b14384326ad72acf1ee1e51409940)) +- lock rollup-plugin-url@^2.2.4 for node 8 ([d0b7bae](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/d0b7baead76b14384326ad72acf1ee1e51409940)) ### [1.4.5](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.4...v1.4.5) (2019-10-09) ### [1.4.4](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.3...v1.4.4) (2019-10-09) - ### Bug Fixes -* check typeof decoratorsBeforeExport ([336dc46](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/336dc4613f188b7a3250ab33acc3bbbddf82f996)) +- check typeof decoratorsBeforeExport ([336dc46](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/336dc4613f188b7a3250ab33acc3bbbddf82f996)) ### [1.4.3](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.2...v1.4.3) (2019-10-09) - ### Bug Fixes -* add decoratorsBeforeExport options for decorators ([1b84269](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/1b84269d54bbf72b10322d2c07155ea8b128a546)) +- add decoratorsBeforeExport options for decorators ([1b84269](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/1b84269d54bbf72b10322d2c07155ea8b128a546)) ### [1.4.2](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.1...v1.4.2) (2019-10-09) - ### Bug Fixes -* compatible with decorators + class properties ([11f7ec4](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/11f7ec4cf72e7ba63705cc0d3b297b04ff1a28ec)) +- compatible with decorators + class properties ([11f7ec4](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/11f7ec4cf72e7ba63705cc0d3b297b04ff1a28ec)) ### [1.4.1](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.0...v1.4.1) (2019-09-09) - ### Bug Fixes -* **test:** code coverage issue, remove unnecessary tempy dep ([71b6765](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/71b6765)) +- **test:** code coverage issue, remove unnecessary tempy dep ([71b6765](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/71b6765)) ## [1.4.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.3.0...v1.4.0) (2019-09-07) - ### Bug Fixes -* **deps:** bump babel which supports private static accessors ([eb1880d](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/eb1880d)) - +- **deps:** bump babel which supports private static accessors ([eb1880d](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/eb1880d)) ### Features -* enable v8intrinsic plugin ([7f83401](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/7f83401)) +- enable v8intrinsic plugin ([7f83401](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/7f83401)) ## [1.3.0](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.2.6...v1.3.0) (2019-09-03) - ### Features -* add cjs/esm/es2015 bundle via @1stg/rollup-config ([93e4786](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93e4786)) +- add cjs/esm/es2015 bundle via @1stg/rollup-config ([93e4786](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/93e4786)) ### [1.2.6](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.5...v1.2.6) (2019-08-20) - ### Bug Fixes -* incorrect type of overrides ([d86062a](https://github.com/JounQin/babel-preset-proposal-typescript/commit/d86062a)) +- incorrect type of overrides ([d86062a](https://github.com/JounQin/babel-preset-proposal-typescript/commit/d86062a)) ### [1.2.5](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.4...v1.2.5) (2019-08-20) - ### Features -* add back option `isTSX` ([978fa86](https://github.com/JounQin/babel-preset-proposal-typescript/commit/978fa86)) +- add back option `isTSX` ([978fa86](https://github.com/JounQin/babel-preset-proposal-typescript/commit/978fa86)) ### [1.2.4](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.3...v1.2.4) (2019-08-18) ### [1.2.3](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.2...v1.2.3) (2019-08-18) - ### Bug Fixes -* determine jsx/tsx automatically ([56a08a2](https://github.com/JounQin/babel-preset-proposal-typescript/commit/56a08a2)) +- determine jsx/tsx automatically ([56a08a2](https://github.com/JounQin/babel-preset-proposal-typescript/commit/56a08a2)) ### [1.2.2](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.1...v1.2.2) (2019-08-18) - ### Features -* add options support, import documentation ([e2c2064](https://github.com/JounQin/babel-preset-proposal-typescript/commit/e2c2064)) +- add options support, import documentation ([e2c2064](https://github.com/JounQin/babel-preset-proposal-typescript/commit/e2c2064)) ### [1.2.1](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.2.0...v1.2.1) (2019-08-18) - ### Bug Fixes -* babel plugins should be dependencies ([1ca379c](https://github.com/JounQin/babel-preset-proposal-typescript/commit/1ca379c)) +- babel plugins should be dependencies ([1ca379c](https://github.com/JounQin/babel-preset-proposal-typescript/commit/1ca379c)) ## [1.2.0](https://github.com/JounQin/babel-preset-proposal-typescript/compare/v1.1.0...v1.2.0) (2019-08-17) - ### Features -* add latested proposal plugins ([a7f09da](https://github.com/JounQin/babel-preset-proposal-typescript/commit/a7f09da)) +- add latested proposal plugins ([a7f09da](https://github.com/JounQin/babel-preset-proposal-typescript/commit/a7f09da)) ## 1.1.0 (2019-08-17) diff --git a/package.json b/package.json index 64a153a5..e3076728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-proposal-typescript", - "version": "2.0.2", + "version": "2.0.3", "description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.", "repository": "git+https://github.com/rx-ts/babel-preset-proposal-typescript.git", "author": "JounQin ",