Skip to content

Commit

Permalink
bump all versions to v0.6.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Nov 9, 2024
1 parent 9dcd59e commit fc559bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/json-serializr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@result/json-serializr",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha",
"description": "A json (de)serialization implementation using serializr for @result/result",
"exports": {
".": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit --incremental false"
},
"dependencies": {
"@result/result": "workspace:0.6.0-alpha.0",
"@result/result": "workspace:0.6.0-alpha",
"serializr": "^3.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@result/json",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha",
"description": "A simple json (de)serialization implementation for @result/result",
"exports": {
".": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit --incremental false"
},
"dependencies": {
"@result/result": "workspace:0.6.0-alpha.0"
"@result/result": "workspace:0.6.0-alpha"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@result/result",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha",
"description": "Rust-like Result for Javascript",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@result/typeorm",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha",
"description": "A TypeORM toolkit for @result/result",
"exports": {
".": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit --incremental false"
},
"dependencies": {
"@result/result": "workspace:0.6.0-alpha.0",
"@result/result": "workspace:0.6.0-alpha",
"typeorm": "^0.3.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc559bf

Please sign in to comment.