Skip to content

Commit

Permalink
chore: release main (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Jasmin <code@jasi.dev>
  • Loading branch information
github-actions[bot] and GiyoMoon authored Aug 19, 2024
1 parent 5406d35 commit 5a02761
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"packages/otp-field": "0.1.2",
"packages/popover": "0.2.0",
"packages/resizable": "0.2.3",
"packages/solid-dismissible": "0.1.0",
"packages/solid-dismissible": "0.1.1",
"packages/solid-focus-trap": "0.1.7",
"packages/solid-list": "0.3.0",
"packages/solid-persistent": "0.1.0",
"packages/solid-presence": "0.1.8",
"packages/solid-prevent-scroll": "0.1.9",
"packages/solid-prevent-scroll": "0.1.10",
"packages/solid-transition-size": "0.1.4",
"packages/tailwind": "0.1.5",
"packages/tooltip": "0.2.1",
"packages/utils": "0.4.0"
"packages/utils": "0.4.1"
}

7 changes: 7 additions & 0 deletions packages/solid-dismissible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/corvudev/corvu/compare/solid-dismissible@0.1.0...solid-dismissible@0.1.1) (2024-08-19)


### Bug Fixes

* use custom `contains` method to work with SolidJS portals ([5406d35](https://github.com/corvudev/corvu/commit/5406d35ef935b0fa8f8073d979648ae04ca18848))

## 0.1.0 (2024-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-dismissible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-dismissible",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"description": "SolidJS utility for creating dismissible, nestable layers.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-prevent-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-prevent-scroll

## [0.1.10](https://github.com/corvudev/corvu/compare/solid-prevent-scroll@0.1.9...solid-prevent-scroll@0.1.10) (2024-08-19)


### Features

* move custom `contains` method into @corvu/utils ([6c6df6a](https://github.com/corvudev/corvu/commit/6c6df6a9c3e24b549285aa604adb6a3742dcec4e))

## [0.1.9](https://github.com/corvudev/corvu/compare/solid-prevent-scroll@0.1.8...solid-prevent-scroll@0.1.9) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid-prevent-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-prevent-scroll",
"version": "0.1.9",
"version": "0.1.10",
"private": false,
"description": "SolidJS utility that prevents scrolling outside of a given DOM element. Works by preventing events that else would lead to scrolling.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @corvu/utils

## [0.4.1](https://github.com/corvudev/corvu/compare/@corvu/utils@0.4.0...@corvu/utils@0.4.1) (2024-08-19)


### Features

* move custom `contains` method into @corvu/utils ([6c6df6a](https://github.com/corvudev/corvu/commit/6c6df6a9c3e24b549285aa604adb6a3742dcec4e))

## [0.4.0](https://github.com/corvudev/corvu/compare/@corvu/utils@0.3.2...@corvu/utils@0.4.0) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corvu/utils",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "Utilities for corvu",
"keywords": [
Expand Down

0 comments on commit 5a02761

Please sign in to comment.