Skip to content

Commit

Permalink
Merge pull request #3 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wernst authored Aug 17, 2023
2 parents 3145915 + a4b6f2e commit 5cf92fb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-pans-sneeze.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplit/client

## 0.0.31

### Patch Changes

- Updated dependencies [3145915]
- @triplit/db@0.0.31

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/client",
"packageManager": "[email protected]",
"version": "0.0.30",
"version": "0.0.31",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplit/db

## 0.0.31

### Patch Changes

- 3145915: downgrade nanoid version

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplit/db",
"version": "0.0.30",
"version": "0.0.31",
"main": "dist/index.js",
"module": "dist/module.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplit/react

## 0.0.31

### Patch Changes

- @triplit/client@0.0.31

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/react",
"packageManager": "[email protected]",
"version": "0.0.30",
"version": "0.0.31",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down

0 comments on commit 5cf92fb

Please sign in to comment.