Skip to content

Commit b7a1fe2

Browse files
committed
v2.7.5
1 parent 8200113 commit b7a1fe2

File tree

9 files changed

+36
-6
lines changed

9 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.5](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.5) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- install error ([544903c](https://github.com/regen-network/regen-web/commit/544903cb71499b81c34b21e9b95e6d17a4bdab1f))
11+
- remove canvas as a dev dependency ([e9201ea](https://github.com/regen-network/regen-web/commit/e9201eaabb56dd5192286f9daf48addec70332a6))
12+
- remove walletLoaded in Terrasos.Providers ([b0afb16](https://github.com/regen-network/regen-web/commit/b0afb16e70c6fd0bd1de94373e569c7b8de03ea8))
13+
- remove walletLoaded prop from LedgerProvider ([9f0eebf](https://github.com/regen-network/regen-web/commit/9f0eebfae93ee4cc114ca98038d56e87fd04f28f))
14+
- remove walletLoaded prop from LedgerProvider and simplify API fetching logic ([7ef4f3f](https://github.com/regen-network/regen-web/commit/7ef4f3fe8e1e9babec19b49816137235c7ae5ece))
15+
- update API when wallet is loaded ([ebc2096](https://github.com/regen-network/regen-web/commit/ebc209645bfd393e0ae56592b9650610d167c29d))
16+
617
## [2.7.4](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.4) (2024-10-25)
718

819
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7.4",
2+
"version": "2.7.5",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["web-marketplace", "web-components", "web-storybook", "web-www"]

web-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.5](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.5) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- remove canvas as a dev dependency ([e9201ea](https://github.com/regen-network/regen-web/commit/e9201eaabb56dd5192286f9daf48addec70332a6))
11+
612
# [2.7.0](https://github.com/regen-network/regen-web/compare/v2.6.5...v2.7.0) (2024-09-11)
713

814
### Bug Fixes

web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-components",
3-
"version": "2.7.0",
3+
"version": "2.7.5",
44
"private": true,
55
"main": "build/index.js",
66
"type": "module",

web-marketplace/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.5](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.5) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- remove walletLoaded in Terrasos.Providers ([b0afb16](https://github.com/regen-network/regen-web/commit/b0afb16e70c6fd0bd1de94373e569c7b8de03ea8))
11+
- remove walletLoaded prop from LedgerProvider ([9f0eebf](https://github.com/regen-network/regen-web/commit/9f0eebfae93ee4cc114ca98038d56e87fd04f28f))
12+
- remove walletLoaded prop from LedgerProvider and simplify API fetching logic ([7ef4f3f](https://github.com/regen-network/regen-web/commit/7ef4f3fe8e1e9babec19b49816137235c7ae5ece))
13+
- update API when wallet is loaded ([ebc2096](https://github.com/regen-network/regen-web/commit/ebc209645bfd393e0ae56592b9650610d167c29d))
14+
615
## [2.7.4](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.4) (2024-10-25)
716

817
**Note:** Version bump only for package web-marketplace

web-marketplace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-marketplace",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"private": true,
55
"dependencies": {
66
"@analytics/amplitude": "^0.1.3",

web-www/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.7.5](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.5) (2025-01-27)
7+
8+
**Note:** Version bump only for package web-www
9+
610
## [2.7.4](https://github.com/regen-network/regen-web/compare/v2.7.3...v2.7.4) (2024-10-25)
711

812
**Note:** Version bump only for package web-www

web-www/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-www",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)