From 1b1742d23113431d7bb6966a17329022c5658e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:26:52 -0500 Subject: [PATCH] Changeset: New Version (#129) Co-authored-by: github-actions[bot] --- .changeset/purple-doors-protect.md | 5 ----- .changeset/stupid-hairs-tap.md | 7 ------- packages/components/CHANGELOG.md | 7 +++++++ packages/components/package.json | 2 +- packages/icons-react16/CHANGELOG.md | 7 +++++++ packages/icons-react16/package.json | 2 +- packages/icons/CHANGELOG.md | 8 ++++++++ packages/icons/package.json | 2 +- packages/styled-system/CHANGELOG.md | 6 ++++++ packages/styled-system/package.json | 2 +- packages/svg-icons/CHANGELOG.md | 6 ++++++ packages/svg-icons/package.json | 2 +- 12 files changed, 39 insertions(+), 17 deletions(-) delete mode 100644 .changeset/purple-doors-protect.md delete mode 100644 .changeset/stupid-hairs-tap.md create mode 100644 packages/icons-react16/CHANGELOG.md diff --git a/.changeset/purple-doors-protect.md b/.changeset/purple-doors-protect.md deleted file mode 100644 index 8dd6724a1..000000000 --- a/.changeset/purple-doors-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hopper-ui/styled-system": patch ---- - -Modified the isStyledSystemProps to returns true when the UNSAFE\_ props are passed diff --git a/.changeset/stupid-hairs-tap.md b/.changeset/stupid-hairs-tap.md deleted file mode 100644 index f0d244557..000000000 --- a/.changeset/stupid-hairs-tap.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hopper-ui/icons-react16": patch -"@hopper-ui/icons": patch -"@hopper-ui/svg-icons": patch ---- - -remove fill currentColor values on every path. The value of fill is now driven by the svg, instead of by paths diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 009d9308c..e44632f29 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,12 @@ # @hopper-ui/components +## 0.0.7 + +### Patch Changes + +- Updated dependencies [f5729c5] + - @hopper-ui/styled-system@0.2.5 + ## 0.0.6 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 18d095f87..4b37ca0c5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/components", "author": "Workleap", - "version": "0.0.6", + "version": "0.0.7", "description": "The components package.", "license": "Apache-2.0", "repository": { diff --git a/packages/icons-react16/CHANGELOG.md b/packages/icons-react16/CHANGELOG.md new file mode 100644 index 000000000..3859295d4 --- /dev/null +++ b/packages/icons-react16/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hopper-ui/icons-react16 + +## 1.0.3 + +### Patch Changes + +- f5729c5: remove fill currentColor values on every path. The value of fill is now driven by the svg, instead of by paths diff --git a/packages/icons-react16/package.json b/packages/icons-react16/package.json index 06975e456..88dfac8d7 100644 --- a/packages/icons-react16/package.json +++ b/packages/icons-react16/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons-react16", "author": "Workleap", - "version": "1.0.2", + "version": "1.0.3", "description": "The icons package that targets React 16.", "license": "Apache-2.0", "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 56b4f3c61..39861946e 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,13 @@ # @hopper-ui/icons +## 1.0.3 + +### Patch Changes + +- f5729c5: remove fill currentColor values on every path. The value of fill is now driven by the svg, instead of by paths +- Updated dependencies [f5729c5] + - @hopper-ui/styled-system@0.2.5 + ## 1.0.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index e06c51ca9..3b1238611 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/icons", "author": "Workleap", - "version": "1.0.2", + "version": "1.0.3", "description": "The icons package.", "license": "Apache-2.0", "repository": { diff --git a/packages/styled-system/CHANGELOG.md b/packages/styled-system/CHANGELOG.md index 494999105..1d8979e85 100644 --- a/packages/styled-system/CHANGELOG.md +++ b/packages/styled-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @hopper-ui/styled-system +## 0.2.5 + +### Patch Changes + +- f5729c5: Modified the isStyledSystemProps to returns true when the UNSAFE\_ props are passed + ## 0.2.4 ### Patch Changes diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index c069c9d2e..20ccbd205 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/styled-system", "author": "Workleap", - "version": "0.2.4", + "version": "0.2.5", "description": "The styled-system package.", "license": "Apache-2.0", "repository": { diff --git a/packages/svg-icons/CHANGELOG.md b/packages/svg-icons/CHANGELOG.md index 427d66e85..6523048a7 100644 --- a/packages/svg-icons/CHANGELOG.md +++ b/packages/svg-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @hopper-ui/svg-icons +## 2.0.1 + +### Patch Changes + +- f5729c5: remove fill currentColor values on every path. The value of fill is now driven by the svg, instead of by paths + ## 2.0.0 ### Major Changes diff --git a/packages/svg-icons/package.json b/packages/svg-icons/package.json index 994ac5f78..52cfbb74c 100644 --- a/packages/svg-icons/package.json +++ b/packages/svg-icons/package.json @@ -1,7 +1,7 @@ { "name": "@hopper-ui/svg-icons", "author": "Workleap", - "version": "2.0.0", + "version": "2.0.1", "description": "A set of icons handcrafted by Workleap", "license": "Apache-2.0", "repository": {