Skip to content

Commit b3c31f5

Browse files
chore: release package(s) (#328)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be32546 commit b3c31f5

13 files changed

Lines changed: 48 additions & 23 deletions

File tree

.changeset/afraid-adults-chew.md

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

.changeset/healthy-toys-marry.md

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

.changeset/khaki-laws-breathe.md

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

packages/api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @srcbook/api
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 24c841e: Update websocket client to pass context and connection
8+
- a063c46: Fix uncaught exceptions in TsServer event handlers after srcbook deletion
9+
- Updated dependencies [24c841e]
10+
- @srcbook/shared@0.0.8
11+
312
## 0.0.7
413

514
### Patch Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@srcbook/api",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"types": "./dist/index.d.mts",

packages/components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @srcbook/components
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 24c841e: Update websocket client to pass context and connection
8+
- Updated dependencies [24c841e]
9+
- @srcbook/shared@0.0.8

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@srcbook/components",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"scripts": {

packages/shared/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 24c841e: Update websocket client to pass context and connection
8+
39
## 0.0.7
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@srcbook/shared",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"scripts": {

packages/web/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @srcbook/web
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- 24c841e: Update websocket client to pass context and connection
8+
- 1a80ba8: Improve styling of typescript hover box
9+
- Updated dependencies [24c841e]
10+
- @srcbook/components@0.0.2
11+
- @srcbook/shared@0.0.8
12+
313
## 0.0.7
414

515
### Patch Changes

0 commit comments

Comments
 (0)