Skip to content

Commit

Permalink
📦 NEW: beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 27, 2024
1 parent 5e9478f commit 41782d7
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-vans-explode.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/everything/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# everything

## 0.0.2

### Patch Changes

- Updated dependencies [b026a61]
- [email protected]
4 changes: 2 additions & 2 deletions examples/everything/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "everything",
"version": "0.0.1",
"version": "0.0.2",
"description": "Everything example",
"type": "module",
"main": "index.js",
Expand All @@ -15,6 +15,6 @@
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^0.0.0"
"langbase": "^0.1.0"
}
}
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# nextjs

## 0.1.1

### Patch Changes

- Updated dependencies [b026a61]
- [email protected]
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -12,7 +12,7 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"langbase": "^0.0.0",
"langbase": "^0.1.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.1.0

### Minor Changes

- b026a61: Initial beta release

## 0.0.1

### Patch 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.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions tools/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @langbase/eslint-config

## 0.1.0

### Minor Changes

- b026a61: Initial beta release
2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langbase/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"files": [
Expand Down
7 changes: 7 additions & 0 deletions tools/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @langbase/tsconfig

## 0.1.0

### Minor Changes

- b026a61: Initial beta release
2 changes: 1 addition & 1 deletion tools/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langbase/tsconfig",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"publishConfig": {
Expand Down

0 comments on commit 41782d7

Please sign in to comment.