Skip to content

Commit c2f2fd9

Browse files
Version Packages (#79)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent c7370d4 commit c2f2fd9

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/angry-baboons-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-fans-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#77](https://github.com/sanity-io/image-url/pull/77) [`c48fd9f`](https://github.com/sanity-io/image-url/commit/c48fd9f588915a1dc5d0e313e8a3f7e21e0fe307) Thanks [@stipsan](https://github.com/stipsan)! - add placeholder object for when image is being uploaded (#76)
8+
9+
### Patch Changes
10+
11+
- [#82](https://github.com/sanity-io/image-url/pull/82) [`c7370d4`](https://github.com/sanity-io/image-url/commit/c7370d4d54f0ca7edefd9e9d283367a7c15d3114) Thanks [@RitaDias](https://github.com/RitaDias)! - - when still uploading return a placeholder image via dataurl (#84)
12+
313
All _notable_ changes will be documented in this file.
414

515
## 1.1.0 - 2024-10-30

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/image-url",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Tools to generate image urls from Sanity content",
55
"source": "src/builder.ts",
66
"main": "lib/node/index.js",

0 commit comments

Comments
 (0)