Skip to content

Commit c566cc7

Browse files
committed
chore: bump to 3.0.0
1 parent a0ac29c commit c566cc7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.stackblitz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "^3.11.2"
1212
},
1313
"dependencies": {
14-
"@nuxtjs/cloudinary": "^3.0.0-rc.4"
14+
"@nuxtjs/cloudinary": "^3.0.0"
1515
}
1616
}

.stackblitz/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1169,10 +1169,10 @@
11691169
vite-plugin-checker "^0.6.4"
11701170
vue-bundle-renderer "^2.0.0"
11711171

1172-
"@nuxtjs/cloudinary@^3.0.0-rc.4":
1173-
version "3.0.0-rc.4"
1174-
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.4.tgz#1349ce2d7aae9b1281ba3dedc4538d0b51a8a2c7"
1175-
integrity sha512-MR9Nth1u65u31W0Ia0C4lPJpdHRvtHQ9d0ETKnEg7xNNrYE/TL5C5Pollp9EJwGO1eqtyLnU6Blj2gB2Qjh/BA==
1172+
"@nuxtjs/cloudinary@^3.0.0":
1173+
version "3.0.0"
1174+
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0.tgz#06031868cc146555929ac7a2cf3d249c27842935"
1175+
integrity sha512-FvFNjAQHeRJxRXH7395gUZq60HUdfwHNuy48xGOdJbfo8A7rcv643AFFuXGrXqKtF5IB8KXZhL/XoVAjnIDuLA==
11761176
dependencies:
11771177
"@cloudinary-util/types" "1.0.2"
11781178
"@cloudinary-util/url-loader" "^5.3.1"

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "^5.4.5"
1818
},
1919
"dependencies": {
20-
"@nuxtjs/cloudinary": "^3.0.0-rc.4"
20+
"@nuxtjs/cloudinary": "^3.0.0"
2121
}
2222
}

docs/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/cloudinary",
3-
"version": "3.0.0-rc.4",
3+
"version": "3.0.0",
44
"description": "Cloudinary module for Nuxt",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)