diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0c5c4..3adfe5a 100644 --- a/CHANGELOG.md +++ b/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.3-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2...v0.0.3-alpha.0) (2021-10-13) + + +### Features + +* **ui:** copy flags depends on configuration ([#19](https://github.com/macopedia/nuxt-typo3-theme/issues/19)) ([03377ee](https://github.com/macopedia/nuxt-typo3-theme/commit/03377ee47f187949d1f35d971a963aec90888bfa)) + + + + + ## [0.0.2](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.3...v0.0.2) (2021-10-12) **Note:** Version bump only for package nuxt-typo3-theme diff --git a/lerna.json b/lerna.json index 8e4d80c..8a94744 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): %s" } }, - "version": "0.0.2" + "version": "0.0.3-alpha.0" } diff --git a/packages/nuxt-typo3-theme/CHANGELOG.md b/packages/nuxt-typo3-theme/CHANGELOG.md index 8bd5dd9..793492a 100644 --- a/packages/nuxt-typo3-theme/CHANGELOG.md +++ b/packages/nuxt-typo3-theme/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.3-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2...v0.0.3-alpha.0) (2021-10-13) + + +### Features + +* **ui:** copy flags depends on configuration ([#19](https://github.com/macopedia/nuxt-typo3-theme/issues/19)) ([03377ee](https://github.com/macopedia/nuxt-typo3-theme/commit/03377ee47f187949d1f35d971a963aec90888bfa)) + + + + + ## [0.0.2](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2-alpha.3...v0.0.2) (2021-10-12) **Note:** Version bump only for package nuxt-typo3-theme diff --git a/packages/nuxt-typo3-theme/package.json b/packages/nuxt-typo3-theme/package.json index c78eed4..8ebec26 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", + "version": "0.0.3-alpha.0", "homepage": "https://macopedia.github.io/nuxt-typo3-theme", "main": "src/nuxt/module.ts", "types": "types/index.d.ts",