diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7961ef7c..117960f0 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.5.3](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.2...@nuxt/types@0.5.3) (2019-12-02) + + +### Bug Fixes + +* **types:** use connect type for server middleware ([#227](https://github.com/nuxt/typescript/issues/227)) ([0d50ef2](https://github.com/nuxt/typescript/commit/0d50ef27201aca9c749331563dbd6ad0bbf1e5c3)), closes [#183](https://github.com/nuxt/typescript/issues/183) + + + + + ## [0.5.2](https://github.com/nuxt/typescript/compare/@nuxt/types@0.5.1...@nuxt/types@0.5.2) (2019-12-02) diff --git a/packages/types/package.json b/packages/types/package.json index 8900ea68..63267369 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/types", - "version": "0.5.2", + "version": "0.5.3", "description": "Nuxt.js types", "repository": "nuxt/typescript", "license": "MIT", diff --git a/packages/typescript-build/CHANGELOG.md b/packages/typescript-build/CHANGELOG.md index 3313c0e9..87bcd7a9 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.10](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.9...@nuxt/typescript-build@0.3.10) (2019-12-02) + +**Note:** Version bump only for package @nuxt/typescript-build + + + + + ## [0.3.9](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.8...@nuxt/typescript-build@0.3.9) (2019-12-02) **Note:** Version bump only for package @nuxt/typescript-build diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index b188edb5..ba1b3194 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-build", - "version": "0.3.9", + "version": "0.3.10", "description": "Nuxt.js TypeScript support", "repository": "nuxt/typescript", "license": "MIT", @@ -15,7 +15,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.5.2", + "@nuxt/types": "0.5.3", "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 bcef65f6..b2a52cba 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.10](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.9...@nuxt/typescript-runtime@0.2.10) (2019-12-02) + +**Note:** Version bump only for package @nuxt/typescript-runtime + + + + + ## [0.2.9](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.8...@nuxt/typescript-runtime@0.2.9) (2019-12-02) **Note:** Version bump only for package @nuxt/typescript-runtime diff --git a/packages/typescript-runtime/package.json b/packages/typescript-runtime/package.json index 17eb426a..6669c6dc 100644 --- a/packages/typescript-runtime/package.json +++ b/packages/typescript-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-runtime", - "version": "0.2.9", + "version": "0.2.10", "description": "Nuxt.js TypeScript Runtime support", "repository": "nuxt/typescript", "license": "MIT", @@ -19,7 +19,7 @@ "compile": "tsc" }, "dependencies": { - "@nuxt/types": "0.5.2", + "@nuxt/types": "0.5.3", "ts-node": "^8.5.4", "typescript": "~3.6" },