Skip to content

Commit

Permalink
chore: 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Aug 23, 2023
1 parent e64845c commit 1d73d27
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "^3.6.2"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.3.1"
"@nuxtjs/cloudinary": "^2.3.2"
}
}
8 changes: 4 additions & 4 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,10 @@
vite-plugin-checker "^0.6.1"
vue-bundle-renderer "^1.0.3"

"@nuxtjs/cloudinary@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.1.tgz#4c2a86f70d00b4c75a3889c23b75f389ecffa56f"
integrity sha512-gVURxdLzAOPpcw/daopVkD+0rymwauKN1S+X4/dsQOMr/cq6vPUOCBJ0MnfXzk+PJ/WVoO41sLNFESWOFVaK/g==
"@nuxtjs/cloudinary@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.2.tgz#027d91706d0dcc8b82f031ae82dff53570f755a0"
integrity sha512-MK8E9oVUgV/1Dyx5FhBdc9LcaRDkclEWWM6FzuTvKAdGBZhCOKlxwY/YtPHiWgsOt1EdD7OfSLw+QGHcwq4NsQ==
dependencies:
"@cloudinary-util/url-loader" "^3.10.0"
"@nuxt/kit" "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"nuxt": "^3.5.3"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.3.1"
"@nuxtjs/cloudinary": "^2.3.2"
}
}
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,10 +859,10 @@
socket.io-client "^4.6.1"
ufo "^1.1.2"

"@nuxtjs/cloudinary@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.1.tgz#4c2a86f70d00b4c75a3889c23b75f389ecffa56f"
integrity sha512-gVURxdLzAOPpcw/daopVkD+0rymwauKN1S+X4/dsQOMr/cq6vPUOCBJ0MnfXzk+PJ/WVoO41sLNFESWOFVaK/g==
"@nuxtjs/cloudinary@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-2.3.2.tgz#027d91706d0dcc8b82f031ae82dff53570f755a0"
integrity sha512-MK8E9oVUgV/1Dyx5FhBdc9LcaRDkclEWWM6FzuTvKAdGBZhCOKlxwY/YtPHiWgsOt1EdD7OfSLw+QGHcwq4NsQ==
dependencies:
"@cloudinary-util/url-loader" "^3.10.0"
"@nuxt/kit" "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/cloudinary",
"version": "2.3.1",
"version": "2.3.2",
"description": "Cloudinary module for Nuxt",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 1d73d27

Please sign in to comment.