Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 28, 2023
1 parent 08f6744 commit df0c632
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-28)


### Bug Fixes

* deep merge user's module options ([#578](https://github.com/nuxt/typescript/issues/578)) ([d95453e](https://github.com/nuxt/typescript/commit/d95453e48cb86dae40eaf89832326ebe65ea8cbf))
* 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))
* **typescript-build:** set logger instance correctly ([#580](https://github.com/nuxt/typescript/issues/580)) ([96d84f1](https://github.com/nuxt/typescript/commit/96d84f1719c93f5c9fe552848df902172695856e))





# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "3.0.0",
"version": "3.0.1",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-28)


### Bug Fixes

* 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))





# [3.0.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2023-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-runtime",
"version": "3.0.0",
"version": "3.0.1",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down

0 comments on commit df0c632

Please sign in to comment.