Skip to content

Commit 797e25a

Browse files
chore: version packages (#1106)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - Updated dependencies [7e5e7c8] - @gram/[email protected] ## @gram/[email protected] ### Patch Changes - 7e5e7c8: Adds a new telemetry endpoint to the Gram API ## [email protected] ### Patch Changes - 7e5e7c8: Adds a new telemetry endpoint to the Gram API Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e5e7c8 commit 797e25a

File tree

7 files changed

+31
-12
lines changed

7 files changed

+31
-12
lines changed

.changeset/heavy-breads-count.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/dashboard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# dashboard
22

3+
## 0.23.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7e5e7c8]
8+
- @gram/client@0.24.2
9+
310
## 0.23.0
411

512
### Minor Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.23.0",
4+
"version": "0.23.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

client/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gram/client
22

3+
## 0.24.2
4+
5+
### Patch Changes
6+
7+
- 7e5e7c8: Adds a new telemetry endpoint to the Gram API
8+
39
## 0.24.0
410

511
### Minor Changes

client/sdk/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gram/client",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"author": "Speakeasy",
55
"private": true,
66
"type": "module",
@@ -60,9 +60,15 @@
6060
"react-dom": "^18 || ^19"
6161
},
6262
"peerDependenciesMeta": {
63-
"@tanstack/react-query": {"optional":true},
64-
"react": {"optional":true},
65-
"react-dom": {"optional":true}
63+
"@tanstack/react-query": {
64+
"optional": true
65+
},
66+
"react": {
67+
"optional": true
68+
},
69+
"react-dom": {
70+
"optional": true
71+
}
6672
},
6773
"devDependencies": {
6874
"@eslint/js": "^9.19.0",

server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# server
22

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- 7e5e7c8: Adds a new telemetry endpoint to the Gram API
8+
39
## 0.15.0
410

511
### Minor Changes

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "",
55
"private": true,
66
"main": "index.js",

0 commit comments

Comments
 (0)