Skip to content

Commit

Permalink
Merge pull request #9 from sameoldlab/fix-versions
Browse files Browse the repository at this point in the history
Fix package versioning
  • Loading branch information
sameoldlab authored May 7, 2024
2 parents 4c3e93f + 9cca56d commit 003bcb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [[ "fractl-ui", "@fractl-ui/types", "x-*"]],
"fixed": [[ "fractl-ui", "@fractl-ui/types", "x-*", "@fractl-ui/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
Expand Down
7 changes: 7 additions & 0 deletions .changeset/warm-spies-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fractl-ui/evm": patch
"@fractl-ui/fuel": patch
"@fractl-ui/starknet": patch
---

Fix package versioning
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fractl-ui/evm",
"version": "0.0.3",
"version": "0.3.1",
"description": "",
"keywords": [],
"author": "sameoldlab",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fractl-ui/fuel",
"version": "0.0.2",
"version": "0.3.0",
"description": "",
"keywords": [],
"author": "sameoldlab",
Expand Down
2 changes: 1 addition & 1 deletion packages/starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fractl-ui/starknet",
"version": "0.0.3",
"version": "0.3.1",
"description": "",
"keywords": [
"starknet"
Expand Down

0 comments on commit 003bcb9

Please sign in to comment.