Skip to content

Commit 4364743

Browse files
committed
📦 NEW: version update
1 parent 139e314 commit 4364743

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/neat-swans-know.md

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

examples/everything/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"license": "UNLICENSED",
1616
"dependencies": {
1717
"dotenv": "^16.4.5",
18-
"langbase": "^0.1.0"
18+
"langbase": "^0.2.0"
1919
}
2020
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@radix-ui/react-slot": "^1.1.0",
1313
"class-variance-authority": "^0.7.0",
1414
"clsx": "^2.1.1",
15-
"langbase": "^0.1.0",
15+
"langbase": "^0.2.0",
1616
"lucide-react": "^0.416.0",
1717
"mxcn": "^2.0.0",
1818
"next": "14.2.5",

packages/langbase/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 139e314: export browser readable stream method `fromReadableStream()`
8+
39
## 0.1.0
410

511
### Minor Changes

packages/langbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langbase",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)