Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

chore: release main #215

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/widget": "0.2.0",
"packages/react": "0.1.3"
"packages/widget": "0.2.1",
"packages/react": "0.1.4"
}
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @buildwithsygma/sygmaprotocol-widget bumped to 0.2.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @buildwithsygma/sygmaprotocol-widget bumped to 0.2.1

## [0.1.2](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-react-widget-v0.1.1...sygmaprotocol-react-widget-v0.1.2) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildwithsygma/sygmaprotocol-react-widget",
"description": "Sygma Protocol Widget",
"version": "0.1.3",
"version": "0.1.4",
"main": "build/index.js",
"module": "build/index.js",
"license": "LGPL-3.0-or-later",
Expand Down
7 changes: 7 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-widget-v0.2.0...sygmaprotocol-widget-v0.2.1) (2024-06-18)


### Bug Fixes

* removed hardcoded Environment ([#214](https://github.com/sygmaprotocol/sygma-widget/issues/214)) ([70878dc](https://github.com/sygmaprotocol/sygma-widget/commit/70878dc10f3af4181a218cebd1b04151478f88b2))

## [0.2.0](https://github.com/sygmaprotocol/sygma-widget/compare/sygmaprotocol-widget-v0.1.2...sygmaprotocol-widget-v0.2.0) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@buildwithsygma/sygmaprotocol-widget",
"description": "Sygma Protocol Widget",
"version": "0.2.0",
"version": "0.2.1",
"main": "build/sygmaprotocol-widget.js",
"module": "build/sygmaprotocol-widget.js",
"types": "build/index.d.ts",
Expand Down
Loading