Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gsoft-inc/wl-hopper into fi…
Browse files Browse the repository at this point in the history
…x/DS-433-tag-group-syntax
  • Loading branch information
vicky-comeau committed Nov 7, 2024
2 parents 60e2a4e + 9423487 commit 4f148c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-starfishes-trade.md

This file was deleted.

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.0",
"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 4f148c8

Please sign in to comment.