Skip to content

Commit 580c164

Browse files
feature(release): version packages (#180)
* ci(changesets): version packages * docs: Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: hobbescodes <87732294+hobbescodes@users.noreply.github.com>
1 parent 29c41d3 commit 580c164

File tree

10 files changed

+23
-41
lines changed

10 files changed

+23
-41
lines changed

.changeset/curly-horses-drive.md

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

.changeset/cute-meals-spend.md

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

.changeset/full-dots-pick.md

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

.changeset/good-items-find.md

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

.changeset/real-berries-live.md

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

.changeset/rich-points-like.md

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

.changeset/shy-days-grow.md

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

.changeset/spotty-lines-hear.md

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @omnidev/sigil
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Omit props that are handled internally for `Pagination`
8+
9+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Update `Checkbox` to remove required `src` prop from `iconProps` and remove `pointerEvents` for icon(s) by default
10+
11+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Omit props that are handled internally for `ColorPicker`
12+
13+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Omit `item` from `itemProps` in `Combobox` as it is handled internally
14+
15+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Update props for `Splitter` to provide better type safety for differing `section` types
16+
17+
### Patch Changes
18+
19+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@coopbri](https://github.com/coopbri)! - Improve type safety of `Icon` props. Now, for example, the `onPointerDown` prop can be used with a proper pointer event type for the parameter.
20+
21+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Use a neutral container element for `Icon` to prevent newly created components on every render
22+
23+
- [#178](https://github.com/omnidotdev/sigil/pull/178) [`1390b2a`](https://github.com/omnidotdev/sigil/commit/1390b2a4c53c5f99b1a2e9a1ff235b32b33cb6ce) Thanks [@hobbescodes](https://github.com/hobbescodes)! - Prevent cascading renders with `useBreakpoint` usage
24+
325
## 0.15.3
426

527
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Omni LLC",
66
"url": "https://omni.dev"
77
},
8-
"version": "0.15.3",
8+
"version": "0.16.0",
99
"license": "MIT",
1010
"type": "module",
1111
"module": "build/index.js",

0 commit comments

Comments
 (0)