Skip to content

Commit

Permalink
feat: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jul 2, 2024
1 parent 29de4bc commit 2931652
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 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.11.2"
},
"dependencies": {
"@nuxtjs/cloudinary": "^3.0.0"
"@nuxtjs/cloudinary": "^3.0.1"
}
}
8 changes: 4 additions & 4 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1169,10 +1169,10 @@
vite-plugin-checker "^0.6.4"
vue-bundle-renderer "^2.0.0"

"@nuxtjs/cloudinary@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0.tgz#06031868cc146555929ac7a2cf3d249c27842935"
integrity sha512-FvFNjAQHeRJxRXH7395gUZq60HUdfwHNuy48xGOdJbfo8A7rcv643AFFuXGrXqKtF5IB8KXZhL/XoVAjnIDuLA==
"@nuxtjs/cloudinary@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.1.tgz#3678c6ba77d5d5f8a0d442915bb26da0b13a33da"
integrity sha512-PCmo4m7d4Tiybn0bIPOEf+Bv3xk3BF8w7YgV9BfE7RxuqQBYEk+zR249Mb6ezOZ8PMzr5pYzmL3b5nudpn09Gg==
dependencies:
"@cloudinary-util/types" "1.0.2"
"@cloudinary-util/url-loader" "^5.3.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@nuxtjs/cloudinary": "^3.0.0"
"@nuxtjs/cloudinary": "^3.0.1"
}
}
14 changes: 7 additions & 7 deletions docs/pnpm-lock.yaml

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

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": "3.0.0",
"version": "3.0.1",
"description": "Cloudinary module for Nuxt",
"license": "MIT",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/runtime/components/CldImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const pollForProcessingImage = async (options: Event): Promise<boolean> => {
:width="width"
:height="height"
v-bind="$attrs"
:alt="alt"
:priority="priority"
cdn="cloudinary"
:transformer="transformUrl"
Expand Down

0 comments on commit 2931652

Please sign in to comment.