Skip to content

Commit

Permalink
Version Packages (#642)
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 17, 2024
1 parent c19aa7e commit db89c08
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-yaks-behave.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- c19aa7e: Added dropdownOffset to ActionMenu and Dropdown components. Also added dropdownClassName to ActionMenu.

### Patch Changes

- Updated dependencies [c19aa7e]
- @igloo-ui/dropdown@1.7.0

## 1.3.5

### 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.3.5",
"version": "1.4.0",
"main": "dist/ActionMenu.js",
"module": "dist/ActionMenu.js",
"types": "dist/ActionMenu.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@igloo-ui/tokens": "^2.0.0",
"@igloo-ui/dropdown": "^1.6.6",
"@igloo-ui/dropdown": "^1.7.0",
"@igloo-ui/list": "^0.5.5",
"@hopper-ui/tokens": "^3.1.3",
"classnames": "^2.3.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/Dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @igloo-ui/dropdown

## 1.7.0

### Minor Changes

- c19aa7e: Added dropdownOffset to ActionMenu and Dropdown components. Also added dropdownClassName to ActionMenu.

## 1.6.6

### 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.6.6",
"version": "1.7.0",
"main": "dist/Dropdown.js",
"module": "dist/Dropdown.js",
"types": "dist/Dropdown.d.ts",
Expand Down

0 comments on commit db89c08

Please sign in to comment.