Skip to content

Commit 011e174

Browse files
committed
feat: 2.3.4
1 parent e06c590 commit 011e174

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.stackblitz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "^3.6.2"
1212
},
1313
"dependencies": {
14-
"@nuxtjs/cloudinary": "^2.3.3"
14+
"@nuxtjs/cloudinary": "^2.3.4"
1515
}
1616
}

.stackblitz/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -760,10 +760,10 @@
760760
vite-plugin-checker "^0.6.1"
761761
vue-bundle-renderer "^1.0.3"
762762

763-
"@nuxtjs/cloudinary@^2.3.3":
764-
version "2.3.3"
765-
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.3.tgz#59875117737748bb1cee2d89e9e52eb02513e496"
766-
integrity sha512-qrk+wuAc2iC5oTXc3CJV1o0Pff2X8A7/qNoX80jvbTJIWWN2b/kWGmeXVe1RYJmCTpRfka7RiavXVOTj1mya+g==
763+
"@nuxtjs/cloudinary@^2.3.4":
764+
version "2.3.4"
765+
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.4.tgz#81ccefcbe803b20ab37bd5fb2618a2574ed6fe42"
766+
integrity sha512-603PVOkmVzHzlwww9WYkdJRL7Z+FP7qfyL4bylUSlwVav6I8fEBi8embMOHo0XL2jbMkNLkM1WBGBNhen5hd3Q==
767767
dependencies:
768768
"@cloudinary-util/url-loader" "^3.10.0"
769769
"@nuxt/kit" "^3.5.0"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"nuxt": "^3.5.3"
1919
},
2020
"dependencies": {
21-
"@nuxtjs/cloudinary": "^2.3.3"
21+
"@nuxtjs/cloudinary": "^2.3.4"
2222
}
2323
}

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@
859859
socket.io-client "^4.6.1"
860860
ufo "^1.1.2"
861861

862-
"@nuxtjs/cloudinary@^2.3.3":
863-
version "2.3.3"
864-
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.3.tgz#59875117737748bb1cee2d89e9e52eb02513e496"
865-
integrity sha512-qrk+wuAc2iC5oTXc3CJV1o0Pff2X8A7/qNoX80jvbTJIWWN2b/kWGmeXVe1RYJmCTpRfka7RiavXVOTj1mya+g==
862+
"@nuxtjs/cloudinary@^2.3.4":
863+
version "2.3.4"
864+
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.4.tgz#81ccefcbe803b20ab37bd5fb2618a2574ed6fe42"
865+
integrity sha512-603PVOkmVzHzlwww9WYkdJRL7Z+FP7qfyL4bylUSlwVav6I8fEBi8embMOHo0XL2jbMkNLkM1WBGBNhen5hd3Q==
866866
dependencies:
867867
"@cloudinary-util/url-loader" "^3.10.0"
868868
"@nuxt/kit" "^3.5.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/cloudinary",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Cloudinary module for Nuxt",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)