diff --git a/CHANGELOG.md b/CHANGELOG.md index ff30c3b..f2db494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index a685489..665d70f 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): %s" } }, - "version": "0.0.2-alpha.0" + "version": "0.0.2-alpha.1" } diff --git a/packages/nuxt-typo3-ce/CHANGELOG.md b/packages/nuxt-typo3-ce/CHANGELOG.md index 204a78d..f0c52a0 100644 --- a/packages/nuxt-typo3-ce/CHANGELOG.md +++ b/packages/nuxt-typo3-ce/CHANGELOG.md @@ -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 diff --git a/packages/nuxt-typo3-ce/package.json b/packages/nuxt-typo3-ce/package.json index c1d2101..07ea127 100644 --- a/packages/nuxt-typo3-ce/package.json +++ b/packages/nuxt-typo3-ce/package.json @@ -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", diff --git a/packages/nuxt-typo3-theme/CHANGELOG.md b/packages/nuxt-typo3-theme/CHANGELOG.md index ff30c3b..dbd06ed 100644 --- a/packages/nuxt-typo3-theme/CHANGELOG.md +++ b/packages/nuxt-typo3-theme/CHANGELOG.md @@ -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) diff --git a/packages/nuxt-typo3-theme/package.json b/packages/nuxt-typo3-theme/package.json index a633bd8..31e4172 100644 --- a/packages/nuxt-typo3-theme/package.json +++ b/packages/nuxt-typo3-theme/package.json @@ -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", @@ -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"