Skip to content

Commit 4c298ae

Browse files
chore: version packages (#210)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7d1d08 commit 4c298ae

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

.changeset/lazy-default-rule.md

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

.changeset/react18-provider-compat.md

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

.changeset/sorting-sphere.md

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

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fn-sphere/core
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [`be2bf20`](https://github.com/lawvs/fn-sphere/commit/be2bf20e7b4ec779057dfa495a2b6dcd89dfa0b2) Thanks [@lawvs](https://github.com/lawvs)! - Add sorting functionality with `createSorterSphere` and utilities. Provides schema-driven, multi-field sorting for Zod-typed data with customizable comparison functions and a built-in `presetSort` for strings, numbers, booleans, dates, and enums.
8+
39
## 1.2.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fn-sphere/core",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"type": "module",
66
"repository": {

packages/filter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @fn-sphere/filter
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [`3eee173`](https://github.com/lawvs/fn-sphere/commit/3eee1738328ba80337ddf699a2e4cb4b05695b48) Thanks [@lawvs](https://github.com/lawvs)! - Support lazy initializer function for `defaultRule` in `useFilterSphere`. Accepts `() => FilterGroup` in addition to `FilterGroup`.
8+
9+
### Patch Changes
10+
11+
- [`c7d1d08`](https://github.com/lawvs/fn-sphere/commit/c7d1d08dfaf7afa582d9844953b967b52b67cc08) Thanks [@lawvs](https://github.com/lawvs)! - Fix React 18 compatibility by using `Context.Provider` instead of the React 19-only `Context` JSX pattern
12+
13+
- Updated dependencies [[`be2bf20`](https://github.com/lawvs/fn-sphere/commit/be2bf20e7b4ec779057dfa495a2b6dcd89dfa0b2)]:
14+
- @fn-sphere/core@1.3.0
15+
316
## 1.2.0
417

518
### Minor Changes

packages/filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fn-sphere/filter",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"description": "Filter Sphere is a powerful and flexible library for creating dynamic filtering interfaces in your web applications.",
66
"keywords": [

0 commit comments

Comments
 (0)