diff --git a/CHANGELOG.md b/CHANGELOG.md index 1896f2a..48e3175 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.4](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.3...v0.0.3-alpha.4) (2021-11-18) + + +### Features + +* make it compatible with nuxt-typo3 1.0.0 ([#33](https://github.com/macopedia/nuxt-typo3-theme/issues/33)) ([96871e3](https://github.com/macopedia/nuxt-typo3-theme/commit/96871e3a5f43258053bb1830b33ae07b80d3c3d4)) + + + + + ## [0.0.3-alpha.3](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.2...v0.0.3-alpha.3) (2021-11-17) **Note:** Version bump only for package nuxt-typo3-theme diff --git a/lerna.json b/lerna.json index 6e72c2d..4dc201f 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): %s" } }, - "version": "0.0.3-alpha.3" + "version": "0.0.3-alpha.4" } diff --git a/packages/nuxt-typo3-ce/CHANGELOG.md b/packages/nuxt-typo3-ce/CHANGELOG.md index fbde0b4..2137af5 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.3-alpha.4](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.3...v0.0.3-alpha.4) (2021-11-18) + + +### Features + +* make it compatible with nuxt-typo3 1.0.0 ([#33](https://github.com/macopedia/nuxt-typo3-theme/issues/33)) ([96871e3](https://github.com/macopedia/nuxt-typo3-theme/commit/96871e3a5f43258053bb1830b33ae07b80d3c3d4)) + + + + + ## [0.0.3-alpha.3](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.2...v0.0.3-alpha.3) (2021-11-17) **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 bdaba7a..0832426 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.3-alpha.3", + "version": "0.0.3-alpha.4", "main": "./index.ts", "types": "./types", "license": "MIT", diff --git a/packages/nuxt-typo3-theme/CHANGELOG.md b/packages/nuxt-typo3-theme/CHANGELOG.md index 2e55efa..9544ba9 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.4](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.3...v0.0.3-alpha.4) (2021-11-18) + + +### Features + +* make it compatible with nuxt-typo3 1.0.0 ([#33](https://github.com/macopedia/nuxt-typo3-theme/issues/33)) ([96871e3](https://github.com/macopedia/nuxt-typo3-theme/commit/96871e3a5f43258053bb1830b33ae07b80d3c3d4)) + + + + + ## [0.0.3-alpha.3](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.2...v0.0.3-alpha.3) (2021-11-17) **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 c0715a0..2ea4394 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.3-alpha.3", + "version": "0.0.3-alpha.4", "homepage": "https://macopedia.github.io/nuxt-typo3-theme", "main": "src/nuxt/module.ts", "types": "types/index.d.ts", @@ -23,7 +23,7 @@ "dependencies": { "@nuxtjs/google-fonts": "^1.3.0", "body-scroll-lock": "^3.1.5", - "nuxt-typo3-ce": "^0.0.3-alpha.3", + "nuxt-typo3-ce": "^0.0.3-alpha.4", "sanitize.css": "^12.0.1", "vue-mq": "^1.0.1", "vue-svgicon": "^3.2.9"