Skip to content

Commit

Permalink
Merge pull request #822 from cam-inc/version
Browse files Browse the repository at this point in the history
version: update
  • Loading branch information
ejithon authored Apr 2, 2024
2 parents 92dd3b4 + 83b4f5d commit 2f22995
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-beers-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-kangaroos-shout.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @viron/app

## 2.13.2

### Patch Changes

- 125e0090: Fixed to randomly generate fileReader id to avoid duplication.

## 2.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/app",
"version": "2.13.1",
"version": "2.13.2",
"engines": {
"node": ">=18.14.0",
"npm": ">=9.3.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @viron/nodejs

## 2.3.1

### Patch Changes

- a70f57be: Set the partition option to false as the default.

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viron/lib",
"version": "2.3.0",
"version": "2.3.1",
"scripts": {
"build": "npm run clean && tsc --project tsconfig.json && cp -fr src/openapi dist/",
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
Expand Down

0 comments on commit 2f22995

Please sign in to comment.