Skip to content

Commit

Permalink
chore: release 2.15.1 (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Feb 28, 2025
1 parent 675119a commit 6f56fad
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 78 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [2.15.1](https://github.com/hirosystems/clarinet/compare/v2.15.0...v2.15.1) (2025-02-28)

##### Bug Fixes

* Make sbtc funding on Devnet more robust (#1702) (675119a8)

# [2.15.0](https://github.com/hirosystems/clarinet/compare/v2.14.0...v2.15.0) (2025-02-26)

##### New Features
Expand Down
22 changes: 11 additions & 11 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 @@ -19,7 +19,7 @@ members = [
default-members = ["components/clarinet-cli"]

[workspace.package]
version = "2.15.0"
version = "2.15.1"

[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.15.0",
"version": "2.15.1",
"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.15.0",
"@hirosystems/clarinet-sdk-wasm-browser": "2.15.1",
"@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.15.0",
"version": "2.15.1",
"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.15.0",
"@hirosystems/clarinet-sdk-wasm": "2.15.1",
"@stacks/transactions": "^6.13.0",
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
Expand Down
106 changes: 70 additions & 36 deletions components/clarity-vscode/package-lock.json

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

2 changes: 1 addition & 1 deletion components/clarity-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/hirosystems/clarinet",
"bugs": "https://github.com/hirosystems/clarinet/issues",
"license": "GPL-3.0-only",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"workspaces": [
"client",
Expand Down
4 changes: 2 additions & 2 deletions components/stacks-devnet-js/package-lock.json

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

4 changes: 2 additions & 2 deletions components/stacks-devnet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/stacks-devnet-js",
"version": "2.15.0",
"version": "2.15.1",
"description": "stacks-devnet-js is a library for writing end to end tests for protocols interacting with the Stacks blockchain and the Bitcoin blockchain.",
"author": "Ludo Galabru",
"repository": "https://github.com/hirosystems/clarinet/tree/main/components/stacks-devnet-js",
Expand All @@ -24,7 +24,7 @@
"spec": "jest",
"test": "npm run build && npm run spec",
"upload-binary": "npm run build-release && node-pre-gyp package && node-pre-gyp-github publish",
"version": "npm run build-release"
"version": "2.15.1"
},
"dependencies": {
"@hirosystems/chainhook-types": "^1.1.2",
Expand Down
Loading

0 comments on commit 6f56fad

Please sign in to comment.