Skip to content

Commit

Permalink
Changeset: New Version (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2024
1 parent f5729c5 commit 1b1742d
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-doors-protect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-hairs-tap.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/icons-react16/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/icons-react16/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/svg-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-icons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1b1742d

Please sign in to comment.