From e3c509f161897c0dde6b947b7bae932a6a5239b5 Mon Sep 17 00:00:00 2001 From: Adam Marcinkowski Date: Fri, 15 Oct 2021 17:03:14 +0200 Subject: [PATCH] chore(release): v0.0.3-alpha.1 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/nuxt-typo3-theme/CHANGELOG.md | 8 ++++++++ packages/nuxt-typo3-theme/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3adfe5a..23e2a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.0...v0.0.3-alpha.1) (2021-10-15) + +**Note:** Version bump only for package nuxt-typo3-theme + + + + + ## [0.0.3-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2...v0.0.3-alpha.0) (2021-10-13) diff --git a/lerna.json b/lerna.json index 8a94744..6644e45 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): %s" } }, - "version": "0.0.3-alpha.0" + "version": "0.0.3-alpha.1" } diff --git a/packages/nuxt-typo3-theme/CHANGELOG.md b/packages/nuxt-typo3-theme/CHANGELOG.md index 793492a..7256d0f 100644 --- a/packages/nuxt-typo3-theme/CHANGELOG.md +++ b/packages/nuxt-typo3-theme/CHANGELOG.md @@ -3,6 +3,14 @@ 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.1](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.3-alpha.0...v0.0.3-alpha.1) (2021-10-15) + +**Note:** Version bump only for package nuxt-typo3-theme + + + + + ## [0.0.3-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.2...v0.0.3-alpha.0) (2021-10-13) diff --git a/packages/nuxt-typo3-theme/package.json b/packages/nuxt-typo3-theme/package.json index 8cd069e..ca73dfd 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.0", + "version": "0.0.3-alpha.1", "homepage": "https://macopedia.github.io/nuxt-typo3-theme", "main": "src/nuxt/module.ts", "types": "types/index.d.ts",