From 30efbd73d662265c24fb20bcfbee528ecf321048 Mon Sep 17 00:00:00 2001 From: Amir Hossein Karimi Date: Sun, 14 Jan 2024 02:13:27 +0330 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca6d65..2941596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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. +### [0.1.2](https://github.com/frontChapter/website-frontend/compare/v0.1.1...v0.1.2) (2024-01-13) + + +### Features + +* add postcss-nesting to postcss config ([0d9c684](https://github.com/frontChapter/website-frontend/commit/0d9c68408f228c18b243d69ef404aeca0347b640)) +* add shadcn ([e9b4ba1](https://github.com/frontChapter/website-frontend/commit/e9b4ba1d6bd2690d4a335012962f7a633e82105e)) +* add speakers data placeholder ([5821f8f](https://github.com/frontChapter/website-frontend/commit/5821f8f7f06ee90d1162322922533bb313110923)) +* delete head branch after merge ([d56e4e0](https://github.com/frontChapter/website-frontend/commit/d56e4e006628987068985dfb8c3736a95b1773af)) +* update tailwind config generated by ShadCN ([25be7f2](https://github.com/frontChapter/website-frontend/commit/25be7f285b0fbff22b0b8e91c888c49d1f4a7f06)) + + +### Bug Fixes + +* delete post-pr-merge workflow ([589592a](https://github.com/frontChapter/website-frontend/commit/589592a213b5285e6365d9f45c71a2e1d7453109)) +* remove approved pull request condition from test workflow ([89bde08](https://github.com/frontChapter/website-frontend/commit/89bde0807cd7f269ff7268f3e0f8df50ce943b73)) +* remove duplicated tailwind.config.js ([766e6d9](https://github.com/frontChapter/website-frontend/commit/766e6d981d8603b15027c4d025bd600f67d9f96d)) + ### 0.1.1 (2024-01-11) diff --git a/package.json b/package.json index 6f85fb3..e2b97a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website-frontend", - "version": "0.1.1", + "version": "0.1.2", "private": true, "packageManager": "pnpm@8.14.1", "scripts": {