Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [@cloudinary-util/url-loader-v6.0.0-beta.6](https://github.com/cloudinary-community/cloudinary-util/compare/@cloudinary-util/url-loader-v6.0.0-beta.5...@cloudinary-util/url-loader-v6.0.0-beta.6) (2024-10-31)

### Bug Fixes

* remove applyWhen in favor of explicit props overlap check with alwaysApply exception ([#228](#228)) ([90d07c2](90d07c2))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent 90d07c2 commit b122ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/url-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@cloudinary-util/url-loader-v6.0.0-beta.6](https://github.com/cloudinary-community/cloudinary-util/compare/@cloudinary-util/url-loader-v6.0.0-beta.5...@cloudinary-util/url-loader-v6.0.0-beta.6) (2024-10-31)


### Bug Fixes

* remove applyWhen in favor of explicit props overlap check with alwaysApply exception ([#228](https://github.com/cloudinary-community/cloudinary-util/issues/228)) ([90d07c2](https://github.com/cloudinary-community/cloudinary-util/commit/90d07c2a302a628e6c6e0352d479608131d45d65))

# [@cloudinary-util/url-loader-v6.0.0-beta.5](https://github.com/cloudinary-community/cloudinary-util/compare/@cloudinary-util/url-loader-v6.0.0-beta.4...@cloudinary-util/url-loader-v6.0.0-beta.5) (2024-10-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/url-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary-util/url-loader",
"version": "6.0.0-beta.5",
"version": "6.0.0-beta.6",
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
Expand Down

0 comments on commit b122ab2

Please sign in to comment.