Skip to content

Commit

Permalink
chore(release): publish packages (#425)
Browse files Browse the repository at this point in the history
- [email protected]
 - [email protected]
 - [email protected]+1
 - [email protected]+2
 - [email protected]+2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 27, 2024
1 parent a9c5c02 commit c1fa332
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 19 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`starknet` - `v0.1.1`](#starknet---v011)
- [`starknet_provider` - `v0.1.1`](#starknet_provider---v011)
- [`wallet_kit` - `v0.0.2+1`](#wallet_kit---v0021)
- [`ark_project` - `v0.1.0+2`](#ark_project---v0102)
- [`starknet_cli` - `v0.0.1+2`](#starknet_cli---v0012)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `ark_project` - `v0.1.0+2`
- `starknet_cli` - `v0.0.1+2`

---

#### `starknet` - `v0.1.1`

- **FIX**: trigger new packages release to fix broken dependencies ([#424](https://github.com/focustree/starknet.dart/issues/424)). ([ec3773ea](https://github.com/focustree/starknet.dart/commit/ec3773ea7a2725f4c30b641e86699bcec0eba2c0))
- **FEAT**: Add support for declare, deploy, and invoke v3. Also add support for estimate_fee ([#423](https://github.com/focustree/starknet.dart/issues/423)). ([5bc62396](https://github.com/focustree/starknet.dart/commit/5bc62396864ec1b93faf31636532407088434025))

#### `starknet_provider` - `v0.1.1`

- **FIX**: trigger new packages release to fix broken dependencies ([#424](https://github.com/focustree/starknet.dart/issues/424)). ([ec3773ea](https://github.com/focustree/starknet.dart/commit/ec3773ea7a2725f4c30b641e86699bcec0eba2c0))
- **FEAT**: Add support for declare, deploy, and invoke v3. Also add support for estimate_fee ([#423](https://github.com/focustree/starknet.dart/issues/423)). ([5bc62396](https://github.com/focustree/starknet.dart/commit/5bc62396864ec1b93faf31636532407088434025))

#### `wallet_kit` - `v0.0.2+1`

- **FIX**: wallet_kit .gitignore should be for a package. ([a9c5c02d](https://github.com/focustree/starknet.dart/commit/a9c5c02d731c17695b40172fb66d3d0fc9616fa8))
- **FIX**: add missing .gitignore in wallet_kit. ([2f9d7d7b](https://github.com/focustree/starknet.dart/commit/2f9d7d7b6657ca0e821663112c4d937da6e6e96b))


## 2024-12-01

### Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/nft_marketplace/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ environment:
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
ark_project: ^0.1.0+1
starknet: ^0.1.0+1
starknet_provider: ^0.1.0+1
ark_project: ^0.1.0+2
starknet: ^0.1.1
starknet_provider: ^0.1.1
secure_store: ^0.1.2
wallet_kit: ^0.0.2
wallet_kit: ^0.0.2+1

flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
wallet_kit: ^0.0.2
wallet_kit: ^0.0.2+1
cupertino_icons: ^1.0.2
hive_flutter: ^1.1.0
hooks_riverpod: ^2.6.1
Expand Down
4 changes: 4 additions & 0 deletions packages/ark_project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+2

- Update a dependency to the latest release.

## 0.1.0+1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/ark_project/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ark_project
description: Ark SDK for Dart and Flutter apps.
version: 0.1.0+1
version: 0.1.0+2
repository: https://github.com/focustree/starknet.dart

environment:
Expand All @@ -10,8 +10,8 @@ dependencies:
freezed_annotation: ^2.4.4
http: ^1.2.2
json_annotation: ^4.9.0
starknet: ^0.1.0+1
starknet_provider: ^0.1.0+1
starknet: ^0.1.1
starknet_provider: ^0.1.1

dev_dependencies:
build_runner: ^2.4.13
Expand Down
5 changes: 5 additions & 0 deletions packages/starknet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- **FIX**: trigger new packages release to fix broken dependencies ([#424](https://github.com/focustree/starknet.dart/issues/424)). ([ec3773ea](https://github.com/focustree/starknet.dart/commit/ec3773ea7a2725f4c30b641e86699bcec0eba2c0))
- **FEAT**: Add support for declare, deploy, and invoke v3. Also add support for estimate_fee ([#423](https://github.com/focustree/starknet.dart/issues/423)). ([5bc62396](https://github.com/focustree/starknet.dart/commit/5bc62396864ec1b93faf31636532407088434025))

## 0.1.0+1

- **FIX**: analyze: NullThrownError is obsolete. ([e73c416b](https://github.com/focustree/starknet.dart/commit/e73c416b2a18a881c73e8fbb46380f47dbb9789f))
Expand Down
4 changes: 2 additions & 2 deletions packages/starknet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: starknet
description: The Dart SDK to interact with any smart contracts on StarkNet
version: 0.1.0+1
version: 0.1.1
repository: https://github.com/focustree/starknet.dart

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
http: ^1.2.2
json_annotation: ^4.9.0
pointycastle: ^3.9.1
starknet_provider: ^0.1.0+1
starknet_provider: ^0.1.1

dev_dependencies:
build_runner: ^2.4.13
Expand Down
4 changes: 4 additions & 0 deletions packages/starknet_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1+2

- Update a dependency to the latest release.

## 0.0.1+1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/starknet_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: starknet_cli
description: Starknet CLI in Dart.
version: 0.0.1+1
version: 0.0.1+2
repository: https://github.com/focustree/starknet.dart

environment:
Expand All @@ -9,8 +9,8 @@ environment:
dependencies:
args: ^2.4.2
csv: ^5.1.1
starknet: ^0.1.0+1
starknet_provider: ^0.1.0+1
starknet: ^0.1.1
starknet_provider: ^0.1.1

dev_dependencies:
lints: ^2.0.0
Expand Down
5 changes: 5 additions & 0 deletions packages/starknet_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- **FIX**: trigger new packages release to fix broken dependencies ([#424](https://github.com/focustree/starknet.dart/issues/424)). ([ec3773ea](https://github.com/focustree/starknet.dart/commit/ec3773ea7a2725f4c30b641e86699bcec0eba2c0))
- **FEAT**: Add support for declare, deploy, and invoke v3. Also add support for estimate_fee ([#423](https://github.com/focustree/starknet.dart/issues/423)). ([5bc62396](https://github.com/focustree/starknet.dart/commit/5bc62396864ec1b93faf31636532407088434025))

## 0.1.0+1

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/starknet_provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: starknet_provider
description: Starknet provider for Dart and Flutter applications.
version: 0.1.0+1
version: 0.1.1
repository: https://github.com/focustree/starknet.dart

environment:
sdk: ^3.0.5

dependencies:
starknet: ^0.1.0+1
starknet: ^0.1.1
freezed_annotation: ^2.4.4
http: ^1.2.2
json_annotation: ^4.9.0
Expand Down
5 changes: 5 additions & 0 deletions packages/wallet_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.2+1

- **FIX**: wallet_kit .gitignore should be for a package. ([a9c5c02d](https://github.com/focustree/starknet.dart/commit/a9c5c02d731c17695b40172fb66d3d0fc9616fa8))
- **FIX**: add missing .gitignore in wallet_kit. ([2f9d7d7b](https://github.com/focustree/starknet.dart/commit/2f9d7d7b6657ca0e821663112c4d937da6e6e96b))

## 0.0.2

- **FEAT**: unit test in wallet_kit. ([f05cd089](https://github.com/focustree/starknet.dart/commit/f05cd0892b54a2de1b41315b7583501ac2352e57))
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet_kit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: wallet_kit
description: A new Flutter package project.
version: 0.0.2
version: 0.0.2+1
homepage: "https://starknetdart.dev"

environment:
sdk: ">=3.0.5 <4.0.0"
flutter: ">=1.17.0"

dependencies:
ark_project: ^0.1.0+1
starknet: ^0.1.0+1
starknet_provider: ^0.1.0+1
ark_project: ^0.1.0+2
starknet: ^0.1.1
starknet_provider: ^0.1.1
secure_store: ^0.1.2
bip39: ^1.0.6
easy_debounce: ^2.0.3
Expand Down

0 comments on commit c1fa332

Please sign in to comment.