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.9.5 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfryan authored Jun 12, 2023
1 parent 7d88174 commit c8239c8
Show file tree
Hide file tree
Showing 301 changed files with 2,289 additions and 741 deletions.
12 changes: 12 additions & 0 deletions .yarn/versions/804171d5.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/80f9e4e7-4a75-4c27-9c80
### Run Supaglue locally

```shell
git clone -b v0.9.4 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.9.5 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.9.4",
"version": "0.9.5",
"private": true,
"packageManager": "[email protected]",
"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.9.4",
"version": "0.9.5",
"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.9.4",
"version": "0.9.5",
"private": true,
"packageManager": "[email protected]",
"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.9.4",
"version": "0.9.5",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-supaglue}

api:
image: supaglue/api:0.9.4
image: supaglue/api:0.9.5
ports:
- '8080:8080'
depends_on:
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

sync-worker:
image: supaglue/sync-worker:0.9.4
image: supaglue/sync-worker:0.9.5
depends_on:
postgres:
condition: service_started
Expand All @@ -66,7 +66,7 @@ services:
restart: on-failure

mgmt-ui:
image: supaglue/mgmt-ui:0.9.4
image: supaglue/mgmt-ui:0.9.5
ports:
- '3000:3000'
depends_on:
Expand Down Expand Up @@ -98,7 +98,7 @@ services:
- temporalitedata:/data

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

init:
image: supaglue/api:0.9.4
image: supaglue/api:0.9.5
environment:
<<: *common-env
SUPAGLUE_QUICKSTART_API_KEY: ${SUPAGLUE_QUICKSTART_API_KEY:-some-api-key}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After creating your account, you will be directed to the management portal.
Clone the Github repo and run the Supaglue stack locally using docker compose:

```shell
git clone -b v0.9.4 https://github.com/supaglue-labs/supaglue.git && cd supaglue
git clone -b v0.9.5 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 docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
15 changes: 0 additions & 15 deletions docs/versioned_docs/version-0.9.3/api.md

This file was deleted.

60 changes: 0 additions & 60 deletions docs/versioned_docs/version-0.9.3/concepts.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions docs/versioned_docs/version-0.9.3/guides/pagination.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/versioned_docs/version-0.9.3/guides/syncing-data.md

This file was deleted.

Loading

1 comment on commit c8239c8

@vercel
Copy link

@vercel vercel bot commented on c8239c8 Jun 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.