Skip to content

Commit ff3a074

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected]
1 parent 6752bcc commit ff3a074

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

packages/typescript-build/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+
## [2.0.6](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript-build:** wrong path for dependency ([#464](https://github.com/nuxt/typescript/issues/464)) ([b300e6a](https://github.com/nuxt/typescript/commit/b300e6a18759cf57264abc57018e37f51e01031c)), closes [#145](https://github.com/nuxt/typescript/issues/145)
12+
13+
14+
15+
16+
617
## [2.0.5](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-02-21)
718

819

packages/typescript-build/package.json

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

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+
## [2.0.2](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-02-23)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-runtime
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-01-16)
715

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

packages/typescript-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Nuxt.js TypeScript Runtime support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

0 commit comments

Comments
 (0)