Skip to content

Commit

Permalink
Merge pull request #162 from gsoft-inc/changeset-release/master
Browse files Browse the repository at this point in the history
Changeset: New Version
  • Loading branch information
alexasselin008 authored Oct 9, 2024
2 parents 5ab0f90 + 947670e commit fd1f5e7
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-pens-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-readers-accept.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @workleap/orbiter-ui

## 5.5.0

### Minor Changes

- 02a1d066d: Added hopper components and css. Passed props to Hopper through context for components such as Dialog.
- 7bc64199f: Converted the code back to ESM in order to fix import paths issues

### Patch Changes

- Updated dependencies [7bc64199f]
- @orbit-ui/transition-components@5.5.0
- @orbit-ui/transition-css@2.4.0

## 5.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workleap/orbiter-ui",
"version": "5.4.0",
"version": "5.5.0",
"description": "Orbiter design system",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"react-dom": "*"
},
"dependencies": {
"@orbit-ui/transition-components": "5.4.0",
"@orbit-ui/transition-css": "2.3.0",
"@orbit-ui/transition-components": "5.5.0",
"@orbit-ui/transition-css": "2.4.0",
"@orbit-ui/transition-icons": "2.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbit-ui/transition-components

## 5.5.0

### Minor Changes

- 7bc64199f: Converted the code back to ESM in order to fix import paths issues

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/transition-components",
"version": "5.4.0",
"version": "5.5.0",
"description": "Orbiter components",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbit-ui/transition-css

## 2.4.0

### Minor Changes

- 7bc64199f: Converted the code back to ESM in order to fix import paths issues

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/transition-css",
"version": "2.3.0",
"version": "2.4.0",
"description": "Orbiter CSS bootstrap",
"repository": {
"type": "git",
Expand Down

0 comments on commit fd1f5e7

Please sign in to comment.