Skip to content

Commit

Permalink
Merge branch 'chore-dev-sync-v2.6.4' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Aug 16, 2024
2 parents 7ba2017 + d3ebca4 commit d6c4eae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.4](https://github.com/regen-network/regen-web/compare/v2.6.3...v2.6.4) (2024-08-08)

**Note:** Version bump only for package regen-web

## [2.6.3](https://github.com/regen-network/regen-web/compare/v2.6.2...v2.6.3) (2024-07-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.6.3",
"version": "2.6.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 4 additions & 0 deletions web-marketplace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.4](https://github.com/regen-network/regen-web/compare/v2.6.3...v2.6.4) (2024-08-08)

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

## [2.6.3](https://github.com/regen-network/regen-web/compare/v2.6.2...v2.6.3) (2024-07-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion web-marketplace/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VITE_SANITY_TAG = "default"
VITE_SANITY_DATASET = "production"
VITE_API_URI = "https://api.regen.network"
VITE_BLOCK_EXPLORER = "https://atomscan.com"
VITE_BLOCK_EXPLORER = "https://www.mintscan.io"
VITE_LEDGER_CHAIN_ID = "regen-1"
VITE_SENTRY_ENABLED = "true"
VITE_SENTRY_ENVIRONMENT = "production"
Expand Down
2 changes: 1 addition & 1 deletion web-marketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-marketplace",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"dependencies": {
"@analytics/amplitude": "^0.1.3",
Expand Down

0 comments on commit d6c4eae

Please sign in to comment.