Skip to content

Commit

Permalink
git subrepo pull (merge) public
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "public"
  merged:   "daf3d4e6"
upstream:
  origin:   "[email protected]:aspen-cloud/triplit.git"
  branch:   "main"
  commit:   "b3e03797"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "110b9eb"
  • Loading branch information
wernst committed Nov 1, 2023
2 parents f59a25b + 052f789 commit 2f5c0e8
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .changeset/fast-dodos-impress.md

This file was deleted.

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

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/client@0.0.39
- @triplit/console@0.0.39
- @triplit/db@0.0.39
- @triplit/server@0.0.39

## 0.0.38

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

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/db@0.0.39

## 0.0.38

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

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/client@0.0.39
- @triplit/db@0.0.39
- @triplit/react@0.0.39
- @triplit/server-core@0.0.39

## 0.0.38

### 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.0.38",
"version": "0.0.39",
"type": "module",
"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.0.39

### Patch Changes

- 1bb02af: version bump test

## 0.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplit/db",
"version": "0.0.38",
"version": "0.0.39",
"source": "./src/index.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @triplit/react

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/client@0.0.39

## 0.0.38

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

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/db@0.0.39

## 0.0.38

### 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.0.38",
"version": "0.0.39",
"module": "dist/index.js",
"type": "module",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @triplit/server

## 0.0.39

### Patch Changes

- 1bb02af: version bump test
- Updated dependencies [1bb02af]
- @triplit/db@0.0.39
- @triplit/server-core@0.0.39

## 0.0.38

### 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.0.38",
"version": "0.0.39",
"types": "dist/index.d.ts",
"type": "module",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@

### Patch Changes

- Updated dependencies [1bb02af]
- @triplit/db@0.0.39

## null

### Patch Changes

- Updated dependencies [8761ebe]
- @triplit/db@0.0.38
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@triplit/db": "^0.0.38"
"@triplit/db": "^0.0.39"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5386,7 +5386,7 @@ __metadata:
languageName: unknown
linkType: soft

"@triplit/db@^0.0.38, @triplit/db@workspace:^, @triplit/db@workspace:packages/db":
"@triplit/db@^0.0.39, @triplit/db@workspace:^, @triplit/db@workspace:packages/db":
version: 0.0.0-use.local
resolution: "@triplit/db@workspace:packages/db"
dependencies:
Expand Down Expand Up @@ -5468,7 +5468,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@triplit/types@workspace:packages/types"
dependencies:
"@triplit/db": ^0.0.38
"@triplit/db": ^0.0.39
typescript: ^5.2.2
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 2f5c0e8

Please sign in to comment.