Skip to content

Commit

Permalink
Merge pull request #85 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 9, 2024
2 parents a74030c + 3471b20 commit 6870123
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-carrots-bake.md

This file was deleted.

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

## 0.3.44

### Patch Changes

- @triplit/console@0.3.41

## 0.3.43

### 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.43",
"version": "0.3.44",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplit/console

## 0.3.41

### Patch Changes

- Updated dependencies [a74030c]
- @triplit/react@0.3.38

## 0.3.40

### 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.40",
"version": "0.3.41",
"type": "module",
"files": [
"dist"
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.3.38

### Patch Changes

- a74030c: fixup fetchingRemote

## 0.3.37

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

## 0.1.8

### Patch Changes

- a74030c: fixup fetchingRemote

## 0.1.7

### 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.7",
"version": "0.1.8",
"source": "./src/index.svelte.ts",
"main": "./dist/index.svelte.js",
"module": "./dist/index.svelte.js",
Expand Down
7 changes: 7 additions & 0 deletions templates/chat-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [a74030c]
- @triplit/react@0.3.38

## null

### Patch Changes

- Updated dependencies [2ec5ecd]
- @triplit/client@0.3.36
- @triplit/react@0.3.37
Expand Down
4 changes: 2 additions & 2 deletions templates/chat-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@triplit/authjs-adapter": "^0.1.0",
"@triplit/client": "0.3.36",
"@triplit/db": "0.3.29",
"@triplit/react": "0.3.37",
"@triplit/react": "0.3.38",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@tailwindcss/typography": "^0.5.10",
"@triplit/cli": "0.3.43",
"@triplit/cli": "0.3.44",
"@types/bcryptjs": "^2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^17.0.45",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4695,7 +4695,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/[email protected].43, @triplit/cli@workspace:packages/cli":
"@triplit/[email protected].44, @triplit/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@triplit/cli@workspace:packages/cli"
dependencies:
Expand Down Expand Up @@ -4838,7 +4838,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/[email protected].37, @triplit/react@workspace:^, @triplit/react@workspace:packages/react":
"@triplit/[email protected].38, @triplit/react@workspace:^, @triplit/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@triplit/react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -14475,10 +14475,10 @@ __metadata:
"@radix-ui/react-slot": ^1.0.2
"@tailwindcss/typography": ^0.5.10
"@triplit/authjs-adapter": ^0.1.0
"@triplit/cli": 0.3.43
"@triplit/cli": 0.3.44
"@triplit/client": 0.3.36
"@triplit/db": 0.3.29
"@triplit/react": 0.3.37
"@triplit/react": 0.3.38
"@types/bcryptjs": ^2
"@types/jsonwebtoken": ^9.0.2
"@types/node": ^17.0.45
Expand Down

0 comments on commit 6870123

Please sign in to comment.