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

Commit

Permalink
chore: release 0.14.13 (#1589)
Browse files Browse the repository at this point in the history
<!-- Please title your PR using conventional commits
(https://www.conventionalcommits.org/en/v1.0.0/): -->

Fixes: #### <!-- Replace this with the GitHub task ID this PR addresses
-->

[Describe your change here]

## Test Plan

[Describe test plan here]

## Deployment instructions

[Add any special deployment instructions here]
  • Loading branch information
asdfryan committed Sep 14, 2023
1 parent 8101b2d commit 41b123e
Show file tree
Hide file tree
Showing 434 changed files with 293 additions and 281 deletions.
12 changes: 12 additions & 0 deletions .yarn/versions/b35166f6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
undecided:
- supaglue
- api
- mgmt-ui
- salesforce-pub-sub
- sync-worker
- "@supaglue/core"
- "@supaglue/db"
- "@supaglue/schemas"
- "@supaglue/sync-workflows"
- "@supaglue/types"
- "@supaglue/utils"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://github.com/supaglue-labs/supaglue/assets/1925713/8cc42b76-0118-40fb-950c
### Run Supaglue locally

```shell
git clone -b v0.14.12 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.14.13 https://github.com/supaglue-labs/supaglue.git && cd supaglue
./scripts/create_quickstart_env.sh
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.14.12",
"version": "0.14.13",
"private": true,
"packageManager": "yarn@3.4.1",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion apps/mgmt-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgmt-ui",
"version": "0.14.12",
"version": "0.14.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/salesforce-pub-sub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-pub-sub",
"version": "0.14.12",
"version": "0.14.13",
"private": true,
"packageManager": "yarn@3.4.1",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/sync-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sync-worker",
"version": "0.14.12",
"version": "0.14.13",
"private": true,
"packageManager": "yarn@3.4.1",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}

api:
image: supaglue/api:0.14.12
image: supaglue/api:0.14.13
ports:
- '8080:8080'
depends_on:
Expand All @@ -61,7 +61,7 @@ services:
restart: on-failure

sync-worker:
image: supaglue/sync-worker:0.14.12
image: supaglue/sync-worker:0.14.13
depends_on:
postgres:
condition: service_started
Expand All @@ -74,7 +74,7 @@ services:
restart: on-failure

mgmt-ui:
image: supaglue/mgmt-ui:0.14.12
image: supaglue/mgmt-ui:0.14.13
ports:
- '3000:3000'
depends_on:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
- temporalitedata:/data

salesforce-pub-sub:
image: supaglue/salesforce-pub-sub:0.14.12
image: supaglue/salesforce-pub-sub:0.14.13
environment:
<<: *common-env
restart: on-failure
Expand All @@ -119,7 +119,7 @@ services:
condition: service_completed_successfully

init:
image: supaglue/api:0.14.12
image: supaglue/api:0.14.13
environment:
<<: *common-env
SUPAGLUE_QUICKSTART_API_KEY: ${SUPAGLUE_QUICKSTART_API_KEY:-some-api-key}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/v2/actions/actions-api.info.mdx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/docs/api/v2/actions/get-list-view-membership.api.mdx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 41b123e

@vercel
Copy link

@vercel vercel bot commented on 41b123e Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supaglue-docs – ./docs

supaglue-docs-git-main-supaglue.vercel.app
docs.supaglue.com
supaglue-docs-supaglue.vercel.app

Please sign in to comment.