Skip to content

Commit

Permalink
ci(changesets): version packages (#816)
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 May 17, 2024
1 parent 81723d0 commit cce9f30
Show file tree
Hide file tree
Showing 93 changed files with 475 additions and 178 deletions.
50 changes: 0 additions & 50 deletions .changeset/fluffy-hotels-obey.md

This file was deleted.

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

## 1.5.7

### Patch Changes

- 81723d0: Updated Hopper depedency
- Updated dependencies [81723d0]
- @igloo-ui/dropdown@1.8.3
- @igloo-ui/list@0.7.4

## 1.5.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.6",
"version": "1.5.7",
"main": "dist/ActionMenu.js",
"module": "dist/ActionMenu.js",
"types": "dist/ActionMenu.d.ts",
Expand All @@ -25,16 +25,16 @@
},
"dependencies": {
"@igloo-ui/tokens": "^2.1.0",
"@igloo-ui/dropdown": "^1.8.2",
"@igloo-ui/list": "^0.7.3",
"@igloo-ui/dropdown": "^1.8.3",
"@igloo-ui/list": "^0.7.4",
"@hopper-ui/tokens": "^4.0.0",
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/button": "^0.8.6",
"@igloo-ui/helper-text": "^0.3.3",
"@igloo-ui/icon-button": "^1.2.8"
"@igloo-ui/button": "^0.8.7",
"@igloo-ui/helper-text": "^0.3.4",
"@igloo-ui/icon-button": "^1.2.9"
},
"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.7.14

### Patch Changes

- 81723d0: Updated Hopper depedency
- Updated dependencies [81723d0]
- @igloo-ui/button@0.8.7
- @igloo-ui/icon-button@1.2.9
- @igloo-ui/provider@0.1.3

## 0.7.13

### 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.7.13",
"version": "0.7.14",
"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.2",
"@igloo-ui/provider": ">=0.1.3",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -25,17 +25,17 @@
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@igloo-ui/button": "^0.8.6",
"@igloo-ui/icon-button": "^1.2.8",
"@igloo-ui/button": "^0.8.7",
"@igloo-ui/icon-button": "^1.2.9",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/icons-react16": "1.2.0",
"@hopper-ui/tokens": "^4.0.0",
"classnames": "^2.3.2"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.2",
"@igloo-ui/tooltip": "^3.5.3",
"@igloo-ui/hyperlink": "^0.4.3"
"@igloo-ui/provider": "^0.1.3",
"@igloo-ui/tooltip": "^3.5.4",
"@igloo-ui/hyperlink": "^0.4.4"
}
}
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.5

### Patch Changes

- 81723d0: Updated Hopper depedency
- Updated dependencies [81723d0]
- @igloo-ui/provider@0.1.3

## 1.2.4

### 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.4",
"version": "1.2.5",
"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.2",
"@igloo-ui/provider": ">=0.1.3",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -32,7 +32,7 @@
"recharts": "^2.12.0"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.2",
"@igloo-ui/provider": "^0.1.3",
"@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.3.3

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.3.2

### 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.2",
"version": "0.3.3",
"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.3

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.4.2

### 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.2",
"version": "0.4.3",
"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.7

### Patch Changes

- 81723d0: Updated Hopper depedency
- Updated dependencies [81723d0]
- @igloo-ui/provider@0.1.3

## 0.3.6

### 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.6",
"version": "0.3.7",
"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.2",
"@igloo-ui/provider": ">=0.1.3",
"react": ">= 16.8.6"
},
"files": [
Expand All @@ -31,7 +31,7 @@
"@igloo-ui/icons": "^1.12.2"
},
"devDependencies": {
"@igloo-ui/provider": "^0.1.2"
"@igloo-ui/provider": "^0.1.3"
},
"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.8.7

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.8.6

### 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.8.6",
"version": "0.8.7",
"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.4.4

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.4.3

### 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.4.3",
"version": "0.4.4",
"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.3"
"@igloo-ui/tooltip": "^3.5.4"
}
}
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.3

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.5

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.3.4

### 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.4",
"version": "0.3.5",
"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.8.6"
"@igloo-ui/button": "^0.8.7"
},
"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.4.6

### Patch Changes

- 81723d0: Updated Hopper depedency

## 0.4.5

### 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.4.5",
"version": "0.4.6",
"main": "dist/Checkbox.js",
"module": "dist/Checkbox.js",
"types": "dist/Checkbox.d.ts",
Expand Down
Loading

0 comments on commit cce9f30

Please sign in to comment.