Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 16, 2024
1 parent bfb1193 commit c1c44bc
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-avocados-beg.md

This file was deleted.

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

## 0.3.71

### Patch Changes

- Updated dependencies [bfb1193]
- @triplit/server@0.3.49

## 0.3.70

### 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.70",
"version": "0.3.71",
"type": "module",
"scripts": {
"build": "tsc && yarn validate:types",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# node-server

## 0.3.49

### Patch Changes

- Updated dependencies [bfb1193]
- @triplit/server@0.3.49

## 0.3.48

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"packageManager": "[email protected]",
"private": true,
"type": "module",
"version": "0.3.48",
"version": "0.3.49",
"scripts": {
"start": "node ./run.js",
"build": "./scripts/build.sh",
"publish": "./scripts/publish.sh",
"check-and-publish": "node ./scripts/docker-check-version-and-publish.js"
},
"dependencies": {
"@triplit/server": "0.3.48",
"@triplit/server": "0.3.49",
"better-sqlite3": "^8.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplit/server

## 0.3.49

### Patch Changes

- bfb1193: Manual bump

## 0.3.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/server",
"packageManager": "[email protected]",
"version": "0.3.48",
"version": "0.3.49",
"source": "./src/index.ts",
"main": "./dist/index.js",
"type": "module",
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.70",
"@triplit/cli": "0.3.71",
"@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 @@ -6704,7 +6704,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/cli@npm:0.3.70, @triplit/cli@workspace:^, @triplit/cli@workspace:packages/cli":
"@triplit/cli@npm:0.3.71, @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 @@ -6926,7 +6926,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/server@npm:0.3.48, @triplit/server@npm:^0.3.42, @triplit/server@workspace:^, @triplit/server@workspace:packages/server":
"@triplit/server@npm:0.3.49, @triplit/server@npm:^0.3.42, @triplit/server@workspace:^, @triplit/server@workspace:packages/server":
version: 0.0.0-use.local
resolution: "@triplit/server@workspace:packages/server"
dependencies:
Expand Down Expand Up @@ -17804,7 +17804,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.3.70"
"@triplit/cli": "npm:0.3.71"
"@triplit/client": "npm:0.3.59"
"@triplit/db": "npm:0.3.45"
"@triplit/react": "npm:0.3.62"
Expand Down Expand Up @@ -18195,7 +18195,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "node-server@workspace:packages/node-server"
dependencies:
"@triplit/server": "npm:0.3.48"
"@triplit/server": "npm:0.3.49"
"@types/semver": "npm:^7"
better-sqlite3: "npm:^8.3.0"
semver: "npm:^7.6.0"
Expand Down

0 comments on commit c1c44bc

Please sign in to comment.