Skip to content

Commit

Permalink
Version packages, publish changes (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GeKorm and github-actions[bot] authored Dec 2, 2024
1 parent 2e342b6 commit 3d19633
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-cherries-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-suns-love.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @repo/eslint-config

## 0.0.6

### Patch Changes

- [`2e342b6`](https://github.com/GeKorm/better-auth-harmony/commit/2e342b62020c1bf8b50dafbe29b7b8161d21d28b)
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/eslint-config",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "index.js",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# better-auth-harmony

## 1.1.1

### Patch Changes

- [`2e342b6`](https://github.com/GeKorm/better-auth-harmony/commit/2e342b62020c1bf8b50dafbe29b7b8161d21d28b)
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies, fix APIError type

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth-harmony",
"version": "1.1.0",
"version": "1.1.1",
"author": "George Kormaris <[email protected]>",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @repo/tsconfig

## 0.0.1

### Patch Changes

- [`2e342b6`](https://github.com/GeKorm/better-auth-harmony/commit/2e342b62020c1bf8b50dafbe29b7b8161d21d28b)
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/tsconfig",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 3d19633

Please sign in to comment.