Skip to content

Commit 0877834

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected] - @nuxt/[email protected]
1 parent 3b636ba commit 0877834

File tree

6 files changed

+51
-5
lines changed

6 files changed

+51
-5
lines changed

packages/types/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** add generate.exclude type ([9c11abd](https://github.com/nuxt/typescript/commit/9c11abd)), closes [#132](https://github.com/nuxt/typescript/issues/132)
12+
* **types:** add typing for Routes meta ([#89](https://github.com/nuxt/typescript/issues/89)) ([19df2f9](https://github.com/nuxt/typescript/commit/19df2f9))
13+
* **types:** remote erroneous color ([#137](https://github.com/nuxt/typescript/issues/137)) ([011c3c1](https://github.com/nuxt/typescript/commit/011c3c1))
14+
15+
16+
### Features
17+
18+
* add custom blue color for nuxt cli ([#133](https://github.com/nuxt/typescript/issues/133)) ([3534073](https://github.com/nuxt/typescript/commit/3534073)), closes [#6397](https://github.com/nuxt/typescript/issues/6397)
19+
20+
21+
22+
23+
624
## [0.2.15](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-09-23)
725

826

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/types",
3-
"version": "0.2.15",
3+
"version": "0.3.0",
44
"description": "Nuxt.js types",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-build/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** fix feature [#133](https://github.com/nuxt/typescript/issues/133) after ts rewrite ([1e453e6](https://github.com/nuxt/typescript/commit/1e453e6))
12+
13+
14+
### Features
15+
16+
* add custom blue color for nuxt cli ([#133](https://github.com/nuxt/typescript/issues/133)) ([3534073](https://github.com/nuxt/typescript/commit/3534073)), closes [#6397](https://github.com/nuxt/typescript/issues/6397)
17+
* use hooks ([#97](https://github.com/nuxt/typescript/issues/97)) ([f7b680a](https://github.com/nuxt/typescript/commit/f7b680a))
18+
19+
20+
21+
22+
623
## [0.2.10](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-09-23)
724

825
**Note:** Version bump only for package @nuxt/typescript-build

packages/typescript-build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "0.2.10",
3+
"version": "0.3.0",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"compile": "tsc"
1616
},
1717
"dependencies": {
18-
"@nuxt/types": "0.2.15",
18+
"@nuxt/types": "0.3.0",
1919
"consola": "^2.10.1",
2020
"fork-ts-checker-webpack-plugin": "^1.5.0",
2121
"ts-loader": "^6.2.0",

packages/typescript-runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* use hooks ([#97](https://github.com/nuxt/typescript/issues/97)) ([f7b680a](https://github.com/nuxt/typescript/commit/f7b680a))
12+
13+
14+
15+
16+
617
## [0.1.7](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-09-23)
718

819
**Note:** Version bump only for package @nuxt/typescript-runtime

packages/typescript-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "Nuxt.js TypeScript Runtime support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"compile": "tsc"
2020
},
2121
"dependencies": {
22-
"@nuxt/types": "0.2.15",
22+
"@nuxt/types": "0.3.0",
2323
"ts-node": "^8.4.1",
2424
"typescript": "~3.6"
2525
},

0 commit comments

Comments
 (0)