diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index fa21b9ca..c1f7673e 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/nuxt/typescript/compare/@nuxt/types@0.6.4...@nuxt/types@0.7.0) (2020-03-27) + + +### Features + +* **types:** nuxt 2.12 support ([#317](https://github.com/nuxt/typescript/issues/317)) ([56626b4](https://github.com/nuxt/typescript/commit/56626b476ebf3a4d265c62f557fd0b9b4144745d)) + + + + + ## [0.6.4](https://github.com/nuxt/typescript/compare/@nuxt/types@0.6.3...@nuxt/types@0.6.4) (2020-03-02) **Note:** Version bump only for package @nuxt/types diff --git a/packages/types/package.json b/packages/types/package.json index 3554e34b..9fc30e94 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/types", - "version": "0.6.4", + "version": "0.7.0", "description": "Nuxt.js types", "repository": "nuxt/typescript", "license": "MIT", diff --git a/packages/typescript-build/CHANGELOG.md b/packages/typescript-build/CHANGELOG.md index 0ead225b..bd32c608 100644 --- a/packages/typescript-build/CHANGELOG.md +++ b/packages/typescript-build/CHANGELOG.md @@ -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. +## [0.6.1](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.6.0...@nuxt/typescript-build@0.6.1) (2020-03-27) + +**Note:** Version bump only for package @nuxt/typescript-build + + + + + # [0.6.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.5.8...@nuxt/typescript-build@0.6.0) (2020-03-02) diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index a11eea6d..6694aeee 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-build", - "version": "0.6.0", + "version": "0.6.1", "description": "Nuxt.js TypeScript support", "repository": "nuxt/typescript", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.6.4", + "@nuxt/types": "0.7.0", "consola": "^2.11.3", "fork-ts-checker-webpack-plugin": "^4.1.2", "ts-loader": "^6.2.2", diff --git a/packages/typescript-runtime/CHANGELOG.md b/packages/typescript-runtime/CHANGELOG.md index 09a65b7a..1fd78a3f 100644 --- a/packages/typescript-runtime/CHANGELOG.md +++ b/packages/typescript-runtime/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.4.0...@nuxt/typescript-runtime@0.4.1) (2020-03-27) + +**Note:** Version bump only for package @nuxt/typescript-runtime + + + + + # [0.4.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.3.10...@nuxt/typescript-runtime@0.4.0) (2020-03-02) diff --git a/packages/typescript-runtime/package.json b/packages/typescript-runtime/package.json index 065ec761..03d44beb 100644 --- a/packages/typescript-runtime/package.json +++ b/packages/typescript-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-runtime", - "version": "0.4.0", + "version": "0.4.1", "description": "Nuxt.js TypeScript Runtime support", "repository": "nuxt/typescript", "license": "MIT", @@ -19,7 +19,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.6.4", + "@nuxt/types": "0.7.0", "ts-node": "^8.8.1", "typescript": "~3.8" },