Skip to content

Commit

Permalink
📦 NEW: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 27, 2024
1 parent 139e314 commit 4364743
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-swans-know.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/everything/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^0.1.0"
"langbase": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"langbase": "^0.1.0",
"langbase": "^0.2.0",
"lucide-react": "^0.416.0",
"mxcn": "^2.0.0",
"next": "14.2.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/langbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @langbase/core

## 0.2.0

### Minor Changes

- 139e314: export browser readable stream method `fromReadableStream()`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/langbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langbase",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 4364743

Please sign in to comment.