Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.14.0 #1682

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.14.0](https://github.com/hirosystems/clarinet/compare/v2.13.0...v2.14.0) (2025-02-18)

##### New Features

* Clarinet format (#1609) (4ef87d45)

##### Continuous Integration

* Run sdk tests in node 20 and 22 (#1678) (1d8ab5d1)

##### Refactors

* Use colored (#1680) (8f022371)
* Remove lazy-static (#1679) (e31bb109)
* Remove sync-request from sdk (#1675) (f76c7c30)

# [2.13.0](https://github.com/hirosystems/clarinet/compare/v2.12.0...v2.13.0) (2025-02-11)

##### New Features
Expand Down Expand Up @@ -543,7 +559,7 @@ While this is unlikely to be a breaking change in most places, any code that rel

### Bug Fixes

* `clarinet test` returns status code 1 when failing
* `clarinet test` returns status code 1 when failing

# [1.1.0]() (2022-11-17)

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.13.0"
version = "2.14.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.13.0",
"version": "2.14.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.13.0",
"@hirosystems/clarinet-sdk-wasm-browser": "2.14.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.13.0",
"version": "2.14.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.13.0",
"@hirosystems/clarinet-sdk-wasm": "2.14.0",
"@stacks/transactions": "^6.13.0",
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 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.19.0",
"version": "1.20.0",
"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.

2 changes: 1 addition & 1 deletion 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.13.0",
"version": "2.14.0",
"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 Down
14 changes: 7 additions & 7 deletions package-lock.json

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

Loading