Skip to content

Commit

Permalink
Version Packages (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 3, 2024
1 parent aef8fbc commit 70f61b1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/sharp-hornets-watch.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fn-sphere/core

## 0.3.1

## 0.3.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fn-sphere/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"type": "module",
"main": "src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fn-sphere/filter

## 0.3.1

### Patch Changes

- aef8fbc: Fix `numberOfRules` should only count the SingleRule and not the RuleGroup.

Return `countTotalRules` function to `useFilterSphere` hook.

- @fn-sphere/core@0.3.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fn-sphere/filter",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 70f61b1

Please sign in to comment.