Skip to content

Commit ed69e27

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected] - @nuxt/[email protected]
1 parent 5f19ee6 commit ed69e27

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-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.5](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.4](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
715

816
**Note:** Version bump only for package @nuxt/types

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.4",
3+
"version": "0.5.5",
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.5.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
7+
8+
9+
### Features
10+
11+
* **build:** ship & enable TS 3.7 features ([d62bdfc](https://github.com/nuxt/typescript/commit/d62bdfc1a1ae7b16a723761bc6dbc189ebf04a7e)), closes [#245](https://github.com/nuxt/typescript/issues/245)
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
718

819

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.4.0",
3+
"version": "0.5.0",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
1919
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
20-
"@nuxt/types": "0.5.4",
20+
"@nuxt/types": "0.5.5",
2121
"consola": "^2.11.0",
2222
"fork-ts-checker-webpack-plugin": "^3.1.1",
2323
"ts-loader": "^6.2.1",

packages/typescript-runtime/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.3.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-runtime
9+
10+
11+
12+
13+
614
# [0.3.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2019-12-09)
715

816

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.3.0",
3+
"version": "0.3.1",
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.4",
22+
"@nuxt/types": "0.5.5",
2323
"ts-node": "^8.5.4",
2424
"typescript": "~3.7"
2525
},

0 commit comments

Comments
 (0)