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

Commit bd50cbc

Browse files
author
Ryan Liu
authored
chore: release 0.21.2 (#1923)
1 parent 25bf115 commit bd50cbc

File tree

497 files changed

+352
-341
lines changed

Some content is hidden

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

497 files changed

+352
-341
lines changed

.yarn/versions/566b3ea1.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
undecided:
2+
- supaglue
3+
- api
4+
- mgmt-ui
5+
- sync-worker
6+
- "@supaglue/core"
7+
- "@supaglue/db"
8+
- "@supaglue/schemas"
9+
- "@supaglue/sync-workflows"
10+
- "@supaglue/types"
11+
- "@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.21.1 https://github.com/supaglue-labs/supaglue.git && cd supaglue
32+
git clone -b v0.21.2 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.21.1",
3+
"version": "0.21.2",
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.21.1",
3+
"version": "0.21.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

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.21.1",
3+
"version": "0.21.2",
44
"private": true,
55
"packageManager": "yarn@3.4.1",
66
"dependencies": {

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.

docs/docs/api/v2/crm/create-account.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.

docs/docs/api/v2/crm/create-association-schema.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)