Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Mar 27, 2020
1 parent c3d9564 commit 693c8b5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/types/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.

# [0.7.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-27)


### Features

* **types:** nuxt 2.12 support ([#317](https://github.com/nuxt/typescript/issues/317)) ([56626b4](https://github.com/nuxt/typescript/commit/56626b476ebf3a4d265c62f557fd0b9b4144745d))





## [0.6.4](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-02)

**Note:** Version bump only for package @nuxt/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/types",
"version": "0.6.4",
"version": "0.7.0",
"description": "Nuxt.js types",
"repository": "nuxt/typescript",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-27)

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





# [0.6.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "0.6.0",
"version": "0.6.1",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.6.4",
"@nuxt/types": "0.7.0",
"consola": "^2.11.3",
"fork-ts-checker-webpack-plugin": "^4.1.2",
"ts-loader": "^6.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-27)

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





# [0.4.0](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-03-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-runtime",
"version": "0.4.0",
"version": "0.4.1",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.6.4",
"@nuxt/types": "0.7.0",
"ts-node": "^8.8.1",
"typescript": "~3.8"
},
Expand Down

0 comments on commit 693c8b5

Please sign in to comment.