From 6d6f5be5b4641a2e36ca1858f016fed73218b8f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:13:37 +0200 Subject: [PATCH] ci(changesets): version packages (#491) Co-authored-by: github-actions[bot] --- .changeset/khaki-ants-carry.md | 7 ------- components/Tag/constants/CHANGELOG.md | 6 ++++++ components/Tag/constants/package.json | 2 +- components/Tag/react/CHANGELOG.md | 6 ++++++ components/Tag/react/package.json | 2 +- components/Tag/vue/CHANGELOG.md | 6 ++++++ components/Tag/vue/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/khaki-ants-carry.md diff --git a/.changeset/khaki-ants-carry.md b/.changeset/khaki-ants-carry.md deleted file mode 100644 index e7c4008fc..000000000 --- a/.changeset/khaki-ants-carry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/constants-tag': patch -'@cypress-design/react-tag': patch -'@cypress-design/vue-tag': patch ---- - -fix: tags with their border should be exactly their size but their padding is too big diff --git a/components/Tag/constants/CHANGELOG.md b/components/Tag/constants/CHANGELOG.md index ae7f50299..381d77d7b 100644 --- a/components/Tag/constants/CHANGELOG.md +++ b/components/Tag/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/constants-tag +## 1.0.1 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.0 ### Major Changes diff --git a/components/Tag/constants/package.json b/components/Tag/constants/package.json index 5ed9929f1..eff86ff89 100644 --- a/components/Tag/constants/package.json +++ b/components/Tag/constants/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/constants-tag", - "version": "1.0.0", + "version": "1.0.1", "files": [ "*" ], diff --git a/components/Tag/react/CHANGELOG.md b/components/Tag/react/CHANGELOG.md index 8e632a336..5e783e09b 100644 --- a/components/Tag/react/CHANGELOG.md +++ b/components/Tag/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/react-tag +## 1.0.3 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.2 ### Patch Changes diff --git a/components/Tag/react/package.json b/components/Tag/react/package.json index e9b45393e..14751218f 100644 --- a/components/Tag/react/package.json +++ b/components/Tag/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-tag", - "version": "1.0.2", + "version": "1.0.3", "files": [ "*" ], diff --git a/components/Tag/vue/CHANGELOG.md b/components/Tag/vue/CHANGELOG.md index 19a0c7165..b8b15de3d 100644 --- a/components/Tag/vue/CHANGELOG.md +++ b/components/Tag/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/vue-tag +## 1.0.1 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.0 ### Major Changes diff --git a/components/Tag/vue/package.json b/components/Tag/vue/package.json index 30ab4fc1b..c188cb28e 100644 --- a/components/Tag/vue/package.json +++ b/components/Tag/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-tag", - "version": "1.0.0", + "version": "1.0.1", "files": [ "*" ],