Skip to content

Commit

Permalink
ci(changesets): version packages (#861)
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 Jan 22, 2025
1 parent bcb9f75 commit 135a235
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/tidy-suits-wave.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/AreaChart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @igloo-ui/area-chart

## 1.2.9

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open

## 1.2.8

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

## 1.9.3

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open

## 1.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/dropdown",
"version": "1.9.2",
"version": "1.9.3",
"main": "dist/Dropdown.js",
"module": "dist/Dropdown.js",
"types": "dist/Dropdown.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/Popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @igloo-ui/popover

## 0.7.1

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/Popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igloo-ui/popover",
"version": "0.7.0",
"version": "0.7.1",
"main": "dist/Popover.js",
"module": "dist/Popover.js",
"types": "dist/Popover.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/Select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @igloo-ui/select

## 1.9.1

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open
- Updated dependencies [bcb9f75]
- @igloo-ui/dropdown@1.9.3

## 1.9.0

### Minor 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.9.0",
"version": "1.9.1",
"main": "dist/Select.js",
"module": "dist/Select.js",
"types": "dist/Select.d.ts",
Expand All @@ -24,7 +24,7 @@
"build": "rollup -c rollup.config.js"
},
"dependencies": {
"@igloo-ui/dropdown": "^1.9.1",
"@igloo-ui/dropdown": "^1.9.3",
"@igloo-ui/list": "^0.10.0",
"@igloo-ui/icons": "^1.12.2",
"@igloo-ui/icon-button": "^1.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/TextEditor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @igloo-ui/text-editor

## 0.9.1

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open
- Updated dependencies [bcb9f75]
- @igloo-ui/tooltip@3.5.7

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"main": "dist/TextEditor.js",
"module": "dist/TextEditor.js",
"types": "dist/TextEditor.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@igloo-ui/input": "^2.3.2",
"@igloo-ui/tokens": "^2.1.0",
"@hopper-ui/tokens": "^4.3.2",
"@igloo-ui/tooltip": "^3.5.6",
"@igloo-ui/tooltip": "^3.5.7",
"@lexical/code": "^0.13.0",
"@lexical/link": "^0.13.0",
"@lexical/list": "^0.13.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/Tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @igloo-ui/tooltip

## 3.5.7

### Patch Changes

- bcb9f75: - Updated @floating-ui/react to latest to fix issues with FloatingPortal
- Updated Dropdown, Popover, FloatingLinkEditorPlugin, and Tooltip to render portals only when open

## 3.5.6

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

0 comments on commit 135a235

Please sign in to comment.