Skip to content

Commit ad187ed

Browse files
Version Packages (#356)
* Version Packages * chore: update export versions and test snapshots --------- Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 897d266 commit ad187ed

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/fix-stellar-state-mutability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/builder/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @openzeppelin/transaction-form-builder-core
22

3+
## 0.12.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`897d266`](https://github.com/OpenZeppelin/ui-builder/commit/897d266916ae3b2917bf37a136907c0f9b6bb822)]:
8+
- @openzeppelin/ui-builder-adapter-stellar@1.8.1
9+
310
## 0.12.17
411

512
### Patch Changes

apps/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/ui-builder-app",
33
"private": true,
4-
"version": "0.12.17",
4+
"version": "0.12.18",
55
"type": "module",
66
"bin": {
77
"export-app": "src/export/cli/export-app.cjs"

apps/builder/src/export/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const packageVersions = {
1010
'@openzeppelin/ui-builder-adapter-midnight': '1.8.0',
1111
'@openzeppelin/ui-builder-adapter-polkadot': '1.8.0',
1212
'@openzeppelin/ui-builder-adapter-solana': '1.8.0',
13-
'@openzeppelin/ui-builder-adapter-stellar': '1.8.0',
13+
'@openzeppelin/ui-builder-adapter-stellar': '1.8.1',
1414
'@openzeppelin/ui-react': '1.1.0',
1515
'@openzeppelin/ui-renderer': '1.1.1',
1616
'@openzeppelin/ui-storage': '1.2.0',

packages/adapter-stellar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openzeppelin/transaction-form-adapter-stellar
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- [#355](https://github.com/OpenZeppelin/ui-builder/pull/355) [`897d266`](https://github.com/OpenZeppelin/ui-builder/commit/897d266916ae3b2917bf37a136907c0f9b6bb822) Thanks [@pasevin](https://github.com/pasevin)! - Fix state mutability detection for Stellar contracts falsely classifying all functions as state-modifying. Filters out infrastructure state changes (contract instance and WASM code TTL bumps) that occur on every invocation, so read-only functions like `owner()`, `paused()`, and `get_settings()` are correctly identified as view functions.
8+
39
## 1.8.0
410

511
### Minor Changes

packages/adapter-stellar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/ui-builder-adapter-stellar",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Stellar Adapter for UI Builder",
55
"keywords": [
66
"openzeppelin",

0 commit comments

Comments
 (0)