Skip to content

Commit

Permalink
version bump with changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 9, 2023
1 parent a747d88 commit 5edd3b0
Show file tree
Hide file tree
Showing 21 changed files with 1,030 additions and 78 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
10 changes: 10 additions & 0 deletions examples/minimal-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @examples/minimal-react

## 10.38.1

### Patch Changes

- Updated dependencies
- @beff/cli@0.0.4
- @beff/hono@0.0.4
- @beff/react@0.0.4
8 changes: 4 additions & 4 deletions examples/minimal-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/minimal-react",
"private": true,
"version": "10.38.0",
"version": "10.38.1",
"workspaces": [
"client",
"server"
Expand Down Expand Up @@ -30,9 +30,9 @@
"wait-port": "^1.0.1"
},
"dependencies": {
"@beff/cli": "workspace:^0.0.3",
"@beff/hono": "workspace:^0.0.3",
"@beff/react": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"@beff/hono": "workspace:^0.0.4",
"@beff/react": "workspace:^0.0.4",
"@hono/node-server": "^1.1.1",
"@tanstack/react-query": "^4.33.0",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
9 changes: 9 additions & 0 deletions examples/node-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# node-docs

## 1.0.1

### Patch Changes

- Updated dependencies
- @beff/cli@0.0.4
- @beff/hono@0.0.4
6 changes: 3 additions & 3 deletions examples/node-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-docs",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.3",
"@beff/hono": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"@beff/hono": "workspace:^0.0.4",
"@hono/node-server": "^1.1.1",
"esbuild": "^0.19.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.3",
"@beff/hono": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"@beff/hono": "workspace:^0.0.4",
"@hono/node-server": "^1.1.1",
"esbuild": "^0.19.2",
"vitest": "^0.34.3"
Expand Down
8 changes: 8 additions & 0 deletions examples/standalone-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# node-server

## 1.0.1

### Patch Changes

- Updated dependencies
- @beff/cli@0.0.4
6 changes: 3 additions & 3 deletions examples/standalone-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-server",
"version": "1.0.0",
"name": "standalone-parser",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"vitest": "^0.34.3"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"license": "ISC",
"dependencies": {
"docsify-cli": "^4.4.4"
},
"devDependencies": {
"@changesets/cli": "^2.26.2"
}
}
7 changes: 7 additions & 0 deletions packages/beff-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @beff/cli

## 0.0.4

### Patch Changes

- Changeset test
2 changes: 1 addition & 1 deletion packages/beff-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"bin": {
"beff": "./bin/index.js"
Expand Down
9 changes: 9 additions & 0 deletions packages/beff-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @beff/client

## 0.0.4

### Patch Changes

- Changeset test
- Updated dependencies
- @beff/cli@0.0.4
4 changes: 2 additions & 2 deletions packages/beff-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/client",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.3"
"@beff/cli": "workspace:^0.0.4"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/beff-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @beff/hono

## 0.0.4

### Patch Changes

- Changeset test
- Updated dependencies
- @beff/cli@0.0.4
- @beff/client@0.0.4
6 changes: 3 additions & 3 deletions packages/beff-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/hono",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.3",
"@beff/client": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"@beff/client": "workspace:^0.0.4",
"hono": "^3.5.6",
"vitest": "^0.34.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/beff-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @beff/react

## 0.0.4

### Patch Changes

- Changeset test
- Updated dependencies
- @beff/client@0.0.4
4 changes: 2 additions & 2 deletions packages/beff-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/react",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/client": "workspace:^0.0.3",
"@beff/client": "workspace:^0.0.4",
"@tanstack/react-query": "^4.33.0",
"react": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/beff-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# beff-vscode

## 0.0.4

### Patch Changes

- Changeset test
6 changes: 3 additions & 3 deletions packages/beff-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beff-vscode",
"publisher": "beff",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"engines": {
"vscode": "^1.73.0"
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {},
"devDependencies": {
"chalk": "^4.1.2",
"@beff/cli": "workspace:^0.0.3",
"@beff/cli": "workspace:^0.0.4",
"@babel/code-frame": "^7.22.13",
"@beff/hono": "workspace:^0.0.3",
"@beff/hono": "workspace:^0.0.4",
"@types/babel__code-frame": "^7.0.3",
"@types/node": "^20.5.7",
"@types/vscode": "^1.73.0",
Expand Down
Loading

0 comments on commit 5edd3b0

Please sign in to comment.