From 65a7e071b6959c73f89c6f2b1679e4908ea6e919 Mon Sep 17 00:00:00 2001 From: Adam Marcinkowski Date: Fri, 1 Oct 2021 16:11:35 +0200 Subject: [PATCH] chore(release): v0.0.2-alpha.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/nuxt-typo3-theme/CHANGELOG.md | 11 +++++++++++ packages/nuxt-typo3-theme/package.json | 6 +++--- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c27b8..ff30c3b 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.2-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.1...v0.0.2-alpha.0) (2021-10-01) + + +### Bug Fixes + +* sanitize.css as dependency ([#1](https://github.com/macopedia/nuxt-typo3-theme/issues/1)) ([21bf723](https://github.com/macopedia/nuxt-typo3-theme/commit/21bf7230a960e3fddb28caeb1a630bcf5454e346)) + + + + + ## 0.0.1 (2021-10-01) **Note:** Version bump only for package nuxt-typo3-theme diff --git a/lerna.json b/lerna.json index ca747bd..a685489 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): %s" } }, - "version": "0.0.1" + "version": "0.0.2-alpha.0" } diff --git a/packages/nuxt-typo3-theme/CHANGELOG.md b/packages/nuxt-typo3-theme/CHANGELOG.md index 92c27b8..ff30c3b 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.2-alpha.0](https://github.com/macopedia/nuxt-typo3-theme/compare/v0.0.1...v0.0.2-alpha.0) (2021-10-01) + + +### Bug Fixes + +* sanitize.css as dependency ([#1](https://github.com/macopedia/nuxt-typo3-theme/issues/1)) ([21bf723](https://github.com/macopedia/nuxt-typo3-theme/commit/21bf7230a960e3fddb28caeb1a630bcf5454e346)) + + + + + ## 0.0.1 (2021-10-01) **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 8cff952..a633bd8 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.1", + "version": "0.0.2-alpha.0", "main": "src/nuxt/module.ts", "types": "types/index.d.ts", "license": "MIT", @@ -22,9 +22,9 @@ "@nuxtjs/google-fonts": "^1.3.0", "body-scroll-lock": "^3.1.5", "nuxt-typo3-ce": "^0.0.1", + "sanitize.css": "^12.0.1", "vue-mq": "^1.0.1", - "vue-svgicon": "^3.2.9", - "sanitize.css": "^12.0.1" + "vue-svgicon": "^3.2.9" }, "devDependencies": { "@babel/core": "^7.11.6",