diff --git a/.changeset/selfish-cooks-cross.md b/.changeset/selfish-cooks-cross.md deleted file mode 100644 index 1953fdd1c..000000000 --- a/.changeset/selfish-cooks-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@orbit-ui/components": patch ---- - -Fix misaligned checkmark background when a tile has an illustration. diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index 3ef158e3e..4e4be37a1 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -1,5 +1,12 @@ # @sharegate/orbit-ui +## 35.0.3 + +### Patch Changes + +- Updated dependencies [04c5dc562] + - @orbit-ui/components@35.0.3 + ## 35.0.2 ### Patch Changes diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 7c8d06425..6cf47d6ea 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@sharegate/orbit-ui", - "version": "35.0.2", + "version": "35.0.3", "description": "Orbit design system", "repository": "https://github.com/gsoft-inc/sg-orbit.git", "author": "Groupe ShareGate inc.", @@ -29,7 +29,7 @@ "react-dom": "*" }, "dependencies": { - "@orbit-ui/components": "35.0.2", + "@orbit-ui/components": "35.0.3", "@orbit-ui/css": "2.1.2", "@orbit-ui/icons": "12.2.1" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e34700ab4..da3f08ba6 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @orbit-ui/components +## 35.0.3 + +### Patch Changes + +- 04c5dc562: Fix misaligned checkmark background when a tile has an illustration. + ## 35.0.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index b8f6f70fd..737276d6a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@orbit-ui/components", - "version": "35.0.2", + "version": "35.0.3", "description": "Orbit components", "repository": "https://github.com/gsoft-inc/sg-orbit.git", "author": "Groupe Sharegate inc.",