From 6732410ef078db509cf3df5b76b058be526f81bf Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 29 Nov 2021 11:59:58 +0100 Subject: [PATCH] chore(release): 1.0.0-alpha.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ac080f..fe818f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.2](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-11-29) + + +### Features + +* **forms:** check if rule exist before extend ([#207](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/207)) ([7b73381](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/7b733810076f8b4558cbede36db1c1368b539202)) +* separate T3Form from FormFramework ([#207](https://github.com/TYPO3-Initiatives/nuxt-typo3/issues/207)) ([1df836f](https://github.com/TYPO3-Initiatives/nuxt-typo3/commit/1df836fefdbe324c2de923372c3457a7c9eceba3)) + ## [1.0.0-alpha.1](https://github.com/TYPO3-Initiatives/nuxt-typo3/compare/v0.9.5...v1.0.0-alpha.1) (2021-11-19) diff --git a/package.json b/package.json index cf0bfccf..7c74a231 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-typo3", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)", "license": "MIT", "author": "Macopedia",