Skip to content

Commit

Permalink
Merge pull request #109 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
pbohlman committed May 20, 2024
2 parents 37c5cb2 + 4ae08d0 commit d27a9ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-garlics-accept.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.57

### Patch Changes

- a391c35: support TRIPLIT_SCHEMA_PATH env var and --schemaPath CLI option

## 0.3.56

### 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.56",
"version": "0.3.57",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion templates/chat-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@tailwindcss/typography": "^0.5.10",
"@triplit/cli": "0.3.56",
"@triplit/cli": "0.3.57",
"@types/bcryptjs": "^2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^17.0.45",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6120,7 +6120,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/[email protected].56, @triplit/cli@workspace:^, @triplit/cli@workspace:packages/cli":
"@triplit/[email protected].57, @triplit/cli@workspace:^, @triplit/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@triplit/cli@workspace:packages/cli"
dependencies:
Expand Down Expand Up @@ -16672,7 +16672,7 @@ __metadata:
"@radix-ui/react-slot": ^1.0.2
"@tailwindcss/typography": ^0.5.10
"@triplit/authjs-adapter": ^0.1.0
"@triplit/cli": 0.3.56
"@triplit/cli": 0.3.57
"@triplit/client": 0.3.47
"@triplit/db": 0.3.38
"@triplit/react": 0.3.49
Expand Down

0 comments on commit d27a9ce

Please sign in to comment.