diff --git a/package.json b/package.json index 411397e..c2facd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@twallpaper/monorepo", - "version": "1.4.0", + "version": "2.0.0", "description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.", "private": true, "scripts": { diff --git a/packages/react/package.json b/packages/react/package.json index 61e1f34..d33557c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@twallpaper/react", - "version": "1.2.0", + "version": "2.0.0", "description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.", "type": "module", "types": "./dist/index.d.ts", @@ -41,7 +41,7 @@ "build": "vite build" }, "dependencies": { - "twallpaper": "workspace:1.4.0" + "twallpaper": "workspace:2.0.0" }, "devDependencies": { "@types/react": "^18.0.38", diff --git a/packages/twallpaper/package.json b/packages/twallpaper/package.json index 53a47aa..c795bdf 100644 --- a/packages/twallpaper/package.json +++ b/packages/twallpaper/package.json @@ -1,6 +1,6 @@ { "name": "twallpaper", - "version": "1.4.0", + "version": "2.0.0", "description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/vue/package.json b/packages/vue/package.json index 7ab20b1..a05b912 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@twallpaper/vue", - "version": "1.1.0", + "version": "2.0.0", "description": "🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly.", "type": "module", "types": "./dist/index.d.ts", @@ -43,7 +43,7 @@ "types": "vue-tsc --declaration --emitDeclarationOnly" }, "dependencies": { - "twallpaper": "workspace:1.4.0", + "twallpaper": "workspace:2.0.0", "vue": "^3.2.47" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41837d8..79bb522 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -118,7 +118,7 @@ importers: packages/react: dependencies: twallpaper: - specifier: workspace:1.4.0 + specifier: workspace:2.0.0 version: link:../twallpaper devDependencies: '@types/react': @@ -144,12 +144,12 @@ importers: version: 5.0.4 vite: specifier: ^4.3.1 - version: 4.3.1 + version: 4.3.1(@types/node@18.16.0) packages/vue: dependencies: twallpaper: - specifier: workspace:1.4.0 + specifier: workspace:2.0.0 version: link:../twallpaper vue: specifier: ^3.2.47 @@ -1788,38 +1788,6 @@ packages: - supports-color dev: true - /vite@4.3.1: - resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - esbuild: 0.17.18 - postcss: 8.4.23 - rollup: 3.21.0 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /vite@4.3.1(@types/node@18.16.0): resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==} engines: {node: ^14.18.0 || >=16.0.0}