Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nuxt/typescript-build@3.0.0
 - @nuxt/typescript-runtime@3.0.0
  • Loading branch information
danielroe committed Mar 17, 2023
1 parent 65eb492 commit e9dbc3d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/typescript-build/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.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.1.0...@nuxt/typescript-build@3.0.0) (2023-03-17)


### Bug Fixes

* make typescript a peer dependency ([#563](https://github.com/nuxt/typescript/issues/563)) ([6ba1937](https://github.com/nuxt/typescript/commit/6ba193742b29d7da3bf12793734f0fd80881c83f))





# [2.1.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.6...@nuxt/typescript-build@2.1.0) (2021-03-07)

**Note:** Version bump only for package @nuxt/typescript-build
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": "2.1.0",
"version": "3.0.0",
"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.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@2.1.0...@nuxt/typescript-runtime@3.0.0) (2023-03-17)


### Bug Fixes

* make typescript a peer dependency ([#563](https://github.com/nuxt/typescript/issues/563)) ([6ba1937](https://github.com/nuxt/typescript/commit/6ba193742b29d7da3bf12793734f0fd80881c83f))





# [2.1.0](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@2.0.2...@nuxt/typescript-runtime@2.1.0) (2021-03-07)

**Note:** Version bump only for package @nuxt/typescript-runtime
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": "2.1.0",
"version": "3.0.0",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down

0 comments on commit e9dbc3d

Please sign in to comment.