Skip to content

Commit 17a5ef6

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected] - @nuxt/[email protected]
1 parent 17c368a commit 17a5ef6

File tree

6 files changed

+41
-5
lines changed

6 files changed

+41
-5
lines changed

packages/types/CHANGELOG.md

+11
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.7.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** fix build.transpile type ([#358](https://github.com/nuxt/typescript/issues/358)) ([9c37af8](https://github.com/nuxt/typescript/commit/9c37af86ffc8c500639b4ae17ab370b3b0f88acd))
12+
13+
14+
15+
16+
617
## [0.7.5](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-04-25)
718

819

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/types",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "Nuxt.js types",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-build/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [1.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-05-18)
7+
8+
9+
### chore
10+
11+
* **deps:** update dependency ts-loader to v7 ([#338](https://github.com/nuxt/typescript/issues/338)) ([17c368a](https://github.com/nuxt/typescript/commit/17c368a565fb630ba5f330a8555a403b492e64af))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **deps:** Drop Node v8 support
17+
Co-authored-by: Renovate Bot <[email protected]>
18+
19+
20+
21+
22+
623
## [0.6.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-04-25)
724

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

packages/typescript-build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "0.6.6",
3+
"version": "1.0.0",
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.7.5",
18+
"@nuxt/types": "0.7.6",
1919
"consola": "^2.12.1",
2020
"fork-ts-checker-webpack-plugin": "^4.1.4",
2121
"ts-loader": "^7.0.4",

packages/typescript-runtime/CHANGELOG.md

+8
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.4.7](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-05-18)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-runtime
9+
10+
11+
12+
13+
614
## [0.4.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-04-25)
715

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

packages/typescript-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "0.4.6",
3+
"version": "0.4.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.7.5",
22+
"@nuxt/types": "0.7.6",
2323
"ts-node": "^8.10.1",
2424
"typescript": "~3.8"
2525
},

0 commit comments

Comments
 (0)