Skip to content

Commit

Permalink
ci(changesets): version packages (#809)
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 May 9, 2024
1 parent e934837 commit 07d9902
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .changeset/famous-ants-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dancers-jump.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/Combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/combobox

## 2.3.7

### Patch Changes

- e934837: UI fix for focused state
- Updated dependencies [e934837]
- @igloo-ui/input@2.2.5

## 2.3.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3.6",
"version": "2.3.7",
"main": "dist/Combobox.js",
"module": "dist/Combobox.js",
"types": "dist/Combobox.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@igloo-ui/list": "^0.7.3",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icon-button": "^1.2.8",
"@igloo-ui/input": "^2.2.4",
"@igloo-ui/input": "^2.2.5",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/icons-react16": "1.2.0",
"@hopper-ui/tokens": "^3.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/Datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/datepicker

## 0.6.11

### Patch Changes

- e934837: UI fix for focused state

## 0.6.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/datepicker",
"version": "0.6.10",
"version": "0.6.11",
"main": "dist/Datepicker.js",
"module": "dist/Datepicker.js",
"types": "dist/Datepicker.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/FormGroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/form-group

## 1.1.4

### Patch Changes

- e934837: UI fix for focused state

## 1.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/FormGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/form-group",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/FormGroup.js",
"module": "dist/FormGroup.js",
"types": "dist/FormGroup.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"IE >= 11"
],
"devDependencies": {
"@igloo-ui/input": "^2.2.4",
"@igloo-ui/select": "^1.5.5",
"@igloo-ui/textarea": "^0.4.4"
"@igloo-ui/input": "^2.2.5",
"@igloo-ui/select": "^1.5.6",
"@igloo-ui/textarea": "^0.4.5"
}
}
6 changes: 6 additions & 0 deletions packages/Input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/input

## 2.2.5

### Patch Changes

- e934837: UI fix for focused state

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/input",
"version": "2.2.4",
"version": "2.2.5",
"main": "dist/Input.js",
"module": "dist/Input.js",
"types": "dist/Input.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/Select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/select

## 1.5.6

### Patch Changes

- e934837: UI fix for focused state
- Updated dependencies [e934837]
- @igloo-ui/input@2.2.5

## 1.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5.5",
"version": "1.5.6",
"main": "dist/Select.js",
"module": "dist/Select.js",
"types": "dist/Select.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@igloo-ui/list": "^0.7.3",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icon-button": "^1.2.8",
"@igloo-ui/input": "^2.2.4",
"@igloo-ui/input": "^2.2.5",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^3.5.1",
"@hopper-ui/icons-react16": "1.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/TagPicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @igloo-ui/tag-picker

## 0.12.4

### Patch Changes

- e934837: UI fix for focused state
- e934837: Added focus border color
- Updated dependencies [e934837]
- @igloo-ui/input@2.2.5

## 0.12.3

### 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.12.3",
"version": "0.12.4",
"main": "dist/TagPicker.js",
"module": "dist/TagPicker.js",
"types": "dist/TagPicker.d.ts",
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@igloo-ui/dropdown": "^1.8.2",
"@igloo-ui/input": "^2.2.4",
"@igloo-ui/input": "^2.2.5",
"@igloo-ui/tag": "^1.7.2",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^3.5.1",
"@react-aria/utils": "^3.23.2",
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/form-group": "^1.1.3",
"@igloo-ui/form-group": "^1.1.4",
"@shared/components": "0.5.0"
},
"browserslist": [
Expand Down
8 changes: 8 additions & 0 deletions packages/TextEditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/text-editor

## 0.7.13

### Patch Changes

- e934837: UI fix for focused state
- Updated dependencies [e934837]
- @igloo-ui/input@2.2.5

## 0.7.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/TextEditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/text-editor",
"version": "0.7.12",
"version": "0.7.13",
"main": "dist/TextEditor.js",
"module": "dist/TextEditor.js",
"types": "dist/TextEditor.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@floating-ui/react": "^0.24.8",
"@igloo-ui/button": "^0.8.6",
"@igloo-ui/icon-button": "^1.2.8",
"@igloo-ui/input": "^2.2.4",
"@igloo-ui/input": "^2.2.5",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^3.5.1",
"@igloo-ui/tooltip": "^3.5.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/Textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/textarea

## 0.4.5

### Patch Changes

- e934837: UI fix for focused state

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/textarea",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/Textarea.js",
"module": "dist/Textarea.js",
"types": "dist/Textarea.d.ts",
Expand Down

0 comments on commit 07d9902

Please sign in to comment.