Skip to content

Commit df0c632

Browse files
committed
chore(release): publish
- @nuxt/[email protected] - @nuxt/[email protected]
1 parent 08f6744 commit df0c632

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

packages/typescript-build/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* deep merge user's module options ([#578](https://github.com/nuxt/typescript/issues/578)) ([d95453e](https://github.com/nuxt/typescript/commit/d95453e48cb86dae40eaf89832326ebe65ea8cbf))
12+
* extend typescript peer dependency range to include 5.x ([#587](https://github.com/nuxt/typescript/issues/587)) ([6e5a51b](https://github.com/nuxt/typescript/commit/6e5a51b6fd84b198d34ab69472a7190f521d0120))
13+
* **typescript-build:** set logger instance correctly ([#580](https://github.com/nuxt/typescript/issues/580)) ([96d84f1](https://github.com/nuxt/typescript/commit/96d84f1719c93f5c9fe552848df902172695856e))
14+
15+
16+
17+
18+
619
# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)
720

821

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": "3.0.0",
3+
"version": "3.0.1",
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.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* extend typescript peer dependency range to include 5.x ([#587](https://github.com/nuxt/typescript/issues/587)) ([6e5a51b](https://github.com/nuxt/typescript/commit/6e5a51b6fd84b198d34ab69472a7190f521d0120))
12+
13+
14+
15+
16+
617
# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)
718

819

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

0 commit comments

Comments
 (0)