Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nuxt/types@0.5.3
 - @nuxt/typescript-build@0.3.10
 - @nuxt/typescript-runtime@0.2.10
  • Loading branch information
kevinmarrec committed Dec 2, 2019
1 parent 0d50ef2 commit d887b73
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/types",
"version": "0.5.2",
"version": "0.5.3",
"description": "Nuxt.js types",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit d887b73

Please sign in to comment.