Skip to content

Commit

Permalink
Merge pull request #19 from guarapi/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
joaoneto committed Oct 12, 2023
2 parents e82aae6 + 0f97994 commit 777dc04
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-peaches-worry.md

This file was deleted.

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.1

### Patch Changes

- [#18](https://github.com/guarapi/guarapi/pull/18) [`ae2e31f`](https://github.com/guarapi/guarapi/commit/ae2e31fb7797264a80538ae6e22fd5123c64ab2f) Thanks [@joaoneto](https://github.com/joaoneto)! - rename eslint-config-guarapi to scoped @guarapi/eslint-config-guarapi

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.0.1

### Patch Changes

- [#18](https://github.com/guarapi/guarapi/pull/18) [`ae2e31f`](https://github.com/guarapi/guarapi/commit/ae2e31fb7797264a80538ae6e22fd5123c64ab2f) Thanks [@joaoneto](https://github.com/joaoneto)! - rename eslint-config-guarapi to scoped @guarapi/eslint-config-guarapi

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"description": "Minimalist, fast, and scalable Node.js web http app framework",
"keywords": [
"guarapi",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "jest"
},
"devDependencies": {
"@guarapi/eslint-config-guarapi": "^0.1.0",
"@guarapi/eslint-config-guarapi": "^0.1.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.80",
"@swc/jest": "^0.2.29",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 777dc04

Please sign in to comment.