Skip to content

Commit

Permalink
Version Packages (#34)
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 5, 2024
1 parent a625d68 commit 6404a4e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/lovely-lies-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-colts-give.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- caeeb9c: Move `createFilterGroup` and `createSingleFilter` to core package.

Add `getFilterRule` method to `createFilterSphere`.

- 79abaa0: Update readme

## 0.3.2

## 0.3.1
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.2",
"version": "0.3.3",
"description": "",
"type": "module",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @fn-sphere/filter

## 0.3.3

### Patch Changes

- caeeb9c: Move `createFilterGroup` and `createSingleFilter` to core package.

Add `getFilterRule` method to `createFilterSphere`.

- 79abaa0: Update readme
- Updated dependencies [caeeb9c]
- Updated dependencies [79abaa0]
- @fn-sphere/core@0.3.3

## 0.3.2

### Patch 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.2",
"version": "0.3.3",
"type": "module",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 6404a4e

Please sign in to comment.