Skip to content

Commit

Permalink
ci(changesets): version packages (#850)
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 Sep 18, 2024
1 parent 8e702ce commit 41f1786
Show file tree
Hide file tree
Showing 92 changed files with 451 additions and 172 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-rice-hang.md

This file was deleted.

49 changes: 0 additions & 49 deletions .changeset/slimy-moose-float.md

This file was deleted.

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

## 1.5.11

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 1.5.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "1.5.11",
"main": "dist/ActionMenu.js",
"module": "dist/ActionMenu.js",
"types": "dist/ActionMenu.d.ts",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/button": "^0.9.3",
"@igloo-ui/helper-text": "^0.3.5",
"@igloo-ui/icon-button": "^1.3.3"
"@igloo-ui/button": "^0.9.4",
"@igloo-ui/helper-text": "^0.3.6",
"@igloo-ui/icon-button": "^1.3.4"
},
"browserslist": [
"> 1%",
Expand Down
10 changes: 10 additions & 0 deletions packages/Alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @igloo-ui/alert

## 0.9.2

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens
- Updated dependencies [2afe0d0]
- @igloo-ui/button@0.9.4
- @igloo-ui/icon-button@1.3.4
- @igloo-ui/provider@0.1.5

## 0.9.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/Alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/alert",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/Alert.js",
"module": "dist/Alert.js",
"types": "dist/Alert.d.ts",
Expand All @@ -15,7 +15,7 @@
],
"license": "Apache-2.0",
"peerDependencies": {
"@igloo-ui/provider": ">=0.1.4",
"@igloo-ui/provider": ">=0.1.5",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -25,17 +25,17 @@
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@igloo-ui/button": "^0.9.3",
"@igloo-ui/icon-button": "^1.3.3",
"@igloo-ui/button": "^0.9.4",
"@igloo-ui/icon-button": "^1.3.4",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/icons-react16": "2.4.0",
"@hopper-ui/tokens": "^4.3.2",
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.4",
"@igloo-ui/tooltip": "^3.5.5",
"@igloo-ui/hyperlink": "^0.5.1"
"@igloo-ui/provider": "^0.1.5",
"@igloo-ui/tooltip": "^3.5.6",
"@igloo-ui/hyperlink": "^0.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/AreaChart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/area-chart

## 1.2.7

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens
- Updated dependencies [2afe0d0]
- @igloo-ui/provider@0.1.5

## 1.2.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/AreaChart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/area-chart",
"version": "1.2.6",
"version": "1.2.7",
"main": "dist/AreaChart.js",
"module": "dist/AreaChart.js",
"types": "dist/AreaChart.d.ts",
Expand All @@ -15,7 +15,7 @@
],
"license": "Apache-2.0",
"peerDependencies": {
"@igloo-ui/provider": ">=0.1.4",
"@igloo-ui/provider": ">=0.1.5",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -32,7 +32,7 @@
"recharts": "^2.12.0"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.4",
"@igloo-ui/provider": "^0.1.5",
"@types/recharts": "^1.8.29"
},
"browserslist": [
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.1

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"main": "dist/Avatar.js",
"module": "dist/Avatar.js",
"types": "dist/Avatar.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/BarChart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/bar-chart

## 0.4.6

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/BarChart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/bar-chart",
"version": "0.4.5",
"version": "0.4.6",
"main": "dist/BarChart.js",
"module": "dist/BarChart.js",
"types": "dist/BarChart.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/Breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/breadcrumb

## 0.3.10

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens
- Updated dependencies [2afe0d0]
- @igloo-ui/provider@0.1.5

## 0.3.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/Breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/breadcrumb",
"version": "0.3.9",
"version": "0.3.10",
"main": "dist/Breadcrumb.js",
"module": "dist/Breadcrumb.js",
"types": "dist/Breadcrumb.d.ts",
Expand All @@ -15,7 +15,7 @@
],
"license": "Apache-2.0",
"peerDependencies": {
"@igloo-ui/provider": ">=0.1.4",
"@igloo-ui/provider": ">=0.1.5",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -31,7 +31,7 @@
"@igloo-ui/icons": "^1.12.2"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.4"
"@igloo-ui/provider": "^0.1.5"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 6 additions & 0 deletions packages/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.9.4

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.9.3

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

## 0.5.3

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ButtonGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/button-group",
"version": "0.5.2",
"version": "0.5.3",
"main": "dist/ButtonGroup.js",
"module": "dist/ButtonGroup.js",
"types": "dist/ButtonGroup.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
],
"devDependencies": {
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/tooltip": "^3.5.5"
"@igloo-ui/tooltip": "^3.5.6"
}
}
6 changes: 6 additions & 0 deletions packages/Card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/card

## 0.2.5

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/card",
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/Card.js",
"module": "dist/Card.js",
"types": "dist/Card.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/Carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/carousel

## 0.3.7

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.3.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/Carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/carousel",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/Carousel.js",
"module": "dist/Carousel.js",
"types": "dist/Carousel.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/button": "^0.9.3"
"@igloo-ui/button": "^0.9.4"
},
"browserslist": [
"> 1%",
Expand Down
6 changes: 6 additions & 0 deletions packages/Checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/checkbox

## 0.5.3

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/checkbox",
"version": "0.5.2",
"version": "0.5.3",
"main": "dist/Checkbox.js",
"module": "dist/Checkbox.js",
"types": "dist/Checkbox.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/Color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/color

## 0.5.4

### Patch Changes

- 2afe0d0: Updated to latest icons and tokens

## 0.5.3

### Patch Changes
Expand Down
Loading

0 comments on commit 41f1786

Please sign in to comment.