Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nuxt/types@0.3.4
 - @nuxt/typescript-build@0.3.4
 - @nuxt/typescript-runtime@0.2.4
  • Loading branch information
kevinmarrec committed Nov 5, 2019
1 parent 3f8c54b commit ae5a0de
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
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.3.4](https://github.com/nuxt/typescript/compare/@nuxt/types@0.3.3...@nuxt/types@0.3.4) (2019-11-05)


### Bug Fixes

* **types:** add prefix property to NuxtConfigurationServerMiddleware ([#182](https://github.com/nuxt/typescript/issues/182)) ([3f8c54b](https://github.com/nuxt/typescript/commit/3f8c54b6be6efdfb631c54fb726d042d8e89e7df))





## [0.3.3](https://github.com/nuxt/typescript/compare/@nuxt/types@0.3.2...@nuxt/types@0.3.3) (2019-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/types",
"version": "0.3.3",
"version": "0.3.4",
"description": "Nuxt.js types",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-build/CHANGELOG.md
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.4](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.3...@nuxt/typescript-build@0.3.4) (2019-11-05)

**Note:** Version bump only for package @nuxt/typescript-build





## [0.3.3](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.2...@nuxt/typescript-build@0.3.3) (2019-11-03)

**Note:** Version bump only for package @nuxt/typescript-build
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-build/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "0.3.3",
"version": "0.3.4",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.3.3",
"@nuxt/types": "0.3.4",
"consola": "^2.10.1",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"ts-loader": "^6.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
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.4](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.3...@nuxt/typescript-runtime@0.2.4) (2019-11-05)

**Note:** Version bump only for package @nuxt/typescript-runtime





## [0.2.3](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.2...@nuxt/typescript-runtime@0.2.3) (2019-11-03)

**Note:** Version bump only for package @nuxt/typescript-runtime
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-runtime",
"version": "0.2.3",
"version": "0.2.4",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.3.3",
"@nuxt/types": "0.3.4",
"ts-node": "^8.4.1",
"typescript": "~3.6"
},
Expand Down

0 comments on commit ae5a0de

Please sign in to comment.