File tree Expand file tree Collapse file tree 6 files changed +41
-5
lines changed
Expand file tree Collapse file tree 6 files changed +41
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.7.6] ( https://github.com/nuxt/typescript/compare/@nuxt/types@0.7.5...@nuxt/types@0.7.6 ) (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/types@0.7.4...@nuxt/types@0.7.5 ) (2020-04-25)
718
819
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.0.0] ( https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.6.6...@nuxt/typescript-build@1.0.0 ) (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 < bot@renovateapp.com >
18+
19+
20+
21+
22+
623## [ 0.6.6] ( https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.6.5...@nuxt/typescript-build@0.6.6 ) (2020-04-25)
724
825** Note:** Version bump only for package @nuxt/typescript-build
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.4.7] ( https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.4.6...@nuxt/typescript-runtime@0.4.7 ) (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/typescript-runtime@0.4.5...@nuxt/typescript-runtime@0.4.6 ) (2020-04-25)
715
816** Note:** Version bump only for package @nuxt/typescript-runtime
Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments