Skip to content

Commit 53b92f8

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected] - @nuxt/[email protected]
1 parent 588f356 commit 53b92f8

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

packages/types/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.5.4](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
7+
8+
**Note:** Version bump only for package @nuxt/types
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-02)
715

816

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.5.3",
3+
"version": "0.5.4",
44
"description": "Nuxt.js types",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-build/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.4.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
7+
8+
9+
### Features
10+
11+
* **deps:** upgrade typescript to 3.7 ([508fcef](https://github.com/nuxt/typescript/commit/508fcef3b3f0938edad9659849a82d89ac868c7c)), closes [#185](https://github.com/nuxt/typescript/issues/185)
12+
13+
14+
15+
16+
617
## [0.3.10](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-02)
718

819
**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.3.10",
3+
"version": "0.4.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.5.3",
18+
"@nuxt/types": "0.5.4",
1919
"consola": "^2.11.0",
2020
"fork-ts-checker-webpack-plugin": "^3.1.1",
2121
"ts-loader": "^6.2.1",

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.3.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
7+
8+
9+
### Features
10+
11+
* **deps:** upgrade typescript to 3.7 ([508fcef](https://github.com/nuxt/typescript/commit/508fcef3b3f0938edad9659849a82d89ac868c7c)), closes [#185](https://github.com/nuxt/typescript/issues/185)
12+
13+
14+
15+
16+
617
## [0.2.10](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-02)
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.2.10",
3+
"version": "0.3.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.5.3",
22+
"@nuxt/types": "0.5.4",
2323
"ts-node": "^8.5.4",
2424
"typescript": "~3.7"
2525
},

0 commit comments

Comments
 (0)