Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 84f7295

Browse files
authored
chore: release 0.14.16 (#1614)
## Test Plan [Describe test plan here] ## Deployment instructions [Add any special deployment instructions here]
1 parent 3379b6d commit 84f7295

File tree

437 files changed

+558
-477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+558
-477
lines changed

.yarn/versions/d1100e1f.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
undecided:
2+
- supaglue
3+
- api
4+
- mgmt-ui
5+
- salesforce-pub-sub
6+
- sync-worker
7+
- "@supaglue/core"
8+
- "@supaglue/db"
9+
- "@supaglue/schemas"
10+
- "@supaglue/sync-workflows"
11+
- "@supaglue/types"
12+
- "@supaglue/utils"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://github.com/supaglue-labs/supaglue/assets/1925713/8cc42b76-0118-40fb-950c
2929
### Run Supaglue locally
3030

3131
```shell
32-
git clone -b v0.14.15 https://github.com/supaglue-labs/supaglue.git && cd supaglue
32+
git clone -b v0.14.16 https://github.com/supaglue-labs/supaglue.git && cd supaglue
3333
./scripts/create_quickstart_env.sh
3434
docker compose up
3535
```

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.14.15",
3+
"version": "0.14.16",
44
"private": true,
55
"packageManager": "yarn@3.4.1",
66
"type": "commonjs",

apps/mgmt-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mgmt-ui",
3-
"version": "0.14.15",
3+
"version": "0.14.16",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

apps/salesforce-pub-sub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pub-sub",
3-
"version": "0.14.15",
3+
"version": "0.14.16",
44
"private": true,
55
"packageManager": "yarn@3.4.1",
66
"dependencies": {

apps/sync-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sync-worker",
3-
"version": "0.14.15",
3+
"version": "0.14.16",
44
"private": true,
55
"packageManager": "yarn@3.4.1",
66
"dependencies": {

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}
4343

4444
api:
45-
image: supaglue/api:0.14.15
45+
image: supaglue/api:0.14.16
4646
ports:
4747
- '8080:8080'
4848
depends_on:
@@ -61,7 +61,7 @@ services:
6161
restart: on-failure
6262

6363
sync-worker:
64-
image: supaglue/sync-worker:0.14.15
64+
image: supaglue/sync-worker:0.14.16
6565
depends_on:
6666
postgres:
6767
condition: service_started
@@ -74,7 +74,7 @@ services:
7474
restart: on-failure
7575

7676
mgmt-ui:
77-
image: supaglue/mgmt-ui:0.14.15
77+
image: supaglue/mgmt-ui:0.14.16
7878
ports:
7979
- '3000:3000'
8080
depends_on:
@@ -108,7 +108,7 @@ services:
108108
- temporalitedata:/data
109109

110110
salesforce-pub-sub:
111-
image: supaglue/salesforce-pub-sub:0.14.15
111+
image: supaglue/salesforce-pub-sub:0.14.16
112112
environment:
113113
<<: *common-env
114114
restart: on-failure
@@ -119,7 +119,7 @@ services:
119119
condition: service_completed_successfully
120120

121121
init:
122-
image: supaglue/api:0.14.15
122+
image: supaglue/api:0.14.16
123123
environment:
124124
<<: *common-env
125125
SUPAGLUE_QUICKSTART_API_KEY: ${SUPAGLUE_QUICKSTART_API_KEY:-some-api-key}

docs/docs/api/v2/actions/actions-api.info.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docs/api/v2/actions/send-passthrough-request.api.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)