Skip to content

Commit e9dbc3d

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected]
1 parent 65eb492 commit e9dbc3d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-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+
# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* make typescript a peer dependency ([#563](https://github.com/nuxt/typescript/issues/563)) ([6ba1937](https://github.com/nuxt/typescript/commit/6ba193742b29d7da3bf12793734f0fd80881c83f))
12+
13+
14+
15+
16+
617
# [2.1.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-03-07)
718

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

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.1.0",
3+
"version": "3.0.0",
44
"description": "Nuxt.js TypeScript support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

packages/typescript-runtime/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+
# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* make typescript a peer dependency ([#563](https://github.com/nuxt/typescript/issues/563)) ([6ba1937](https://github.com/nuxt/typescript/commit/6ba193742b29d7da3bf12793734f0fd80881c83f))
12+
13+
14+
15+
16+
617
# [2.1.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2021-03-07)
718

819
**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.1.0",
3+
"version": "3.0.0",
44
"description": "Nuxt.js TypeScript Runtime support",
55
"repository": "nuxt/typescript",
66
"license": "MIT",

0 commit comments

Comments
 (0)