Skip to content

Commit

Permalink
publish shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord committed Jan 8, 2024
1 parent eb24a9e commit 94961a7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
6 changes: 4 additions & 2 deletions adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@jikan0/adapters",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.0",
"@jikan0/fsm": "^1.2.0",
"@jikan0/utils": "^1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions facade/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jikan0",
"version": "0.0.7",
"version": "0.1.0",
"dependencies": {
"tslib": "^2.3.0",
"@jikan0/fsm": "*",
"@jikan0/adapters": "*"
"@jikan0/fsm": "1.2.0",
"@jikan0/adapters": "1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@jikan0/fsm",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"tslib": "^2.3.0",
"@total-typescript/ts-reset": "^0.5.1"
"@total-typescript/ts-reset": "^0.5.1",
"@jikan0/utils": "^1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jikan0/source",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jikan0/test-utils",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jikan0/utils",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 94961a7

Please sign in to comment.