Skip to content

Commit

Permalink
Version Packages (#455)
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 Jul 7, 2023
1 parent 8faaf4c commit 255d062
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-swans-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-moons-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-insects-behave.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/Metric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @igloo-ui/metric

## 0.1.0

### Minor Changes

- 812961a: The initial release of the metric component

### Patch Changes

- 8faaf4c: Added missing tooltip dependency to Metric.
2 changes: 1 addition & 1 deletion packages/Metric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/metric",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/Metric.js",
"module": "dist/Metric.js",
"types": "dist/Metric.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/TagPicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/tag-picker

## 0.3.1

### Patch Changes

- 8812669: Tags in TagPicker were not receiving the hasError prop so it was added to fix this.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/TagPicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/tag-picker",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/TagPicker.js",
"module": "dist/TagPicker.js",
"types": "dist/TagPicker.d.ts",
Expand Down

0 comments on commit 255d062

Please sign in to comment.