Skip to content

Commit

Permalink
ci(changesets): version packages (#844)
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 Aug 21, 2024
1 parent 2b61fe2 commit 28b23ec
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .changeset/happy-insects-tease.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ActionMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @igloo-ui/action-menu

## 1.5.10

### Patch Changes

- Updated dependencies [2b61fe2]
- @igloo-ui/list@0.9.0

## 1.5.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ActionMenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/action-menu",
"version": "1.5.9",
"version": "1.5.10",
"main": "dist/ActionMenu.js",
"module": "dist/ActionMenu.js",
"types": "dist/ActionMenu.d.ts",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@igloo-ui/tokens": "^2.1.0",
"@igloo-ui/dropdown": "^1.9.1",
"@igloo-ui/list": "^0.8.1",
"@igloo-ui/list": "^0.9.0",
"@hopper-ui/tokens": "^4.2.0",
"classnames": "^2.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/avatar

## 0.4.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/avatar",
"version": "0.3.4",
"version": "0.4.0",
"main": "dist/Avatar.js",
"module": "dist/Avatar.js",
"types": "dist/Avatar.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/Combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @igloo-ui/combobox

## 2.5.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

### Patch Changes

- Updated dependencies [2b61fe2]
- @igloo-ui/list@0.9.0

## 2.4.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/Combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/combobox",
"version": "2.4.2",
"version": "2.5.0",
"main": "dist/Combobox.js",
"module": "dist/Combobox.js",
"types": "dist/Combobox.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@igloo-ui/dropdown": "^1.9.1",
"@igloo-ui/list": "^0.8.1",
"@igloo-ui/list": "^0.9.0",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icon-button": "^1.3.3",
"@igloo-ui/input": "^2.3.1",
Expand All @@ -39,8 +39,8 @@
"devDependencies": {
"@igloo-ui/button": "^0.9.3",
"@igloo-ui/provider": "^0.1.4",
"@igloo-ui/tag": "^1.8.1",
"@shared/components": "0.5.0"
"@igloo-ui/tag": "^1.9.0",
"@shared/components": "0.6.0"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 6 additions & 0 deletions packages/List/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/list

## 0.9.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

## 0.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/List/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/list",
"version": "0.8.2",
"version": "0.9.0",
"main": "dist/List.js",
"module": "dist/List.js",
"types": "dist/List.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"classnames": "^2.5.1"
},
"devDependencies": {
"@shared/components": "0.5.0",
"@shared/components": "0.6.0",
"@igloo-ui/button": "^0.9.3"
},
"browserslist": [
Expand Down
11 changes: 11 additions & 0 deletions packages/Select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @igloo-ui/select

## 1.7.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

### Patch Changes

- Updated dependencies [2b61fe2]
- @igloo-ui/list@0.9.0

## 1.6.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/Select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/select",
"version": "1.6.1",
"version": "1.7.0",
"main": "dist/Select.js",
"module": "dist/Select.js",
"types": "dist/Select.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@igloo-ui/dropdown": "^1.9.1",
"@igloo-ui/list": "^0.8.1",
"@igloo-ui/list": "^0.9.0",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icon-button": "^1.3.3",
"@igloo-ui/input": "^2.3.1",
Expand All @@ -35,7 +35,7 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@shared/components": "0.5.0"
"@shared/components": "0.6.0"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 6 additions & 0 deletions packages/Tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/tag

## 1.9.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

## 1.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/Tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/tag",
"version": "1.8.1",
"version": "1.9.0",
"main": "dist/Tag.js",
"module": "dist/Tag.js",
"types": "dist/Tag.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.4",
"@shared/components": "0.5.0"
"@shared/components": "0.6.0"
},
"browserslist": [
"> 1%",
Expand Down
11 changes: 11 additions & 0 deletions packages/TagPicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @igloo-ui/tag-picker

## 0.14.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

### Patch Changes

- Updated dependencies [2b61fe2]
- @igloo-ui/tag@1.9.0

## 0.13.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.13.1",
"version": "0.14.0",
"main": "dist/TagPicker.js",
"module": "dist/TagPicker.js",
"types": "dist/TagPicker.d.ts",
Expand All @@ -26,15 +26,15 @@
"dependencies": {
"@igloo-ui/dropdown": "^1.9.1",
"@igloo-ui/input": "^2.3.1",
"@igloo-ui/tag": "^1.8.1",
"@igloo-ui/tag": "^1.9.0",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^4.2.0",
"@react-aria/utils": "^3.23.2",
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/form-group": "^1.2.1",
"@shared/components": "0.5.0"
"@shared/components": "0.6.0"
},
"browserslist": [
"> 1%",
Expand Down
11 changes: 11 additions & 0 deletions shared/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shared/components

## 0.6.0

### Minor Changes

- 2b61fe2: Added data-private to the avatar component because it is needed for LogRocket.

### Patch Changes

- Updated dependencies [2b61fe2]
- @igloo-ui/avatar@0.4.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/components",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"main": "dist/Index.js",
"module": "dist/Index.js",
Expand Down

0 comments on commit 28b23ec

Please sign in to comment.