Skip to content

Commit

Permalink
RELEASE: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/ui@5.1.2
  @galacticcouncil/[email protected]
  • Loading branch information
nohaapav committed Sep 19, 2024
1 parent 7d3385f commit 1ca84bf
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galacticcouncil/apps

## 6.2.0

### Minor Changes

- Support Virtual XAsset selector

## 6.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/apps",
"version": "6.1.2",
"version": "6.2.0",
"description": "Galactic Apps",
"author": "GalacticCouncil",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galacticcouncil/ui

## 5.1.2

### Patch Changes

- Fix icon rounding

## 5.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/ui",
"version": "5.1.1",
"version": "5.1.2",
"description": "Galactic UI Kit",
"author": "GalacticCouncil",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pages/api-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"api-viewer-element": "^1.0.0-pre.8"
},
"dependencies": {
"@galacticcouncil/ui": "^5.1.1"
"@galacticcouncil/ui": "^5.1.2"
}
}
2 changes: 1 addition & 1 deletion pages/apps-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postdist": "cp ./dist/index.html ./dist/404.html"
},
"dependencies": {
"@galacticcouncil/apps": "^6.1.2",
"@galacticcouncil/apps": "^6.2.0",
"@polkadot/api": "^12.1.1",
"@polkadot/extension-inject": "^0.48.2",
"@vaadin/router": "^1.7.4"
Expand Down

0 comments on commit 1ca84bf

Please sign in to comment.