Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #128

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/eighty-weeks-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-donuts-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-jeans-crash.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.4.2

### Patch Changes

- 45f8d5e: Update parjs
- d2ff9fb: Improve schema diff output

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"build": "yarn lint && node ./build.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @triplit/client

## 0.3.61

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]

## 0.3.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sqlite"
],
"packageManager": "[email protected]",
"version": "0.3.60",
"version": "0.3.61",
"source": "./src/index.ts",
"main": "./dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @triplit/console

## 0.3.66

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]
- @triplit/[email protected]
- @triplit/[email protected]

## 0.3.65

### 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.65",
"version": "0.3.66",
"files": [
"dist"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triplit/db

## 0.3.47

### Patch Changes

- 753a72c: bug fix: properly parse date input

## 0.3.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "github:aspen-cloud/triplit",
"homepage": "https://triplit.dev",
"license": "AGPL-3.0-only",
"version": "0.3.46",
"version": "0.3.47",
"source": "./src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-server

## 0.3.51

### Patch Changes

- @triplit/[email protected]

## 0.3.50

### 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,14 +3,14 @@
"packageManager": "[email protected]",
"private": true,
"type": "module",
"version": "0.3.50",
"version": "0.3.51",
"scripts": {
"start": "node ./run.js",
"publish": "./scripts/publish.sh",
"check-and-publish": "node ./scripts/docker-check-version-and-publish.js"
},
"dependencies": {
"@triplit/server": "0.3.50",
"@triplit/server": "0.3.51",
"better-sqlite3": "^8.3.0"
},
"devDependencies": {
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.64

### Patch Changes

- @triplit/[email protected]

## 0.3.63

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

## 0.3.49

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]

## 0.3.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@triplit/server-core",
"packageManager": "[email protected]",
"version": "0.3.48",
"version": "0.3.49",
"module": "dist/index.js",
"type": "module",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplit/server

## 0.3.51

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]
- @triplit/[email protected]

## 0.3.50

### 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.50",
"version": "0.3.51",
"source": "./src/index.ts",
"main": "./dist/index.js",
"type": "module",
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.33

### Patch Changes

- @triplit/[email protected]

## 0.1.32

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

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]
- @triplit/[email protected]
- @triplit/[email protected]

## null

### Patch Changes

- Updated dependencies [98a0adf]
- Updated dependencies [922d93a]
- Updated dependencies [7fd83f6]
Expand Down
8 changes: 4 additions & 4 deletions templates/chat-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@triplit/authjs-adapter": "^0.1.0",
"@triplit/client": "0.3.60",
"@triplit/db": "0.3.46",
"@triplit/react": "0.3.63",
"@triplit/client": "0.3.61",
"@triplit/db": "0.3.47",
"@triplit/react": "0.3.64",
"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.4.1",
"@triplit/cli": "0.4.2",
"@types/bcryptjs": "^2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^17.0.45",
Expand Down
9 changes: 9 additions & 0 deletions templates/excalidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Patch Changes

- Updated dependencies [753a72c]
- @triplit/[email protected]
- @triplit/[email protected]
- @triplit/[email protected]

## null

### Patch Changes

- Updated dependencies [98a0adf]
- Updated dependencies [922d93a]
- Updated dependencies [7fd83f6]
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7350,7 +7350,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/cli@npm:0.4.1, @triplit/cli@workspace:^, @triplit/cli@workspace:packages/cli":
"@triplit/cli@npm:0.4.2, @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 @@ -7440,7 +7440,7 @@ __metadata:
languageName: node
linkType: hard

"@triplit/client@npm:0.3.60, @triplit/client@npm:^0.3.59, @triplit/client@workspace:^, @triplit/client@workspace:packages/client":
"@triplit/client@npm:0.3.61, @triplit/client@npm:^0.3.59, @triplit/client@workspace:^, @triplit/client@workspace:packages/client":
version: 0.0.0-use.local
resolution: "@triplit/client@workspace:packages/client"
dependencies:
Expand Down Expand Up @@ -7513,7 +7513,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/db@npm:0.3.46, @triplit/db@npm:^0.3.45, @triplit/db@workspace:^, @triplit/db@workspace:packages/db":
"@triplit/db@npm:0.3.47, @triplit/db@npm:^0.3.45, @triplit/db@workspace:^, @triplit/db@workspace:packages/db":
version: 0.0.0-use.local
resolution: "@triplit/db@workspace:packages/db"
dependencies:
Expand All @@ -7539,7 +7539,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/react@npm:0.3.63, @triplit/react@workspace:^, @triplit/react@workspace:packages/react":
"@triplit/react@npm:0.3.64, @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 @@ -7575,7 +7575,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/server@npm:0.3.50, @triplit/server@npm:^0.3.49, @triplit/server@workspace:^, @triplit/server@workspace:packages/server":
"@triplit/server@npm:0.3.51, @triplit/server@npm:^0.3.49, @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 @@ -18839,10 +18839,10 @@ __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.1"
"@triplit/client": "npm:0.3.60"
"@triplit/db": "npm:0.3.46"
"@triplit/react": "npm:0.3.63"
"@triplit/cli": "npm:0.4.2"
"@triplit/client": "npm:0.3.61"
"@triplit/db": "npm:0.3.47"
"@triplit/react": "npm:0.3.64"
"@types/bcryptjs": "npm:^2"
"@types/jsonwebtoken": "npm:^9.0.2"
"@types/node": "npm:^17.0.45"
Expand Down Expand Up @@ -19230,7 +19230,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "node-server@workspace:packages/node-server"
dependencies:
"@triplit/server": "npm:0.3.50"
"@triplit/server": "npm:0.3.51"
"@types/semver": "npm:^7"
better-sqlite3: "npm:^8.3.0"
semver: "npm:^7.6.0"
Expand Down