Skip to content

Commit 95c99ef

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected] - @nuxt/[email protected]
1 parent 648819a commit 95c99ef

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

packages/types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** add watchQuery function type ([#265](https://github.com/nuxt/typescript/issues/265)) ([e5862b7](https://github.com/nuxt/typescript/commit/e5862b778b6acb7e2800a18464053b29e0c13c28)), closes [#263](https://github.com/nuxt/typescript/issues/263)
12+
13+
14+
15+
16+
617
# [0.6.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-02)
718

819

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/types",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Nuxt.js types",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-build/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-12)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-build
9+
10+
11+
12+
13+
614
## [0.5.5](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-02)
715

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

packages/typescript-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"compile": "tsc"
1616
},
1717
"dependencies": {
18-
"@nuxt/types": "0.6.0",
18+
"@nuxt/types": "0.6.1",
1919
"consola": "^2.11.3",
2020
"fork-ts-checker-webpack-plugin": "^3.1.1",
2121
"ts-loader": "^6.2.1",

packages/typescript-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.7](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-12)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-runtime
9+
10+
11+
12+
13+
614
## [0.3.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-01-02)
715

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

packages/typescript-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Nuxt.js TypeScript Runtime support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"compile": "tsc"
2020
},
2121
"dependencies": {
22-
"@nuxt/types": "0.6.0",
22+
"@nuxt/types": "0.6.1",
2323
"ts-node": "^8.6.1",
2424
"typescript": "~3.7"
2525
},

0 commit comments

Comments
 (0)