Skip to content

Commit

Permalink
Version Packages (#448)
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] committed Jun 26, 2023
1 parent 9b707d1 commit b123faf
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/ninety-forks-refuse.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.1.2

### Patch Changes

- Updated dependencies [9b707d1]
- @igloo-ui/list@0.4.0

## 1.1.1

### 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.1.1",
"version": "1.1.2",
"main": "dist/ActionMenu.js",
"module": "dist/ActionMenu.js",
"types": "dist/ActionMenu.d.ts",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@igloo-ui/tokens": "^2.0.0",
"@igloo-ui/dropdown": "^1.3.0",
"@igloo-ui/list": "^0.3.0",
"@igloo-ui/list": "^0.4.0",
"classnames": "^2.3.2"
},
"devDependencies": {
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

## 1.1.0

### Minor Changes

- 9b707d1: Added a loading feature to List, Combobox, Select and Tagpicker components.

### Patch Changes

- Updated dependencies [9b707d1]
- @igloo-ui/list@0.4.0

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"main": "dist/Combobox.js",
"module": "dist/Combobox.js",
"types": "dist/Combobox.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@igloo-ui/dropdown": "^1.3.0",
"@igloo-ui/list": "^0.3.1",
"@igloo-ui/list": "^0.4.0",
"@igloo-ui/icons": "^1.6.0",
"@igloo-ui/icon-button": "^1.0.2",
"@igloo-ui/input": "^2.0.5",
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.4.0

### Minor Changes

- 9b707d1: Added a loading feature to List, Combobox, Select and Tagpicker components.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/List/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/list",
"version": "0.3.1",
"version": "0.4.0",
"main": "dist/List.js",
"module": "dist/List.js",
"types": "dist/List.d.ts",
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.2.0

### Minor Changes

- 9b707d1: Added a loading feature to List, Combobox, Select and Tagpicker components.

### Patch Changes

- Updated dependencies [9b707d1]
- @igloo-ui/list@0.4.0

## 1.1.2

### 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.1.2",
"version": "1.2.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.3.0",
"@igloo-ui/list": "^0.3.0",
"@igloo-ui/list": "^0.4.0",
"@igloo-ui/icons": "^1.6.0",
"@igloo-ui/icon-button": "^1.0.1",
"@igloo-ui/input": "^2.0.5",
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.0

### Minor Changes

- 9b707d1: Added a loading feature to List, Combobox, Select and Tagpicker components.

## 0.2.1

### Patch 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.2.1",
"version": "0.3.0",
"main": "dist/TagPicker.js",
"module": "dist/TagPicker.js",
"types": "dist/TagPicker.d.ts",
Expand Down

0 comments on commit b123faf

Please sign in to comment.