diff --git a/package.json b/package.json index db1404d..d654e95 100644 --- a/package.json +++ b/package.json @@ -15,4 +15,4 @@ "@types/jest": "^29.5.12", "ts-jest": "^29.1.5" } -} +} \ No newline at end of file diff --git a/packages/browser/package.json b/packages/browser/package.json index 8375f26..f17acfa 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@thewu/browser", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "dist/index.js", "scripts": { diff --git a/packages/config/package.json b/packages/config/package.json index d3df376..1900d20 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,9 +1,9 @@ { "name": "@thewu/config", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "./tsconfig.json", "keywords": [], "author": "", "license": "ISC" -} +} \ No newline at end of file diff --git a/packages/jsx/package.json b/packages/jsx/package.json index 4455b60..890b910 100644 --- a/packages/jsx/package.json +++ b/packages/jsx/package.json @@ -1,6 +1,6 @@ { "name": "@thewu/jsx", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "index.js", "scripts": { diff --git a/packages/wu/package.json b/packages/wu/package.json index fd1b1d7..88d1fdd 100644 --- a/packages/wu/package.json +++ b/packages/wu/package.json @@ -1,6 +1,6 @@ { "name": "@thewu/core", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "./dist/index.js", "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4bb6cb..15531f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,6 +102,8 @@ importers: specifier: ^29.1.5 version: 29.1.5(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest@29.7.0(@types/node@20.14.9))(typescript@5.4.5) + packages/config: {} + packages/jsx: dependencies: '@thewu/core':