Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nuxt/types@0.7.2
 - @nuxt/typescript-build@0.6.3
 - @nuxt/typescript-runtime@0.4.3
  • Loading branch information
kevinmarrec committed Apr 9, 2020
1 parent 436f742 commit b030c7c
Show file tree
Hide file tree
Showing 6 changed files with 35 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.7.2](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.1...@nuxt/types@0.7.2) (2020-04-09)


### Bug Fixes

* **types:** adding fetchOnServer and fetchDelay missing types ([#328](https://github.com/nuxt/typescript/issues/328)) ([b412a5b](https://github.com/nuxt/typescript/commit/b412a5b40a060c872a36ad10124bae712069a3fa))





## [0.7.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.0...@nuxt/types@0.7.1) (2020-04-03)


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.7.1",
"version": "0.7.2",
"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.6.3](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.6.2...@nuxt/typescript-build@0.6.3) (2020-04-09)

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





## [0.6.2](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.6.1...@nuxt/typescript-build@0.6.2) (2020-04-03)

**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.6.2",
"version": "0.6.3",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.7.1",
"@nuxt/types": "0.7.2",
"consola": "^2.11.3",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"ts-loader": "^6.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-runtime/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.4.3](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.4.2...@nuxt/typescript-runtime@0.4.3) (2020-04-09)


### Performance Improvements

* **runtime:** makes nuxt-ts transpileOnly ([436f742](https://github.com/nuxt/typescript/commit/436f742faa7ec7f7a2470df11b59778ba1122e40)), closes [#329](https://github.com/nuxt/typescript/issues/329)





## [0.4.2](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.4.1...@nuxt/typescript-runtime@0.4.2) (2020-04-03)

**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.4.2",
"version": "0.4.3",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.7.1",
"@nuxt/types": "0.7.2",
"ts-node": "^8.8.2",
"typescript": "~3.8"
},
Expand Down

0 comments on commit b030c7c

Please sign in to comment.