Skip to content

Commit 561154e

Browse files
Version Packages (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1dc9fd1 commit 561154e

File tree

7 files changed

+24
-19
lines changed

7 files changed

+24
-19
lines changed

.changeset/light-laws-compete.md

-6
This file was deleted.

.changeset/nasty-crabs-explain.md

-6
This file was deleted.

.changeset/odd-hotels-cough.md

-5
This file was deleted.

packages/embed-sdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sigmacomputing/embed-sdk
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ab22955: Fix mutation URL to production
8+
- 1dc9fd1: fix: update package.json to correctly export both cjs and esm types
9+
- 08cd832: fix: fixes the variable on change type
10+
311
## 0.5.0
412

513
### Minor Changes

packages/embed-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sigmacomputing/embed-sdk",
33
"author": "sigmacomputing",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "JavaScript SDK to interact with Sigma Computing's Embed API",
66
"license": "MIT",
77
"repository": {

packages/react-embed-sdk/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @sigmacomputing/react-embed-sdk
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ab22955: Fix mutation URL to production
8+
- 1dc9fd1: fix: update package.json to correctly export both cjs and esm types
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [ab22955]
13+
- Updated dependencies [1dc9fd1]
14+
- Updated dependencies [08cd832]
15+
- @sigmacomputing/embed-sdk@0.6.0
16+
317
## 0.5.2
418

519
### Patch Changes

packages/react-embed-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sigmacomputing/react-embed-sdk",
33
"author": "sigmacomputing",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"description": "React JavaScript SDK to interact with Sigma Computing's Embed API",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)