Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Oct 24, 2023
1 parent c00d618 commit 07580ed
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/core",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [
"http-request",
"http-client",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/debugger-web",
"version": "1.5.0",
"version": "1.5.1",
"main": "es/index.js",
"module": "es/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/my",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.5.0",
"version": "1.5.1",
"private": "true",
"devDependencies": {
"lyla": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/qq",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"dev": "vite --host",
"check-type": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/tt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/tt",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lyla",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/web",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/wx",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup -c rollup.config.js",
Expand Down

0 comments on commit 07580ed

Please sign in to comment.