Skip to content

Commit

Permalink
Merge pull request #83 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
pbohlman committed Apr 4, 2024
2 parents 49c8848 + d773f97 commit 2a1eedb
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-poets-hear.md

This file was deleted.

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

## 0.3.42

### Patch Changes

- Updated dependencies [49c8848]
- @triplit/client@0.3.35
- @triplit/console@0.3.39

## 0.3.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplit/cli",
"version": "0.3.41",
"version": "0.3.42",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplit/client

## 0.3.35

### Patch Changes

- 49c8848: fixup worker-client export

## 0.3.34

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

## 0.3.39

### Patch Changes

- Updated dependencies [49c8848]
- @triplit/client@0.3.35
- @triplit/react@0.3.36

## 0.3.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplit/console",
"version": "0.3.38",
"version": "0.3.39",
"type": "module",
"files": [
"dist"
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplit/react

## 0.3.36

### Patch Changes

- Updated dependencies [49c8848]
- @triplit/client@0.3.35

## 0.3.35

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

## 0.1.6

### Patch Changes

- Updated dependencies [49c8848]
- @triplit/client@0.3.35

## 0.1.5

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

0 comments on commit 2a1eedb

Please sign in to comment.