Skip to content

Commit

Permalink
chore: release 2.13.0 (#1671)
Browse files Browse the repository at this point in the history
* chore: release 2.13.0

* chore: bump vscode extension version

* chore: update lockfile version
  • Loading branch information
hugocaillard authored Feb 11, 2025
1 parent 55491e4 commit 4827bcb
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 143 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.13.0](https://github.com/hirosystems/clarinet/compare/v2.12.2...v2.13.0) (2025-02-11)

##### New Features

* Mainnet execution simulation (#1622) (232c77fa)

##### Bug Fixes

* Burn-block-height in at-block at epoch 3.x (#1668) (e9b078cc)
* Avoid empty deployment batches (#1667) (b2f34152)
* New testnet epoch heights (#1639) (bb7aad56)

##### Continuous Integration

* Run sdk tests on multiple platforms (#1652) (cea5dd0e)

##### Chores

* Update dependencies and maintenance work (#1670) (55491e45)

# [2.12.0](https://github.com/hirosystems/clarinet/compare/v2.11.2...v2.12.0) (2024-12-18)

##### New Features
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
default-members = ["components/clarinet-cli"]

[workspace.package]
version = "2.12.0"
version = "2.13.0"

[workspace.dependencies]
clarity = { git = "https://github.com/stacks-network/stacks-core.git", branch="feat/clarity-wasm-develop", package = "clarity", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions components/clarinet-sdk/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/clarinet-sdk-browser",
"version": "2.12.0",
"version": "2.13.0",
"description": "A SDK to interact with Clarity Smart Contracts in the browser",
"homepage": "https://www.hiro.so/clarinet",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"@hirosystems/clarinet-sdk-wasm-browser": "2.12.0",
"@hirosystems/clarinet-sdk-wasm-browser": "2.13.0",
"@stacks/transactions": "^6.13.0"
}
}
4 changes: 2 additions & 2 deletions components/clarinet-sdk/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/clarinet-sdk",
"version": "2.12.0",
"version": "2.13.0",
"description": "A SDK to interact with Clarity Smart Contracts in node.js",
"homepage": "https://www.hiro.so/clarinet",
"repository": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"@hirosystems/clarinet-sdk-wasm": "2.12.0",
"@hirosystems/clarinet-sdk-wasm": "2.13.0",
"@stacks/transactions": "^6.13.0",
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
Expand Down
Loading

0 comments on commit 4827bcb

Please sign in to comment.