Skip to content

Commit

Permalink
Merge pull request #43 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 25, 2023
2 parents ef3c18a + 27a3840 commit 0f2f8f2
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-crews-walk.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 69375f1cb: Initial Release of Orbiter

### Patch Changes

- Updated dependencies [69375f1cb]
- @orbit-ui/transition-components@2.0.0
- @orbit-ui/transition-css@2.0.0
- @orbit-ui/transition-icons@2.0.0
9 changes: 4 additions & 5 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "@workleap/orbiter-ui",
"version": "0.0.0",
"version": "2.0.0",
"description": "Orbiter design system",
"repository": {
"type": "git",
"url": "git+https://github.com/gsoft-inc/wl-orbiter.git",
"directory": "packages/bundle"
},

"author": "Groupe ShareGate inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,8 +34,8 @@
"react-dom": "*"
},
"dependencies": {
"@orbit-ui/transition-components": "1.0.0",
"@orbit-ui/transition-css": "1.0.0",
"@orbit-ui/transition-icons": "1.0.0"
"@orbit-ui/transition-components": "2.0.0",
"@orbit-ui/transition-css": "2.0.0",
"@orbit-ui/transition-icons": "2.0.0"
}
}
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @orbit-ui/transition-components

## 2.0.0

### Major Changes

- 69375f1cb: Initial Release of Orbiter

### Patch Changes

- Updated dependencies [69375f1cb]
- @orbit-ui/transition-icons@2.0.0
5 changes: 2 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/transition-components",
"version": "1.0.0",
"version": "2.0.0",
"description": "Orbiter components",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@orbit-ui/transition-icons": "1.0.0",
"@orbit-ui/transition-icons": "2.0.0",
"@popperjs/core": "2.11.2",
"react-is": "17.0.2",
"text-mask-core": "5.1.2",
Expand All @@ -44,4 +44,3 @@
},
"gitHead": "f8b5019bdc53f68abe27e931387aeec7f0747d85"
}

7 changes: 7 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orbit-ui/transition-css

## 2.0.0

### Major Changes

- 69375f1cb: Initial Release of Orbiter
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": "1.0.0",
"version": "2.0.0",
"description": "Orbiter CSS bootstrap",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @orbit-ui/transition-icons

## 2.0.0

### Major Changes

- 69375f1cb: Initial Release of Orbiter
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/transition-icons",
"version": "1.0.0",
"version": "2.0.0",
"description": "Orbiter icons",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0f2f8f2

Please sign in to comment.