Skip to content
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
7 changes: 0 additions & 7 deletions .changeset/stellar-mainnet-indexer-url.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/adapter-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openzeppelin/transaction-form-adapter-stellar

## 1.1.3

### Patch Changes

- [#288](https://github.com/OpenZeppelin/ui-builder/pull/288) [`bf4331a`](https://github.com/OpenZeppelin/ui-builder/commit/bf4331a6e32c48a1343fc0abf9fdb565da78fe27) Thanks [@pasevin](https://github.com/pasevin)! - Add default indexer URL for Stellar mainnet

Configure the SubQuery GraphQL indexer endpoint as the default indexerUri for Stellar mainnet (public) network configuration. This enables access control history features out-of-the-box for mainnet users.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/ui-builder-adapter-stellar",
"version": "1.1.2",
"version": "1.1.3",
"description": "Stellar Adapter for UI Builder",
"keywords": [
"openzeppelin",
Expand Down
7 changes: 7 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openzeppelin/transaction-form-builder-core

## 0.12.8

### Patch Changes

- Updated dependencies [[`bf4331a`](https://github.com/OpenZeppelin/ui-builder/commit/bf4331a6e32c48a1343fc0abf9fdb565da78fe27)]:
- @openzeppelin/ui-builder-adapter-stellar@1.1.3

## 0.12.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openzeppelin/ui-builder-app",
"private": true,
"version": "0.12.7",
"version": "0.12.8",
"type": "module",
"bin": {
"export-app": "src/export/cli/export-app.cjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/src/export/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const packageVersions = {
'@openzeppelin/ui-builder-adapter-evm': '1.0.0',
'@openzeppelin/ui-builder-adapter-midnight': '1.1.0',
'@openzeppelin/ui-builder-adapter-solana': '1.0.0',
'@openzeppelin/ui-builder-adapter-stellar': '1.1.2',
'@openzeppelin/ui-builder-adapter-stellar': '1.1.3',
'@openzeppelin/ui-builder-react-core': '1.1.0',
'@openzeppelin/ui-builder-renderer': '1.1.0',
'@openzeppelin/ui-builder-storage': '1.0.0',
Expand Down
Loading