diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index edb46235..58e90716 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/nuxt/typescript/compare/@nuxt/types@0.4.1...@nuxt/types@0.5.0) (2019-12-01) + + +### Bug Fixes + +* **types:** improve consistency with class nuxtEnv ([#222](https://github.com/nuxt/typescript/issues/222)) ([2631980](https://github.com/nuxt/typescript/commit/26319806ff4f5b9c81b34f0859e3352365e4e095)) + + +### Features + +* **types:** add postcss build types ([#223](https://github.com/nuxt/typescript/issues/223)) ([7268990](https://github.com/nuxt/typescript/commit/7268990a06c6d3c8b20d1dbf312e7a3fbfd05cc4)) + + + + + ## [0.4.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.4.0...@nuxt/types@0.4.1) (2019-12-01) diff --git a/packages/types/package.json b/packages/types/package.json index 02bf3288..c0261dc9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/types", - "version": "0.4.1", + "version": "0.5.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 e2afde7f..8fa6d468 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.3.7](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.6...@nuxt/typescript-build@0.3.7) (2019-12-01) + +**Note:** Version bump only for package @nuxt/typescript-build + + + + + ## [0.3.6](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.5...@nuxt/typescript-build@0.3.6) (2019-12-01) **Note:** Version bump only for package @nuxt/typescript-build diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index da1acec2..93e370f2 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-build", - "version": "0.3.6", + "version": "0.3.7", "description": "Nuxt.js TypeScript support", "repository": "nuxt/typescript", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.4.1", + "@nuxt/types": "0.5.0", "consola": "^2.11.0", "fork-ts-checker-webpack-plugin": "^3.1.1", "ts-loader": "^6.2.1", diff --git a/packages/typescript-runtime/CHANGELOG.md b/packages/typescript-runtime/CHANGELOG.md index fb965233..246049b3 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.2.7](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.6...@nuxt/typescript-runtime@0.2.7) (2019-12-01) + +**Note:** Version bump only for package @nuxt/typescript-runtime + + + + + ## [0.2.6](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.5...@nuxt/typescript-runtime@0.2.6) (2019-12-01) **Note:** Version bump only for package @nuxt/typescript-runtime diff --git a/packages/typescript-runtime/package.json b/packages/typescript-runtime/package.json index 034749b0..3e25d36c 100644 --- a/packages/typescript-runtime/package.json +++ b/packages/typescript-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-runtime", - "version": "0.2.6", + "version": "0.2.7", "description": "Nuxt.js TypeScript Runtime support", "repository": "nuxt/typescript", "license": "MIT", @@ -19,7 +19,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.4.1", + "@nuxt/types": "0.5.0", "ts-node": "^8.5.4", "typescript": "~3.6" },