Skip to content

Commit 91fd679

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

8 files changed

Lines changed: 32 additions & 22 deletions

File tree

.changeset/dirty-grapes-buy.md

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

.changeset/dirty-hotels-press.md

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

packages/api/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- fcabe77: Add support for API keys on openAI compatible models
8+
39
## 0.0.15
410

511
### 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.15",
3+
"version": "0.0.16",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"types": "./dist/index.d.mts",

packages/web/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- fcabe77: Add support for API keys on openAI compatible models
8+
39
## 0.0.14
410

511
### Patch Changes

packages/web/package.json

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

srcbook/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- fcabe77: Add support for API keys on openAI compatible models
8+
- 36913a4: Added configurable network exposure for Docker deployments with secure defaults. This includes:
9+
10+
- Added docker-compose.yml with configurable network binding
11+
- Default configuration restricts access to localhost (127.0.0.1) for security
12+
- Optional network exposure via HOST_BIND environment variable
13+
- Configured port 2150 mapping for Docker container
14+
15+
Users can optionally expose their Srcbook instance to other network devices by setting HOST_BIND=0.0.0.0 when running Docker.
16+
17+
- Updated dependencies [fcabe77]
18+
- @srcbook/api@0.0.16
19+
320
## 0.0.16
421

522
### Patch Changes

srcbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srcbook",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "TypeScript notebooks",
55
"type": "module",
66
"bin": "./dist/bin/cli.mjs",

0 commit comments

Comments
 (0)