Skip to content

Commit a69f96d

Browse files
author
@qwikifiers
committed
chore(qwik-image): release version 0.0.8
1 parent 0f6f424 commit a69f96d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/qwik-image/CHANGELOG.md

+9
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.8](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.7...qwik-image-0.0.8) (2023-08-30)
6+
7+
8+
### Bug Fixes
9+
10+
* transformedHeight calc ([#5](https://github.com/qwikifiers/qwik-image/issues/5)) ([0f6f424](https://github.com/qwikifiers/qwik-image/commit/0f6f424e2eb73c20945bcd0a1a24a4474806c45f))
11+
12+
13+
514
## [0.0.7](https://github.com/qwikifiers/qwik-image/compare/qwik-image-0.0.6...qwik-image-0.0.7) (2023-06-21)
615

716

packages/qwik-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-image",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
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)