diff --git a/.changeset/blue-laws-build.md b/.changeset/blue-laws-build.md deleted file mode 100644 index adf645b..0000000 --- a/.changeset/blue-laws-build.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@d-ts/bin': patch -'@d-ts/core': patch -'@d-ts/svelte': patch -'@d-ts/webpack-plugins': patch ---- - -fix: jsox/svelte type issues diff --git a/packages/bin/CHANGELOG.md b/packages/bin/CHANGELOG.md index aaa2da1..b4f295c 100644 --- a/packages/bin/CHANGELOG.md +++ b/packages/bin/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.1 + +### Patch Changes + +- [`680a71c`](https://github.com/rx-ts/types/commit/680a71c4cfcd3a9521f8a18ff777ad43fdea5bb5) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsox/svelte type issues + ## 1.1.0 ### Minor Changes diff --git a/packages/bin/package.json b/packages/bin/package.json index 95db392..9f7980d 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/bin", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "description": "Link @d-ts packages to @types automatically", "repository": "git+https://github.com/rx-ts/types.git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 26ce1fc..439030c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.1 + +### Patch Changes + +- [`680a71c`](https://github.com/rx-ts/types/commit/680a71c4cfcd3a9521f8a18ff777ad43fdea5bb5) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsox/svelte type issues + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,133 +13,72 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @d-ts/core - - - - ## [0.7.3](https://github.com/rx-ts/types/compare/@d-ts/core@0.7.2...@d-ts/core@0.7.3) (2020-02-22) **Note:** Version bump only for package @d-ts/core - - - - ## 0.7.2 (2020-01-28) **Note:** Version bump only for package @d-ts/core - - - - ## 0.7.1 (2020-01-28) **Note:** Version bump only for package @d-ts/core - - - - # 0.7.0 (2020-01-28) - ### Features -* **rollup-plugins:** remove unnecessary rollup-plugin-typescript definition ([42ed6cc](https://github.com/rx-ts/types/commit/42ed6cca2c473a463035c105760428d96dca0a75)) - - - - +- **rollup-plugins:** remove unnecessary rollup-plugin-typescript definition ([42ed6cc](https://github.com/rx-ts/types/commit/42ed6cca2c473a463035c105760428d96dca0a75)) # [0.6.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.5.1...@d-ts/core@0.6.0) (2019-10-30) - ### Features -* add svelte and webpack plugins definitions ([8c726cd](https://github.com/rx-ts/types/commit/8c726cd0ce2641b3ab9a4516d40cc0cd2544bb8b)) - - - - +- add svelte and webpack plugins definitions ([8c726cd](https://github.com/rx-ts/types/commit/8c726cd0ce2641b3ab9a4516d40cc0cd2544bb8b)) ## [0.5.1](https://github.com/rx-ts/types/compare/@d-ts/core@0.5.0...@d-ts/core@0.5.1) (2019-10-29) - ### Bug Fixes -* remove postinstall scripts in internal pkgs ([70c5d68](https://github.com/rx-ts/types/commit/70c5d68190df3b4ec9e323119d8acabc320579e9)) - - - - +- remove postinstall scripts in internal pkgs ([70c5d68](https://github.com/rx-ts/types/commit/70c5d68190df3b4ec9e323119d8acabc320579e9)) # [0.5.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.2...@d-ts/core@0.5.0) (2019-10-29) - ### Features -* **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) - - - - +- **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) # [0.4.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.2...@d-ts/core@0.4.0) (2019-10-29) - ### Features -* **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) - - - - +- **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) ## [0.3.2](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.1...@d-ts/core@0.3.2) (2019-09-21) **Note:** Version bump only for package @d-ts/core - - - - ## [0.3.1](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.0...@d-ts/core@0.3.1) (2019-09-21) - ### Bug Fixes -* correct repository field in package.json ([c54876a](https://github.com/rx-ts/types/commit/c54876a)) - - - - +- correct repository field in package.json ([c54876a](https://github.com/rx-ts/types/commit/c54876a)) # [0.3.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.2.0...@d-ts/core@0.3.0) (2019-09-21) - ### Features -* add @d-ts/bin package, close [#56](https://github.com/rx-ts/types/issues/56) ([7bc08d7](https://github.com/rx-ts/types/commit/7bc08d7)) - - - - +- add @d-ts/bin package, close [#56](https://github.com/rx-ts/types/issues/56) ([7bc08d7](https://github.com/rx-ts/types/commit/7bc08d7)) # [0.2.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.1.0...@d-ts/core@0.2.0) (2019-09-20) - ### Features -* add @d-ts/vue package, improve dtslint usage ([2d67c16](https://github.com/rx-ts/types/commit/2d67c16)) - - - - +- add @d-ts/vue package, improve dtslint usage ([2d67c16](https://github.com/rx-ts/types/commit/2d67c16)) # 0.1.0 (2019-09-20) - ### Features -* first blood, add @d-ts/types package ([6111b7e](https://github.com/rx-ts/types/commit/6111b7e)) +- first blood, add @d-ts/types package ([6111b7e](https://github.com/rx-ts/types/commit/6111b7e)) diff --git a/packages/core/package.json b/packages/core/package.json index 8624b3a..3c816af 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Core/Global TypeScript Type Definitions", "repository": "git+https://github.com/rx-ts/types.git", "homepage": "https://github.com/rx-ts/types/tree/master/packages/core", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index db3be7f..5e591c7 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.1 + +### Patch Changes + +- [`680a71c`](https://github.com/rx-ts/types/commit/680a71c4cfcd3a9521f8a18ff777ad43fdea5bb5) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsox/svelte type issues + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,67 +13,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @d-ts/svelte - - - - ## [0.2.5](https://github.com/rx-ts/types/compare/@d-ts/svelte@0.2.4...@d-ts/svelte@0.2.5) (2021-02-20) **Note:** Version bump only for package @d-ts/svelte - - - - ## [0.2.4](https://github.com/rx-ts/types/compare/@d-ts/svelte@0.2.3...@d-ts/svelte@0.2.4) (2020-07-15) - ### Bug Fixes -* symlink packages correctly ([ed7292c](https://github.com/rx-ts/types/commit/ed7292c2e3c925033081742b97c234e90aadeb0c)) - - - - +- symlink packages correctly ([ed7292c](https://github.com/rx-ts/types/commit/ed7292c2e3c925033081742b97c234e90aadeb0c)) ## [0.2.3](https://github.com/rx-ts/types/compare/@d-ts/svelte@0.2.2...@d-ts/svelte@0.2.3) (2020-02-22) **Note:** Version bump only for package @d-ts/svelte - - - - ## 0.2.2 (2020-01-28) **Note:** Version bump only for package @d-ts/svelte - - - - ## 0.2.1 (2020-01-28) **Note:** Version bump only for package @d-ts/svelte - - - - # 0.2.0 (2020-01-28) - ### Features -* **rollup-plugins:** remove unnecessary rollup-plugin-typescript definition ([42ed6cc](https://github.com/rx-ts/types/commit/42ed6cca2c473a463035c105760428d96dca0a75)) - - - - +- **rollup-plugins:** remove unnecessary rollup-plugin-typescript definition ([42ed6cc](https://github.com/rx-ts/types/commit/42ed6cca2c473a463035c105760428d96dca0a75)) # 0.1.0 (2019-10-30) - ### Features -* add svelte and webpack plugins definitions ([8c726cd](https://github.com/rx-ts/types/commit/8c726cd0ce2641b3ab9a4516d40cc0cd2544bb8b)) +- add svelte and webpack plugins definitions ([8c726cd](https://github.com/rx-ts/types/commit/8c726cd0ce2641b3ab9a4516d40cc0cd2544bb8b)) diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 614cd87..fbfed01 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/svelte", - "version": "1.0.0", + "version": "1.0.1", "description": "Additional Svelte TypeScript Type Definitions", "repository": "git+https://github.com/rx-ts/types.git", "homepage": "https://github.com/rx-ts/types/tree/master/packages/svelte", diff --git a/packages/webpack-plugins/CHANGELOG.md b/packages/webpack-plugins/CHANGELOG.md index dcd7332..8c7e2f6 100644 --- a/packages/webpack-plugins/CHANGELOG.md +++ b/packages/webpack-plugins/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.1 + +### Patch Changes + +- [`680a71c`](https://github.com/rx-ts/types/commit/680a71c4cfcd3a9521f8a18ff777ad43fdea5bb5) Thanks [@JounQin](https://github.com/JounQin)! - fix: jsox/svelte type issues + ## 1.1.0 ### Minor Changes diff --git a/packages/webpack-plugins/package.json b/packages/webpack-plugins/package.json index c9b750f..64fde51 100644 --- a/packages/webpack-plugins/package.json +++ b/packages/webpack-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/webpack-plugins", - "version": "1.1.0", + "version": "1.1.1", "description": "Additional webpack and related plugins TypeScript Type Definitions", "repository": "git+https://github.com/rx-ts/types.git", "homepage": "https://github.com/rx-ts/types/tree/master/packages/webpack-plugins",