Skip to content

Commit

Permalink
Merge pull request #127 from aspen-cloud/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
matlin committed Jun 24, 2024
2 parents 1a343ae + 9de0ce8 commit c60c740
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-moons-act.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.4.1

### Patch Changes

- 1a343ae: Fix fsevents dep causing issues on non-Mac OSes

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"build": "yarn lint && node ./build.mjs",
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.4.0",
"@triplit/cli": "0.4.1",
"@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 @@ -7093,7 +7093,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/cli@npm:0.4.0, @triplit/cli@workspace:^, @triplit/cli@workspace:packages/cli":
"@triplit/cli@npm:0.4.1, @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 @@ -18581,7 +18581,7 @@ __metadata:
"@radix-ui/react-slot": "npm:^1.0.2"
"@tailwindcss/typography": "npm:^0.5.10"
"@triplit/authjs-adapter": "npm:^0.1.0"
"@triplit/cli": "npm:0.4.0"
"@triplit/cli": "npm:0.4.1"
"@triplit/client": "npm:0.3.60"
"@triplit/db": "npm:0.3.46"
"@triplit/react": "npm:0.3.63"
Expand Down

0 comments on commit c60c740

Please sign in to comment.