Skip to content

Commit

Permalink
v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Apr 18, 2024
1 parent 9f5adc4 commit 33bf3c1
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.0.35",
"version": "0.0.36",
"useWorkspaces": true,
"npmClient": "yarn"
}
10 changes: 5 additions & 5 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gyron/babel-plugin-jsx",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,9 +33,9 @@
"@babel/core": "^7.18.5",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-typescript": "^7.17.12",
"@gyron/logger": "^0.0.35",
"@gyron/runtime": "^0.0.35",
"@gyron/shared": "^0.0.35",
"gyron": "^0.0.35"
"@gyron/logger": "^0.0.36",
"@gyron/runtime": "^0.0.36",
"@gyron/shared": "^0.0.36",
"gyron": "^0.0.36"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bin": {
"gyron": "dist/index.js"
},
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"engines": {
"node": ">= 16"
Expand All @@ -22,7 +22,7 @@
"build:cjs": "esbuild src/index.ts --bundle --sourcemap --outdir=dist --format=cjs --platform=node --external:download-git-repo --banner:js=\"#!/usr/bin/env node\""
},
"devDependencies": {
"@gyron/logger": "^0.0.35",
"@gyron/logger": "^0.0.36",
"commander": "^9.2.0",
"ora": "^6.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/dom-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,7 +21,7 @@
"test": "cross-env PACKAGES=dom-client jest --config=../../jest.config.js"
},
"devDependencies": {
"@gyron/logger": "^0.0.35",
"@gyron/shared": "^0.0.35"
"@gyron/logger": "^0.0.36",
"@gyron/shared": "^0.0.36"
}
}
8 changes: 4 additions & 4 deletions packages/dom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,10 +21,10 @@
"test": "cross-env PACKAGES=dom-server jest --config=../../jest.config.js"
},
"devDependencies": {
"@gyron/logger": "^0.0.35",
"@gyron/shared": "^0.0.35"
"@gyron/logger": "^0.0.36",
"@gyron/shared": "^0.0.36"
},
"dependencies": {
"@gyron/runtime": "^0.0.35"
"@gyron/runtime": "^0.0.36"
}
}
4 changes: 2 additions & 2 deletions packages/gyron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -20,7 +20,7 @@
"build:dts": "rollup -c ../../rollup.config.js"
},
"dependencies": {
"@gyron/runtime": "^0.0.35",
"@gyron/runtime": "^0.0.36",
"csstype": "^3.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/jsx-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,7 +21,7 @@
"test": "cross-env PACKAGES=jsx-runtime jest --config=../../jest.config.js"
},
"dependencies": {
"@gyron/runtime": "^0.0.35",
"@gyron/shared": "^0.0.35"
"@gyron/runtime": "^0.0.36",
"@gyron/shared": "^0.0.36"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,6 +21,6 @@
"test": "cross-env PACKAGES=reactivity jest --config=../../jest.config.js"
},
"dependencies": {
"@gyron/shared": "^0.0.35"
"@gyron/shared": "^0.0.36"
}
}
8 changes: 4 additions & 4 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,9 +21,9 @@
"test": "cross-env PACKAGES=redux jest --config=../../jest.config.js"
},
"dependencies": {
"@gyron/runtime": "^0.0.35",
"@gyron/shared": "^0.0.35",
"@gyron/sync": "^0.0.35",
"@gyron/runtime": "^0.0.36",
"@gyron/shared": "^0.0.36",
"@gyron/sync": "^0.0.36",
"@reduxjs/toolkit": "^1.8.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,14 +21,14 @@
"test": "cross-env PACKAGES=router jest --config=../../jest.config.js"
},
"dependencies": {
"@gyron/logger": "^0.0.35",
"@gyron/runtime": "^0.0.35",
"@gyron/shared": "^0.0.35",
"@gyron/sync": "^0.0.35",
"@gyron/logger": "^0.0.36",
"@gyron/runtime": "^0.0.36",
"@gyron/shared": "^0.0.36",
"@gyron/sync": "^0.0.36",
"history": "^5.3.0",
"path-to-regexp": "^6.2.0"
},
"devDependencies": {
"@gyron/dom-server": "^0.0.35"
"@gyron/dom-server": "^0.0.36"
}
}
10 changes: 5 additions & 5 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,9 +21,9 @@
"test": "cross-env PACKAGES=runtime jest --config=../../jest.config.js"
},
"devDependencies": {
"@gyron/dom-client": "^0.0.35",
"@gyron/logger": "^0.0.35",
"@gyron/reactivity": "^0.0.35",
"@gyron/shared": "^0.0.35"
"@gyron/dom-client": "^0.0.36",
"@gyron/logger": "^0.0.36",
"@gyron/reactivity": "^0.0.36",
"@gyron/shared": "^0.0.36"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -21,7 +21,7 @@
"test": "cross-env PACKAGES=sync jest --config=../../jest.config.js"
},
"devDependencies": {
"@gyron/shared": "^0.0.35",
"@gyron/shared": "^0.0.36",
"@types/deep-diff": "^1.0.1",
"deep-diff": "^1.0.2"
}
Expand Down

0 comments on commit 33bf3c1

Please sign in to comment.