Skip to content

Commit

Permalink
Merge pull request #1179 from gsoft-inc/changeset-release/master
Browse files Browse the repository at this point in the history
Changeset: New Version
  • Loading branch information
fraincs authored Mar 8, 2023
2 parents bc61184 + 6d42bf3 commit ad496fc
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-crews-build.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
@@ -0,0 +1,13 @@
# @sharegate/orbit-ui

## 34.1.0

### Minor Changes

- 0871c2544: fix for Tilde "~" imports in CSS not valid in all CSS pre-processors

### Patch Changes

- Updated dependencies [0871c2544]
- @orbit-ui/components@14.1.0
- @orbit-ui/icons@12.1.1
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": "@sharegate/orbit-ui",
"version": "34.0.1",
"version": "34.1.0",
"description": "Orbit design system",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe ShareGate inc.",
Expand Down Expand Up @@ -29,8 +29,8 @@
"react-dom": "*"
},
"dependencies": {
"@orbit-ui/components": "14.0.1",
"@orbit-ui/components": "14.1.0",
"@orbit-ui/css": "2.1.2",
"@orbit-ui/icons": "12.1.0"
"@orbit-ui/icons": "12.1.1"
}
}
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/components

## 14.1.0

### Minor Changes

- 0871c2544: fix for Tilde "~" imports in CSS not valid in all CSS pre-processors

### Patch Changes

- Updated dependencies [0871c2544]
- @orbit-ui/icons@12.1.1
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit-ui/components",
"version": "14.0.1",
"version": "14.1.0",
"description": "Orbit components",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe Sharegate inc.",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@orbit-ui/icons": "12.1.0",
"@orbit-ui/icons": "12.1.1",
"@popperjs/core": "2.11.2",
"react-is": "17.0.2",
"text-mask-core": "5.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orbit-ui/experimental

## 4.0.0

### Patch Changes

- Updated dependencies [0871c2544]
- @sharegate/orbit-ui@34.1.0

## 3.0.2

### Patch 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": "3.0.2",
"version": "4.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": ">=32.1.0",
"@sharegate/orbit-ui": ">=34.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@sharegate/orbit-ui": "34.0.1"
"@sharegate/orbit-ui": "34.1.0"
},
"gitHead": "f8b5019bdc53f68abe27e931387aeec7f0747d85"
}
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/icons

## 12.1.1

### Patch Changes

- 0871c2544: fix for Tilde "~" imports in CSS not valid in all CSS pre-processors
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/icons",
"version": "12.1.0",
"version": "12.1.1",
"description": "Orbit icons",
"repository": "https://github.com/gsoft-inc/sg-orbit.git",
"author": "Groupe Sharegate inc.",
Expand Down

0 comments on commit ad496fc

Please sign in to comment.