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
5 changes: 0 additions & 5 deletions .changeset/cold-boxes-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-games-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-moles-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-papayas-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-lies-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-poems-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-humans-beg.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/ui-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @iota/apps-ui-icons

## 0.7.5

### Patch Changes

- ced5c54: Add new icons

## 0.7.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/apps-ui-icons",
"version": "0.7.4",
"version": "0.7.5",
"repository": "https://github.com/iotaledger/iota",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions apps/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @iota/apps-ui-kit

## 0.9.5

### Patch Changes

- e19cf85: add badge size property
- Updated dependencies [ced5c54]
- @iota/apps-ui-icons@0.7.5

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/apps-ui-kit",
"version": "0.9.4",
"version": "0.9.5",
"sideEffects": false,
"repository": "https://github.com/iotaledger/iota",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @iota/create-dapp

## 0.4.6

### Patch Changes

- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0
- @iota/dapp-kit@0.10.1

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A CLI for creating new IOTA dApps",
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
"repository": "https://github.com/iotaledger/iota",
"version": "0.4.5",
"version": "0.4.6",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
11 changes: 11 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @iota/dapp-kit

## 0.10.1

### Patch Changes

- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0
- @iota/wallet-standard@0.4.2

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A collection of React hooks and components for interacting with the IOTA blockchain and wallets.",
"homepage": "https://docs.iota.org/developer/ts-sdk/dapp-kit/",
"repository": "https://github.com/iotaledger/iota",
"version": "0.10.0",
"version": "0.10.1",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
15 changes: 15 additions & 0 deletions sdk/graphql-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @iota/graphql-transport

## 0.16.0

### Minor Changes

- b933a08: Add support for unwrapped objects

### Patch Changes

- 22e7eb8: Add support for effective commission rate in validator queries and types (IIP8).
- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/graphql-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/graphql-transport",
"version": "0.15.0",
"version": "0.16.0",
"description": "A GraphQL transport to allow IotaClient to work with RPC 2.0",
"license": "Apache-2.0",
"author": "IOTA Foundation <info@iota.org>",
Expand Down
12 changes: 12 additions & 0 deletions sdk/isc-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @iota/isc-sdk

## 0.2.6

### Patch Changes

- b8595bf: Update zod package to v^3.25.76
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry says "Update zod package to v^3.25.76". The "v^" prefix looks like a formatting typo/inconsistency (elsewhere versions are written as "v24" or plain semver ranges). Consider changing this to either "v3.25.76" or "^3.25.76" so it’s unambiguous.

Suggested change
- b8595bf: Update zod package to v^3.25.76
- b8595bf: Update zod package to ^3.25.76

Copilot uses AI. Check for mistakes.
- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0
- @iota/dapp-kit@0.10.1

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/isc-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iota/isc-sdk",
"author": "IOTA Foundation <info@iota.org>",
"version": "0.2.5",
"version": "0.2.6",
"description": "ISC SDK for interacting with IOTA Smart Contracts.",
"repository": "https://github.com/iotaledger/iota",
"type": "commonjs",
Expand Down
11 changes: 11 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @iota/kiosk

## 0.8.1

### Patch Changes

- c6ec123: Remove unused dependencies.
- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/kiosk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "IOTA Foundation <info@iota.org>",
"description": "IOTA Kiosk library",
"repository": "https://github.com/iotaledger/iota",
"version": "0.8.0",
"version": "0.8.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions sdk/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @iota/signers

## 0.4.1

### Patch Changes

- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/signers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/signers",
"version": "0.4.0",
"version": "0.4.1",
"description": "A collection of signers for various providers",
"license": "Apache-2.0",
"author": "IOTA Foundation <info@iota.org>",
Expand Down
13 changes: 13 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @iota/iota-sdk

## 1.13.0

### Minor Changes

- b933a08: Add support for unwrapped objects

### Patch Changes

- c6ec123: Remove unused dependencies.
- f15c61d: Derive `effectiveCommissionRate` on validators in `getLatestIotaSystemState` and
`getEpochs` based on each epoch's protocol version.
- 22e7eb8: Add support for effective commission rate in validator queries and types (IIP8).

## 1.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IOTA TypeScript API",
"repository": "https://github.com/iotaledger/iota",
"homepage": "https://docs.iota.org/developer/ts-sdk/typescript/",
"version": "1.12.0",
"version": "1.13.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
Expand Down
10 changes: 10 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @iota/wallet-standard

## 0.4.2

### Patch Changes

- Updated dependencies [c6ec123]
- Updated dependencies [b933a08]
- Updated dependencies [f15c61d]
- Updated dependencies [22e7eb8]
- @iota/iota-sdk@1.13.0

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet-standard",
"version": "0.4.1",
"version": "0.4.2",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"repository": "https://github.com/iotaledger/iota",
"license": "Apache-2.0",
Expand Down
Loading