Skip to content

Commit

Permalink
Merge pull request #4 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wernst committed Aug 18, 2023
2 parents 295d994 + 0fbbb80 commit 2a52eed
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/ninety-numbers-give.md

This file was deleted.

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

## 0.0.32

### Patch Changes

- ba38c67: - fixup builds and typescript support
- improve support for next.js
- Updated dependencies [ba38c67]
- @triplit/db@0.0.32

## 0.0.31

### 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.31",
"version": "0.0.32",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplit/db

## 0.0.32

### Patch Changes

- ba38c67: - fixup builds and typescript support
- improve support for next.js

## 0.0.31

### 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.31",
"version": "0.0.32",
"main": "dist/index.js",
"module": "dist/module.js",
"typings": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @triplit/react

## 0.0.32

### Patch Changes

- ba38c67: - fixup builds and typescript support
- improve support for next.js
- Updated dependencies [ba38c67]
- @triplit/client@0.0.32

## 0.0.31

### 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.31",
"version": "0.0.32",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down

0 comments on commit 2a52eed

Please sign in to comment.