Skip to content

Commit

Permalink
Changeset: New Version (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Mar 13, 2024
2 parents 1267766 + 58442bd commit 417b983
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-moons-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-carrots-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-cars-compare.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hopper-ui/components

## 0.1.0

### Minor Changes

- 93a1a16: Added Button, Grid, Inline, Flex, Stack, Label, Text, IconList, Spinner and localization

### Patch Changes

- Updated dependencies [93a1a16]
- @hopper-ui/icons@1.5.0

## 0.0.11

### 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.11",
"version": "0.1.0",
"description": "The components package.",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hopper-ui/icons

## 1.5.0

### Minor Changes

- 93a1a16: Added a IconContext, allowing the customization of the icons via a Slot Provider

## 1.4.0

### Minor 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.4.0",
"version": "1.5.0",
"description": "The icons package.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/styled-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hopper-ui/styled-system

## 1.0.0

### Major Changes

- 93a1a16: - Changed the useStyledSystem hook to return an object containing the className and the style, instead of merging it with the input props.
- Added some sizing options while we wait for the sizing tokens

## 0.3.0

### Minor 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.3.0",
"version": "1.0.0",
"description": "The styled-system package.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 417b983

Please sign in to comment.