Skip to content

Commit a12cd68

Browse files
chore(release): version package (svecosystem#393)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da0413d commit a12cd68

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.changeset/grumpy-doors-cheat.md

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

.changeset/refactor-viewport-observer.md

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

packages/runed/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# runed
22

3+
## 0.37.1
4+
5+
### Patch Changes
6+
7+
- fix(resource): set initial loading state from options fields
8+
([#341](https://github.com/svecosystem/runed/pull/341))
9+
10+
- Refactor `IsInViewport` to expose the underlying observer directly via an `observer` property
11+
([#202](https://github.com/svecosystem/runed/pull/202)) Added a `once` option to
12+
`useIntersectionObserver` to automatically stop observing after the first intersection.
13+
314
## 0.37.0
415

516
### Minor Changes

packages/runed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runed",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"type": "module",
55
"svelte": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)