From 030f91274d9845e4a35dc64e7d194292ede3595f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Apr 2023 13:03:28 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 [skip ci] # 1.0.0-alpha.1 (2023-04-04) ### Bug Fixes * Add uno styling for the alert component ([#6](https://github.com/warp-ds/vue/issues/6)) ([50c21f6](https://github.com/warp-ds/vue/commit/50c21f6d30864e4f4d047dbfab3036676b1dce1d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..34f8cfaf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0-alpha.1 (2023-04-04) + + +### Bug Fixes + +* Add uno styling for the alert component ([#6](https://github.com/warp-ds/vue/issues/6)) ([50c21f6](https://github.com/warp-ds/vue/commit/50c21f6d30864e4f4d047dbfab3036676b1dce1d)) diff --git a/package.json b/package.json index 591c6d37..9faa5720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warp-ds/vue", "repository": "git@github.com:warp-ds/vue.git", - "version": "0.0.1", + "version": "1.0.0-alpha.1", "description": "Warp components for Vue 3", "type": "module", "exports": {