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

Commit e8e7b30

Browse files
chore: release 0.16.1 (#1676)
1 parent 3fa7143 commit e8e7b30

File tree

434 files changed

+292
-280
lines changed

Some content is hidden

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

434 files changed

+292
-280
lines changed

.yarn/versions/a35c2807.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.16.0 https://github.com/supaglue-labs/supaglue.git && cd supaglue
32+
git clone -b v0.16.1 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.16.0",
3+
"version": "0.16.1",
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.16.0",
3+
"version": "0.16.1",
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.16.0",
3+
"version": "0.16.1",
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.16.0",
3+
"version": "0.16.1",
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.

0 commit comments

Comments
 (0)