Skip to content

Commit

Permalink
chore(release): v0.0.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 5, 2021
1 parent 65a8d39 commit 5343abc
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2-alpha.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2021-10-05)


### Bug Fixes

* **types:** replace typo3 interface ([#6](https://github.com/macopedia/nuxt-typo3-theme/issues/6)) ([811aefb](https://github.com/macopedia/nuxt-typo3-theme/commit/811aefbeafdab06ffafd90946dc17c7ab2e37ff7))


### Features

* provide array option to select layouts ([#2](https://github.com/macopedia/nuxt-typo3-theme/issues/2)) ([82adb0c](https://github.com/macopedia/nuxt-typo3-theme/commit/82adb0cb91dd633c94bde9ec00b8152f6ac5e2d6))
* **CI:** add github action ([#5](https://github.com/macopedia/nuxt-typo3-theme/issues/5)) ([c9b790a](https://github.com/macopedia/nuxt-typo3-theme/commit/c9b790aa235d53b9b84b43c205db2c6885a171db))





## [0.0.2-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.1...v0.0.2-alpha.0) (2021-10-01)


Expand Down
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.2-alpha.0"
"version": "0.0.2-alpha.1"
}
11 changes: 11 additions & 0 deletions packages/nuxt-typo3-ce/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.0.2-alpha.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2021-10-05)


### Bug Fixes

* **types:** replace typo3 interface ([#6](https://github.com/macopedia/nuxt-typo3-theme/issues/6)) ([811aefb](https://github.com/macopedia/nuxt-typo3-theme/commit/811aefbeafdab06ffafd90946dc17c7ab2e37ff7))





## 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",
"version": "0.0.2-alpha.1",
"main": "./index.ts",
"types": "./types",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/nuxt-typo3-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2-alpha.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.0...v0.0.2-alpha.1) (2021-10-05)


### Bug Fixes

* **types:** replace typo3 interface ([#6](https://github.com/macopedia/nuxt-typo3-theme/issues/6)) ([811aefb](https://github.com/macopedia/nuxt-typo3-theme/commit/811aefbeafdab06ffafd90946dc17c7ab2e37ff7))


### Features

* provide array option to select layouts ([#2](https://github.com/macopedia/nuxt-typo3-theme/issues/2)) ([82adb0c](https://github.com/macopedia/nuxt-typo3-theme/commit/82adb0cb91dd633c94bde9ec00b8152f6ac5e2d6))





## [0.0.2-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.1...v0.0.2-alpha.0) (2021-10-01)


Expand Down
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.2-alpha.0",
"version": "0.0.2-alpha.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",
"nuxt-typo3-ce": "^0.0.2-alpha.1",
"sanitize.css": "^12.0.1",
"vue-mq": "^1.0.1",
"vue-svgicon": "^3.2.9"
Expand Down

0 comments on commit 5343abc

Please sign in to comment.