Skip to content

Commit

Permalink
Merge pull request #1220 from gsoft-inc/changeset-release/master
Browse files Browse the repository at this point in the history
Changeset: New Version
  • Loading branch information
fraincs committed May 24, 2023
2 parents dff8ec1 + 861572f commit 2bff979
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-crabs-dance.md

This file was deleted.

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

## 35.0.0

### Patch Changes

- Updated dependencies [5974212e2]
- @orbit-ui/components@35.0.0

## 34.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sharegate/orbit-ui",
"version": "34.3.4",
"version": "35.0.0",
"description": "Orbit design system",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe ShareGate inc.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": "*"
},
"dependencies": {
"@orbit-ui/components": "34.3.4",
"@orbit-ui/components": "35.0.0",
"@orbit-ui/css": "2.1.2",
"@orbit-ui/icons": "12.2.0"
}
Expand Down
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/components

## 35.0.0

### Major Changes

- 5974212e2: Modified the XL responsive viewport value

## 34.3.4

### Patch 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/components",
"version": "34.3.4",
"version": "35.0.0",
"description": "Orbit components",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe Sharegate inc.",
Expand Down
6 changes: 6 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orbit-ui/experimental

## 6.0.0

### Patch Changes

- @sharegate/orbit-ui@35.0.0

## 5.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/experimental",
"version": "5.1.0",
"version": "6.0.0",
"description": "Orbit experimental components",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe Sharegate inc.",
Expand All @@ -25,12 +25,12 @@
"clean": "rimraf dist tsconfig.build.tsbuildinfo"
},
"peerDependencies": {
"@sharegate/orbit-ui": "^34.0.0",
"@sharegate/orbit-ui": "^35.0.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@sharegate/orbit-ui": "^34.3.0"
"@sharegate/orbit-ui": "^35.0.0"
},
"gitHead": "f8b5019bdc53f68abe27e931387aeec7f0747d85"
}

0 comments on commit 2bff979

Please sign in to comment.