Skip to content

Commit

Permalink
Version Packages (#3881)
Browse files Browse the repository at this point in the history
Co-authored-by: Begoña Alvarez <[email protected]>
  • Loading branch information
github-actions[bot] and begonaalvarezd authored Nov 5, 2024
1 parent bce3651 commit ce6b0ea
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 21 deletions.
12 changes: 0 additions & 12 deletions .changeset/seven-falcons-return.md

This file was deleted.

7 changes: 7 additions & 0 deletions sdk/bcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @iota/bcs

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/bcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/bcs",
"version": "0.1.0",
"version": "0.2.0",
"description": "BCS - Canonical Binary Serialization implementation for JavaScript",
"license": "Apache-2.0",
"author": "IOTA Foundation <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @iota/create-dapp

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/dapp-kit@0.3.0
- @iota/iota-sdk@0.3.0

## 0.1.0

### Minor 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 @@ -2,7 +2,7 @@
"name": "@iota/create-dapp",
"author": "IOTA Foundation <[email protected]>",
"description": "A CLI for creating new IOTA dApps",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
13 changes: 13 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @iota/dapp-kit

## 0.3.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/iota-sdk@0.3.0
- @iota/wallet-standard@0.2.0

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

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/bcs@0.2.0
- @iota/iota-sdk@0.3.0

## 0.1.2

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

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/iota-sdk@0.3.0

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions sdk/ledgerjs-hw-app-iota/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @iota/ledgerjs-hw-app-iota

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/ledgerjs-hw-app-iota/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/ledgerjs-hw-app-iota",
"version": "0.1.1",
"version": "0.2.0",
"description": "Ledger Hardware Wallet IOTA Application API",
"keywords": [
"Ledger",
Expand Down
12 changes: 12 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @iota/iota-sdk

## 0.3.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/bcs@0.2.0

## 0.2.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 @@ -2,7 +2,7 @@
"name": "@iota/iota-sdk",
"author": "IOTA Foundation <[email protected]>",
"description": "IOTA TypeScript API",
"version": "0.2.0",
"version": "0.3.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion 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 = '0.2.0';
export const PACKAGE_VERSION = '0.3.0';
export const TARGETED_RPC_VERSION = '0.6.0-alpha';
12 changes: 12 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @iota/wallet-standard

## 0.2.0

### Minor Changes

- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.

### Patch Changes

- Updated dependencies [6eabd18]
- @iota/iota-sdk@0.3.0

## 0.1.3

### 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.1.3",
"version": "0.2.0",
"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

0 comments on commit ce6b0ea

Please sign in to comment.