Skip to content

Commit

Permalink
chore: bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Dec 15, 2023
1 parent edc7b30 commit 05bee7c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.0] - 2023-12-15

### Added

- Added flags `--custom-version`, `--custom-key`, `--custom-type` to `run` and `verify` commands to allow better control over custom API behavior

### Changed

- `--custom` now always adds `jsonRPC` to API URL for v2 APIs

### Fixed

- Fixed argument handling

## [0.14.2] - 2023-12-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/blueprint",
"version": "0.14.2",
"version": "0.15.0",
"description": "Framework for development of TON smart contracts",
"main": "dist/index.js",
"bin": "./dist/cli/cli.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@tact-lang/compiler": "^1.1.5",
"@ton-community/func-js": "^0.6.2",
"@ton-community/func-js": "^0.6.3",
"@tonconnect/sdk": "^2.1.3",
"arg": "^5.0.2",
"chalk": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,22 @@ __metadata:
languageName: node
linkType: hard

"@ton-community/func-js-bin@npm:0.4.4":
version: 0.4.4
resolution: "@ton-community/func-js-bin@npm:0.4.4"
checksum: 81607ab2459eea8377c6ed175a79e67848cd8f470ac56a03e9d2f1ff11a3706c5a28361571c786a257d464b93f14f06626681a8f3581efdaefa150b27792f423
"@ton-community/func-js-bin@npm:0.4.4-newops":
version: 0.4.4-newops
resolution: "@ton-community/func-js-bin@npm:0.4.4-newops"
checksum: f6f3a9677e0d336e74f28e2564a17355e24840ef6061c311abbafc23d78f65cc5f2ad58b5aedb1e9cb57d19c314884fb92866907dffd4783f6d83b6d2b5d5a1c
languageName: node
linkType: hard

"@ton-community/func-js@npm:^0.6.2":
version: 0.6.2
resolution: "@ton-community/func-js@npm:0.6.2"
"@ton-community/func-js@npm:^0.6.3":
version: 0.6.3
resolution: "@ton-community/func-js@npm:0.6.3"
dependencies:
"@ton-community/func-js-bin": 0.4.4
"@ton-community/func-js-bin": 0.4.4-newops
arg: ^5.0.2
bin:
func-js: dist/cli.js
checksum: 8a067b12f4c7b892ecd74d1cd8f24a3e713cae58f5776c58a49451d9212bb9a08928642c8ad5928b9e4e49c3733b806a33f1777b7b9e1be84daabb16801b2230
checksum: fbb78ad2ba7e9aa22eb19b94ac2ac4ce2dbd5ca2a9fa0d5872f5bbabdea9e52d455445bcc559ab984078f457d0e3993d7d89cb1089cbb4e1bd599795512409b7
languageName: node
linkType: hard

Expand All @@ -213,7 +213,7 @@ __metadata:
dependencies:
"@orbs-network/ton-access": ^2.3.3
"@tact-lang/compiler": ^1.1.5
"@ton-community/func-js": ^0.6.2
"@ton-community/func-js": ^0.6.3
"@ton/core": ^0.49.2
"@ton/crypto": ^3.2.0
"@ton/ton": ^13.5.1
Expand Down

0 comments on commit 05bee7c

Please sign in to comment.