Skip to content

Commit cc1c771

Browse files
Version Packages
1 parent c3263ee commit cc1c771

22 files changed

+63
-44
lines changed

.changeset/brown-clocks-tickle.md

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

.changeset/chilly-kings-wash.md

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

.changeset/four-pets-love.md

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

.changeset/light-dryers-matter.md

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

.changeset/perfect-seahorses-tan.md

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

.changeset/rich-singers-applaud.md

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

.changeset/spotty-chicken-film.md

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

apps/ui-kit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @iota/apps-ui-kit
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 0524b61: add Tooltip to Badge in Account component
8+
- a6d0c82: Add eslint config. Resolve eslint errors/warnings.
9+
- a756bbc: add copy button to DisplayStats component
10+
- 9d01a25: Fix dialog to prevent closing popup when closing a toast
11+
- 0edfd4e: Update dependencies.
12+
- be15d98: Update imports to avoid cycle dependencies
13+
314
## 0.5.0
415

516
### Minor Changes

apps/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/apps-ui-kit",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"repository": {
55
"type": "git",
66
"url": "github.com:iotaledger/iota.git"

sdk/create-dapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @iota/create-dapp
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc502a]
8+
- @iota/iota-sdk@1.0.2
9+
- @iota/dapp-kit@0.4.5
10+
311
## 0.3.6
412

513
### Patch Changes

sdk/create-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "A CLI for creating new IOTA dApps",
55
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
6-
"version": "0.3.6",
6+
"version": "0.3.7",
77
"license": "Apache-2.0",
88
"files": [
99
"CHANGELOG.md",

sdk/dapp-kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @iota/dapp-kit
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc502a]
8+
- @iota/iota-sdk@1.0.2
9+
- @iota/wallet-standard@0.2.9
10+
311
## 0.4.4
412

513
### Patch Changes

sdk/dapp-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "A collection of React hooks and components for interacting with the IOTA blockchain and wallets.",
55
"homepage": "https://docs.iota.org/ts-sdk/dapp-kit/",
6-
"version": "0.4.4",
6+
"version": "0.4.5",
77
"license": "Apache-2.0",
88
"files": [
99
"CHANGELOG.md",

sdk/graphql-transport/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @iota/graphql-transport
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc502a]
8+
- @iota/iota-sdk@1.0.2
9+
310
## 0.5.1
411

512
### Patch Changes

sdk/graphql-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/graphql-transport",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A GraphQL transport to allow IotaClient to work with RPC 2.0",
55
"license": "Apache-2.0",
66
"author": "IOTA Foundation <[email protected]>",

sdk/kiosk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @iota/kiosk
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc502a]
8+
- @iota/iota-sdk@1.0.2
9+
310
## 0.4.1
411

512
### Patch Changes

sdk/kiosk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iota/kiosk",
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "IOTA Kiosk library",
5-
"version": "0.4.1",
5+
"version": "0.4.2",
66
"license": "Apache-2.0",
77
"type": "commonjs",
88
"main": "./dist/cjs/index.js",

sdk/typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @iota/iota-sdk
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- acc502a: Add IOTA Names interfaces
8+
39
## 1.0.1
410

511
### Patch Changes

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "IOTA TypeScript API",
55
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"license": "Apache-2.0",
88
"sideEffects": false,
99
"files": [

sdk/typescript/src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
// This file is generated by genversion.mjs. Do not edit it directly.
66

7-
export const PACKAGE_VERSION = '1.0.1';
8-
export const TARGETED_RPC_VERSION = '1.1.0-alpha';
7+
export const PACKAGE_VERSION = '1.0.2';
8+
export const TARGETED_RPC_VERSION = '1.2.0-alpha';

sdk/wallet-standard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @iota/wallet-standard
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc502a]
8+
- @iota/iota-sdk@1.0.2
9+
310
## 0.2.8
411

512
### Patch Changes

sdk/wallet-standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/wallet-standard",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
55
"license": "Apache-2.0",
66
"author": "IOTA Foundation <[email protected]>",

0 commit comments

Comments
 (0)