Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Apr 25, 2023
1 parent d791d23 commit a6d8188
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,7 +41,7 @@
"build": "vite build"
},
"dependencies": {
"twallpaper": "workspace:1.4.0"
"twallpaper": "workspace:2.0.0"
},
"devDependencies": {
"@types/react": "^18.0.38",
Expand Down
2 changes: 1 addition & 1 deletion packages/twallpaper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
38 changes: 3 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6d8188

Please sign in to comment.