Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  farrow-api@2.3.1
  farrow-schema@2.3.1

[skip ci]
  • Loading branch information
Lucifier129 committed Aug 4, 2023
1 parent c8e2a2d commit 0f4b249
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/proud-timers-fix.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/farrow-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# farrow-api

## 2.3.1

### Patch Changes

- c8e2a2d: add namespace supporting
- Updated dependencies [c8e2a2d]
- farrow-schema@2.3.1

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/farrow-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farrow-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "A type-friendly BFF framework",
"main": "dist/index.js",
"homepage": "https://www.farrowjs.com/",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"farrow-pipeline": "^2.3.0",
"farrow-schema": "^2.3.0",
"farrow-schema": "^2.3.1",
"tslib": "^2.5.0"
}
}
6 changes: 6 additions & 0 deletions packages/farrow-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# farrow-schema

## 2.3.1

### Patch Changes

- c8e2a2d: add namespace supporting

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/farrow-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farrow-schema",
"version": "2.3.0",
"version": "2.3.1",
"description": "A powerful and extensible schema builder",
"main": "dist/index.js",
"homepage": "https://www.farrowjs.com/",
Expand Down

0 comments on commit 0f4b249

Please sign in to comment.