Skip to content

Commit 045bfbd

Browse files
author
@qwikifiers
committed
chore(qwik-image): release version 0.0.7
1 parent 12a214d commit 045bfbd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/qwik-image/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.0.7](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.6...qwik-image-0.0.7) (2023-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
* image reactivity ([e5e0025](https://github.com/qwikifiers/qwik-image/commit/e5e002545727dd87e894d349b34158a629dc8f58))
11+
12+
13+
514
## [0.0.6](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.5...qwik-image-0.0.6) (2023-06-06)
615

716

packages/qwik-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-image",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "The goal is a component to support performant images on the web and automatic image optimization. That will be built as a pluggable component so devs could connect different image loaders to it (like Cloudinary, or builder)",
55
"main": "./index.qwik.cjs",
66
"qwik": "./index.qwik.mjs",

0 commit comments

Comments
 (0)