Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @d-ts/bin@1.0.0
 - @d-ts/core@1.0.0
 - @d-ts/rollup-plugins@1.0.0
 - @d-ts/svelte@1.0.0
 - @d-ts/vue@1.0.0
 - @d-ts/webpack-plugins@1.0.0
  • Loading branch information
JounQin committed Feb 20, 2021
1 parent 03f61a1 commit 92ef174
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/bin@0.5.2...@d-ts/bin@1.0.0) (2021-02-20)

**Note:** Version bump only for package @d-ts/bin





## [0.5.2](https://github.com/rx-ts/types/compare/@d-ts/bin@0.5.1...@d-ts/bin@0.5.2) (2021-02-20)

**Note:** Version bump only for package @d-ts/bin
Expand Down
6 changes: 3 additions & 3 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/bin",
"version": "0.5.2",
"version": "1.0.0",
"description": "Link @d-ts packages to @types automatically",
"repository": "git+https://github.com/rx-ts/types.git",
"homepage": "https://github.com/rx-ts/types/tree/master/packages/bin",
Expand All @@ -18,9 +18,9 @@
"fesm5": "lib/esm",
"types": "lib",
"files": [
"!lib/*.tsbuildinfo",
"cli.js",
"lib",
"!lib/*.tsbuildinfo"
"lib"
],
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.7.3...@d-ts/core@1.0.0) (2021-02-20)

**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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/core",
"version": "0.7.3",
"version": "1.0.0",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/rollup-plugins@0.4.1...@d-ts/rollup-plugins@1.0.0) (2021-02-20)

**Note:** Version bump only for package @d-ts/rollup-plugins





## [0.4.1](https://github.com/rx-ts/types/compare/@d-ts/rollup-plugins@0.4.0...@d-ts/rollup-plugins@0.4.1) (2021-02-20)

**Note:** Version bump only for package @d-ts/rollup-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/rollup-plugins",
"version": "0.4.1",
"version": "1.0.0",
"description": "Additional rollup 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/rollup-plugins",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/svelte@0.2.5...@d-ts/svelte@1.0.0) (2021-02-20)

**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
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/svelte",
"version": "0.2.5",
"version": "1.0.0",
"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",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/vue@0.4.4...@d-ts/vue@1.0.0) (2021-02-20)

**Note:** Version bump only for package @d-ts/vue





## [0.4.4](https://github.com/rx-ts/types/compare/@d-ts/vue@0.4.3...@d-ts/vue@0.4.4) (2021-02-20)

**Note:** Version bump only for package @d-ts/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/vue",
"version": "0.4.4",
"version": "1.0.0",
"description": "Additional Vue TypeScript Type Definitions",
"repository": "git+https://github.com/rx-ts/types.git",
"homepage": "https://github.com/rx-ts/types/tree/master/packages/vue",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/rx-ts/types/compare/@d-ts/webpack-plugins@0.4.1...@d-ts/webpack-plugins@1.0.0) (2021-02-20)

**Note:** Version bump only for package @d-ts/webpack-plugins





## [0.4.1](https://github.com/rx-ts/types/compare/@d-ts/webpack-plugins@0.4.0...@d-ts/webpack-plugins@0.4.1) (2021-02-20)

**Note:** Version bump only for package @d-ts/webpack-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-ts/webpack-plugins",
"version": "0.4.1",
"version": "1.0.0",
"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",
Expand Down

0 comments on commit 92ef174

Please sign in to comment.