Skip to content

Commit

Permalink
chore: bump versions for clarinet-sdk and clarity-vscode (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Nov 6, 2023
1 parent 625e6e0 commit 5de8713
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 189 deletions.
2 changes: 1 addition & 1 deletion 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 components/clarinet-sdk-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "clarinet-sdk-wasm"
version = "1.0.7"
version = "1.1.0"
license = "GPL-3.0"
repository = "https://github.com/hirosystems/clarinet"
description = "The core lib that powers @hirosystems/clarinet-sdk"
Expand Down
12 changes: 6 additions & 6 deletions components/clarinet-sdk/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/clarinet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirosystems/clarinet-sdk",
"version": "1.0.4",
"version": "1.1.0",
"description": "A SDK to interact with Clarity Smart Contracts",
"homepage": "https://docs.hiro.so/clarinet/feature-guides/clarinet-js-sdk",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"license": "GPL-3.0",
"readme": "./README.md",
"dependencies": {
"@hirosystems/clarinet-sdk-wasm": "^1.0.6",
"@hirosystems/clarinet-sdk-wasm": "^1.1.0",
"@stacks/transactions": "^6.9.0",
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
Expand Down
Loading

0 comments on commit 5de8713

Please sign in to comment.