Skip to content

Commit 73b0b89

Browse files
authored
Merge pull request #1393 from simonihmig/changeset-release/main
Version Packages
2 parents bd577e2 + 9925d3e commit 73b0b89

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/many-crabs-cross.md

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

.changeset/rotten-dodos-film.md

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

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @responsive-image/react
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#1408](https://github.com/simonihmig/responsive-image/pull/1408) [`04979f8`](https://github.com/simonihmig/responsive-image/commit/04979f823085a1894219e7070f79138fca0e7558) Thanks [@wkillerud](https://github.com/wkillerud)! - Export the CSS as well as a JS only variant
8+
9+
Most of the time the default export should "just work", but this change adds some flexibility for users of the package.
10+
11+
In particular it makes it easier to include the CSS in a client-side bundle in an application that is otherwise server-side only.
12+
13+
### Patch Changes
14+
15+
- [#1390](https://github.com/simonihmig/responsive-image/pull/1390) [`323fa8a`](https://github.com/simonihmig/responsive-image/commit/323fa8adf9aec78d41c105f56c51fae008ef6ae6) Thanks [@wkillerud](https://github.com/wkillerud)! - Add missing README
16+
317
## 1.0.0
418

519
### Major Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@responsive-image/react",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "React component to render responsive images, provided as locally processed images or loaded remotely from Image CDNs",
55
"keywords": [
66
"responsive image",

0 commit comments

Comments
 (0)