Skip to content

Commit 2c5cdb0

Browse files
prerelease: v0.1.0-dev.2
## [0.1.0-dev.2](v0.1.0-dev.1...v0.1.0-dev.2) (2023-02-07) ### 🧩 Features * **3491503520:** Disable deploy if wallet is not connected ([#33](#33)) ([6c65b6e](6c65b6e))
1 parent 6c65b6e commit 2c5cdb0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.0-dev.2](https://github.com/starkware-libs/cairo-playground/compare/v0.1.0-dev.1...v0.1.0-dev.2) (2023-02-07)
2+
3+
4+
### 🧩 Features
5+
6+
* **3491503520:** Disable deploy if wallet is not connected ([#33](https://github.com/starkware-libs/cairo-playground/issues/33)) ([6c65b6e](https://github.com/starkware-libs/cairo-playground/commit/6c65b6e9dc5444c337f78ce74f1a14a88ab6784f))
7+
18
## [0.1.0-dev.1](https://github.com/starkware-libs/cairo-playground/compare/v0.0.8...v0.1.0-dev.1) (2023-02-07)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cairo-playground",
3-
"version": "0.1.0-dev.1",
3+
"version": "0.1.0-dev.2",
44
"homepage": "./",
55
"scripts": {
66
"start": "ESLINT_NO_DEV_ERRORS=true ./scripts/start.bash",

0 commit comments

Comments
 (0)