Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- widget-embedded@0.22.1

Affected packages: widget-embedded@0.22.1
  • Loading branch information
github-actions[bot] committed Dec 30, 2023
1 parent c54517b commit a13a53e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion widget/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {},
"dependencies": {
"@yeager-dev/widget-embedded": "^0.22.1-next.0",
"@yeager-dev/widget-embedded": "^0.22.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
4 changes: 4 additions & 0 deletions widget/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.22.1](https://github.com/yeager-eren/rango-client/compare/widget-embedded@0.22.0...widget-embedded@0.22.1) (2023-12-30)



# 0.22.0 (2023-12-27)


Expand Down
2 changes: 1 addition & 1 deletion widget/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeager-dev/widget-embedded",
"version": "0.22.1-next.0",
"version": "0.22.1",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion widget/iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {},
"dependencies": {
"@yeager-dev/widget-embedded": "^0.22.1-next.0"
"@yeager-dev/widget-embedded": "^0.22.1"
}
}
2 changes: 1 addition & 1 deletion widget/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@yeager-dev/ui": "^0.27.0",
"@yeager-dev/wallets-react": "^0.13.0",
"@yeager-dev/wallets-shared": "^0.26.0",
"@yeager-dev/widget-embedded": "^0.22.1-next.0",
"@yeager-dev/widget-embedded": "^0.22.1",
"rango-sdk": "^0.1.44",
"react": "^18.2.0",
"react-color": "^2.19.3",
Expand Down

0 comments on commit a13a53e

Please sign in to comment.