Skip to content

Commit

Permalink
Version Packages (#36)
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 6, 2024
1 parent 98b38de commit bb619e3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-flowers-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-deers-roll.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.5

## 0.3.4

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

## 0.3.5

### Patch Changes

- 98b38de: Add field schema to the match function in the `DataInputViewSpec`.
- 75feec4: Update data input view to handle empty values

If input value is empty string, the input view will update the rule args to `[]` instead of `[""]`. This is to prevent the rule from running with an empty string as an argument.

- @fn-sphere/core@0.3.5

## 0.3.4

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

0 comments on commit bb619e3

Please sign in to comment.