Skip to content

Commit

Permalink
Changeset: New Version (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-comeau authored Nov 7, 2024
2 parents cd5883d + b3b9135 commit 9423487
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-starfishes-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/samples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# basic

## 0.0.3

### Patch Changes

- Updated dependencies [b234672]
- @hopper-ui/components@1.3.33

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/samples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basic",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "webpack serve --config webpack.dev.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hopper-ui/components

## 1.3.33

### Patch Changes

- b234672: Updated TagGroup's API. Removed TagList since it's now used internally. Added label, description and errorMessage props instead of being used as slots.

## 1.3.32

### 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": "1.3.32",
"version": "1.3.33",
"description": "The components package.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9423487

Please sign in to comment.