Skip to content

Commit d5e4e4f

Browse files
Release v0.0.1
1 parent 95274e7 commit d5e4e4f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"type": "module",
77
"name": "workspace",
8-
"version": "0.0.0",
8+
"version": "0.0.1",
99
"packageManager": "[email protected]",
1010
"devDependencies": {
1111
"@jest/types": "^28.1.3",

packages/bigintish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/bigintish",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Utilities for mathematical operations around tokens.",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://github.com/saber-hq/token-fns#readme",

packages/fraction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/fraction",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Utilities for mathematical operations around fractions.",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://github.com/saber-hq/token-fns#readme",

packages/toformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/toformat",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Formats fractions with significant or fixed digits",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://github.com/saber-hq/token-fns#readme",

packages/token-fns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/token-fns",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Utilities for mathematical operations around tokens.",
55
"author": "Ian Macalinao <[email protected]>",
66
"homepage": "https://github.com/saber-hq/token-fns#readme",

0 commit comments

Comments
 (0)