Skip to content

Version Packages #6855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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/brown-clocks-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-kings-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-pets-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dryers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-seahorses-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-singers-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-chicken-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-boxes-drive.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- 0524b61: add Tooltip to Badge in Account component
- a6d0c82: Add eslint config. Resolve eslint errors/warnings.
- a756bbc: add copy button to DisplayStats component
- 9d01a25: Fix dialog to prevent closing popup when closing a toast
- 0edfd4e: Update dependencies.
- be15d98: Update imports to avoid cycle dependencies

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "github.com:iotaledger/iota.git"
Expand Down
9 changes: 9 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @iota/create-dapp

## 0.3.7

### Patch Changes

- Updated dependencies [acc502a]
- Updated dependencies [1128809]
- @iota/[email protected]
- @iota/[email protected]

## 0.3.6

### 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 @@ -3,7 +3,7 @@
"author": "IOTA Foundation <[email protected]>",
"description": "A CLI for creating new IOTA dApps",
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
"version": "0.3.6",
"version": "0.3.7",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
9 changes: 9 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @iota/dapp-kit

## 0.4.5

### Patch Changes

- Updated dependencies [acc502a]
- Updated dependencies [1128809]
- @iota/[email protected]
- @iota/[email protected]

## 0.4.4

### Patch 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 @@ -3,7 +3,7 @@
"author": "IOTA Foundation <[email protected]>",
"description": "A collection of React hooks and components for interacting with the IOTA blockchain and wallets.",
"homepage": "https://docs.iota.org/ts-sdk/dapp-kit/",
"version": "0.4.4",
"version": "0.4.5",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
8 changes: 8 additions & 0 deletions sdk/graphql-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @iota/graphql-transport

## 0.5.2

### Patch Changes

- Updated dependencies [acc502a]
- Updated dependencies [1128809]
- @iota/[email protected]

## 0.5.1

### Patch 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.5.1",
"version": "0.5.2",
"description": "A GraphQL transport to allow IotaClient to work with RPC 2.0",
"license": "Apache-2.0",
"author": "IOTA Foundation <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @iota/kiosk

## 0.4.2

### Patch Changes

- Updated dependencies [acc502a]
- Updated dependencies [1128809]
- @iota/[email protected]

## 0.4.1

### Patch 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 @@ -2,7 +2,7 @@
"name": "@iota/kiosk",
"author": "IOTA Foundation <[email protected]>",
"description": "IOTA Kiosk library",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @iota/iota-sdk

## 1.1.0

### Minor Changes

- 1128809: Add `getGraphQLUrl` shorthand to quickly get the graphql endpoint of the given network

### Patch Changes

- acc502a: Add IOTA Names interfaces

## 1.0.1

### Patch 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 @@ -3,7 +3,7 @@
"author": "IOTA Foundation <[email protected]>",
"description": "IOTA TypeScript API",
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
"version": "1.0.1",
"version": "1.1.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
Expand Down
4 changes: 2 additions & 2 deletions sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

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

export const PACKAGE_VERSION = '1.0.1';
export const TARGETED_RPC_VERSION = '1.1.0-alpha';
export const PACKAGE_VERSION = '1.1.0';
export const TARGETED_RPC_VERSION = '1.2.0-alpha';
8 changes: 8 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @iota/wallet-standard

## 0.2.9

### Patch Changes

- Updated dependencies [acc502a]
- Updated dependencies [1128809]
- @iota/[email protected]

## 0.2.8

### 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.2.8",
"version": "0.2.9",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "IOTA Foundation <[email protected]>",
Expand Down