Skip to content

Commit

Permalink
ci(changesets): version packages (#848)
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 3, 2024
1 parent 2df12a9 commit 8a27427
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/fresh-emus-smell.md

This file was deleted.

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

## 0.9.1

### Patch Changes

- 2df12a9: Certain components are now allowing react.reactnode instead of string in their typings

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.9.1",
"main": "dist/Alert.js",
"module": "dist/Alert.js",
"types": "dist/Alert.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.5

### Patch Changes

- 2df12a9: Certain components are now allowing react.reactnode instead of string in their typings

## 0.4.4

### 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.4",
"version": "0.4.5",
"main": "dist/BarChart.js",
"module": "dist/BarChart.js",
"types": "dist/BarChart.d.ts",
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.2

### Patch Changes

- 2df12a9: Certain components are now allowing react.reactnode instead of string in their typings

## 0.5.1

### 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.1",
"version": "0.5.2",
"main": "dist/Checkbox.js",
"module": "dist/Checkbox.js",
"types": "dist/Checkbox.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.2.2

### Patch Changes

- 2df12a9: Certain components are now allowing react.reactnode instead of string in their typings

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "1.2.2",
"main": "dist/FormGroup.js",
"module": "dist/FormGroup.js",
"types": "dist/FormGroup.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/List/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @igloo-ui/list

## 0.9.1

### Patch Changes

- 2df12a9: Certain components are now allowing react.reactnode instead of string in their typings
- Updated dependencies [2df12a9]
- @igloo-ui/checkbox@0.5.2

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"main": "dist/List.js",
"module": "dist/List.js",
"types": "dist/List.d.ts",
Expand All @@ -24,7 +24,7 @@
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@igloo-ui/checkbox": "^0.5.1",
"@igloo-ui/checkbox": "^0.5.2",
"@igloo-ui/icons": "^1.12.3",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/icons-react16": "2.3.0",
Expand Down

0 comments on commit 8a27427

Please sign in to comment.