Skip to content

Commit 266cce4

Browse files
chore: version updates (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00a4b26 commit 266cce4

File tree

7 files changed

+24
-16
lines changed

7 files changed

+24
-16
lines changed

.changeset/bright-flies-go.md

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

.changeset/strict-olives-brake.md

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scroll-lock/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @bento/scroll-lock
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Fixed TypeScript inference error in setAttribute call ([#80](https://github.com/godaddy/bento/pull/80) by @kbader-godaddy)
8+
9+
<details>
10+
<summary>Updated dependencies</summary>
11+
12+
- @bento/use-props@0.2.2
13+
</details>
14+
315
## 0.1.1
416

517
### Patch Changes

packages/scroll-lock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bento/scroll-lock",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "ScrollLock component primitive - prevents background scrolling with React Aria integration",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -45,7 +45,7 @@
4545
"@bento/box": "^0.2.0",
4646
"@bento/slots": "^0.3.0",
4747
"@bento/use-data-attributes": "^0.1.1",
48-
"@bento/use-props": "^0.2.1",
48+
"@bento/use-props": "^0.2.2",
4949
"@react-aria/overlays": "^3.25.3"
5050
},
5151
"peerDependencies": {

packages/use-props/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bento/use-props
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Fixed type resolution by moving @bento/types to dependencies ([#80](https://github.com/godaddy/bento/pull/80) by @kbader-godaddy)
8+
39
## 0.2.1
410

511
### Patch Changes

packages/use-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bento/use-props",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Context aware props transformation for Bento",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)