Skip to content

Commit

Permalink
Merge pull request #37 from guarapi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
joaoneto committed Jun 15, 2024
2 parents 42bacd5 + d56877e commit 7aee1f1
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .changeset/sharp-eyes-hope.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/basic-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# basic-example

## 0.1.1

### Patch Changes

- [#36](https://github.com/guarapi/guarapi/pull/36) [`c142c9db16532bbbf6298150e081008564f5c7c4`](https://github.com/guarapi/guarapi/commit/c142c9db16532bbbf6298150e081008564f5c7c4) Thanks [@joaoneto](https://github.com/joaoneto)! - add multiple handlers support and upgrade packages

- Updated dependencies [[`c142c9db16532bbbf6298150e081008564f5c7c4`](https://github.com/guarapi/guarapi/commit/c142c9db16532bbbf6298150e081008564f5c7c4)]:
- guarapi@1.3.0

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/basic-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-api",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "npm run build && node dist/index.js",
Expand All @@ -11,10 +11,10 @@
"lint": "eslint ./src"
},
"dependencies": {
"guarapi": "^1.2.0"
"guarapi": "^1.3.0"
},
"devDependencies": {
"@guarapi/eslint-config-guarapi": "^0.1.2",
"@guarapi/eslint-config-guarapi": "^0.1.3",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.5.29",
"@swc/register": "^0.1.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-guarapi-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guarapi/create-guarapi-app

## 1.0.2

### Patch Changes

- [#36](https://github.com/guarapi/guarapi/pull/36) [`c142c9db16532bbbf6298150e081008564f5c7c4`](https://github.com/guarapi/guarapi/commit/c142c9db16532bbbf6298150e081008564f5c7c4) Thanks [@joaoneto](https://github.com/joaoneto)! - add multiple handlers support and upgrade packages

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-guarapi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guarapi/create-guarapi-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Guarapi create app starter kit",
"keywords": [
"guarapi",
Expand All @@ -24,7 +24,7 @@
"types": "tsc --noEmit false --declaration --emitDeclarationOnly"
},
"devDependencies": {
"@guarapi/eslint-config-guarapi": "^0.1.2",
"@guarapi/eslint-config-guarapi": "^0.1.3",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.5.29",
"@swc/register": "^0.1.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-guarapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-guarapi

## 0.1.3

### Patch Changes

- [#36](https://github.com/guarapi/guarapi/pull/36) [`c142c9db16532bbbf6298150e081008564f5c7c4`](https://github.com/guarapi/guarapi/commit/c142c9db16532bbbf6298150e081008564f5c7c4) Thanks [@joaoneto](https://github.com/joaoneto)! - add multiple handlers support and upgrade packages

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-guarapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guarapi/eslint-config-guarapi",
"version": "0.1.2",
"version": "0.1.3",
"description": "Guarapi eslint recommended code style",
"keywords": [
"guarapi",
Expand Down
6 changes: 6 additions & 0 deletions packages/guarapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# guarapi

## 1.3.0

### Minor Changes

- [#36](https://github.com/guarapi/guarapi/pull/36) [`c142c9db16532bbbf6298150e081008564f5c7c4`](https://github.com/guarapi/guarapi/commit/c142c9db16532bbbf6298150e081008564f5c7c4) Thanks [@joaoneto](https://github.com/joaoneto)! - add multiple handlers support and upgrade packages

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/guarapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guarapi",
"version": "1.2.0",
"version": "1.3.0",
"description": "Minimalist, fast, and scalable Node.js web http app framework",
"keywords": [
"guarapi",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "jest"
},
"devDependencies": {
"@guarapi/eslint-config-guarapi": "^0.1.2",
"@guarapi/eslint-config-guarapi": "^0.1.3",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.5.29",
"@swc/jest": "^0.2.36",
Expand Down
45 changes: 4 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7aee1f1

Please sign in to comment.