Skip to content

Commit

Permalink
Version Packages (#1939)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 20, 2024
1 parent 4a4ba5a commit ad364ff
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/sharp-starfishes-call.md

This file was deleted.

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.1.1

### Patch Changes

- 4a4ba5a: Make packages private
- Updated dependencies [4a4ba5a]
- @iota/iota-sdk@0.1.1
- @iota/wallet-standard@0.1.1

## 0.1.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 <contact@iota.org>",
"description": "A collection of React hooks and components for interacting with the Iota blockchain and wallets.",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
7 changes: 7 additions & 0 deletions sdk/graphql-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @iota/graphql-transport

## 0.1.1

### Patch Changes

- Updated dependencies [4a4ba5a]
- @iota/iota-sdk@0.1.1

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

## 0.1.1

### Patch Changes

- Updated dependencies [4a4ba5a]
- @iota/iota-sdk@0.1.1

## 0.1.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 @@ -2,7 +2,7 @@
"name": "@iota/kiosk",
"author": "IOTA Foundation <contact@iota.org>",
"description": "Iota Kiosk library",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions sdk/ledgerjs-hw-app-iota/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @iota/ledgerjs-hw-app-iota

## 0.1.1

### Patch Changes

- 4a4ba5a: Make packages private

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"description": "Ledger Hardware Wallet Iota Application API",
"keywords": [
"Ledger",
Expand Down
6 changes: 6 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @iota/iota-sdk

## 0.1.1

### Patch Changes

- 4a4ba5a: Make packages private

## 0.1.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 <contact@iota.org>",
"description": "Iota TypeScript API",
"version": "0.1.0",
"version": "0.1.1",
"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.1.0';
export const PACKAGE_VERSION = '0.1.1';
export const TARGETED_RPC_VERSION = '0.1.4';
7 changes: 7 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @iota/wallet-standard

## 0.1.1

### Patch Changes

- Updated dependencies [4a4ba5a]
- @iota/iota-sdk@0.1.1

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "IOTA Foundation <contact@iota.org>",
Expand Down

0 comments on commit ad364ff

Please sign in to comment.