Skip to content

Commit 60af0f9

Browse files
committed
1 parent 08c210a commit 60af0f9

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

packages/types/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2019-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** reflect nuxt[#6006](https://github.com/nuxt/typescript/issues/6006) changes ([53dd1d7](https://github.com/nuxt/typescript/commit/53dd1d7))
12+
13+
14+
### Features
15+
16+
* implement types package ([d2126ee](https://github.com/nuxt/typescript/commit/d2126ee))
17+
* **types:** reflect nuxt[#5946](https://github.com/nuxt/typescript/issues/5946) & nuxt[#5950](https://github.com/nuxt/typescript/issues/5950) changes ([dd453b4](https://github.com/nuxt/typescript/commit/dd453b4))

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/types",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"repository": "nuxt/typescript",
55
"license": "MIT",
66
"files": [
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2019-07-05)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-build

packages/typescript-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-build",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"repository": "nuxt/typescript",
55
"license": "MIT",
66
"files": [
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2019-07-05)
7+
8+
**Note:** Version bump only for package @nuxt/typescript-runtime

packages/typescript-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/typescript-runtime",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"repository": "nuxt/typescript",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)