Skip to content

Commit 5346169

Browse files
chore(release): 0.10.0-alpha.2 [skip ci]
# [0.10.0-alpha.2](v0.10.0-alpha.1...v0.10.0-alpha.2) (2025-10-27) ### Bug Fixes * migrate to biom & dependency updates ([c2372d6](c2372d6)) * remove cz-conventional-changelog ([7944c8b](7944c8b))
1 parent 0f0906c commit 5346169

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.10.0-alpha.2](https://github.com/starknet-io/types-js/compare/v0.10.0-alpha.1...v0.10.0-alpha.2) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* migrate to biom & dependency updates ([c2372d6](https://github.com/starknet-io/types-js/commit/c2372d645bc1eb7ff2d99b9a7bbafb0605942995))
7+
* remove cz-conventional-changelog ([7944c8b](https://github.com/starknet-io/types-js/commit/7944c8b304d3dfe3b9e62b956128709fb2473c3d))
8+
19
# [0.10.0-alpha.1](https://github.com/starknet-io/types-js/compare/v0.9.2...v0.10.0-alpha.1) (2025-10-27)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starknet-io/types-js",
3-
"version": "0.10.0-alpha.1",
3+
"version": "0.10.0-alpha.2",
44
"author": "Toni Tabak <tabaktoni@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,15 @@
1111
},
1212
"description": "Shared TypeScript definitions for Starknet projects",
1313
"homepage": "https://github.com/starknet-io/types-js",
14-
"keywords": ["starknet", "starkware", "l2", "zk", "rollup", "wallet", "dapp"],
14+
"keywords": [
15+
"starknet",
16+
"starkware",
17+
"l2",
18+
"zk",
19+
"rollup",
20+
"wallet",
21+
"dapp"
22+
],
1523
"license": "MIT",
1624
"exports": {
1725
".": {
@@ -26,7 +34,9 @@
2634
"types": "./dist/types/index.d.ts",
2735
"typings": "./dist/types/index.d.ts",
2836
"sideEffects": false,
29-
"files": ["dist/**"],
37+
"files": [
38+
"dist/**"
39+
],
3040
"scripts": {
3141
"pretest": "npm run lint && npm run ts:check",
3242
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:types",

0 commit comments

Comments
 (0)