Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 1, 2021
1 parent 43da9fb commit c96c6f7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-10-01)

**Note:** Version bump only for package nuxt-typo3-theme
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"message": "chore(release): %s"
}
},
"version": "0.0.1-alpha.6"
"version": "0.0.1"
}
8 changes: 8 additions & 0 deletions packages/nuxt-typo3-ce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-10-01)

**Note:** Version bump only for package nuxt-typo3-ce
2 changes: 1 addition & 1 deletion packages/nuxt-typo3-ce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typo3-ce",
"version": "0.0.1-alpha.4",
"version": "0.0.1",
"main": "./index.ts",
"types": "./types",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt-typo3-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-10-01)

**Note:** Version bump only for package nuxt-typo3-theme
4 changes: 2 additions & 2 deletions packages/nuxt-typo3-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typo3-theme",
"version": "0.0.1-alpha.6",
"version": "0.0.1",
"main": "src/nuxt/module.ts",
"types": "types/index.d.ts",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@nuxtjs/google-fonts": "^1.3.0",
"body-scroll-lock": "^3.1.5",
"nuxt-typo3-ce": "^0.0.1-alpha.4",
"nuxt-typo3-ce": "^0.0.1",
"vue-mq": "^1.0.1",
"vue-svgicon": "^3.2.9"
},
Expand Down

0 comments on commit c96c6f7

Please sign in to comment.