Skip to content

Commit b17f0ba

Browse files
Version packages, publish changes (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e572c0 commit b17f0ba

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

.changeset/legal-ants-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-loops-beam.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/eslint-config
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [`db5178a`](https://github.com/GeKorm/better-auth-harmony/commit/db5178ac9c388202394c049dc75a3d3b5d786121)
8+
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies
9+
310
## 0.0.10
411

512
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/eslint-config",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"type": "module",
55
"main": "index.js",
66
"private": true,

packages/plugins/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# better-auth-harmony
22

3+
## 1.2.5
4+
5+
### Patch Changes
6+
7+
- [`47655bc`](https://github.com/GeKorm/better-auth-harmony/commit/47655bca0df8e69f14f5e85cd5f18dad7305ab83)
8+
Thanks [@GeKorm](https://github.com/GeKorm)! - Reduce bundle size with improved tree-shaking
9+
10+
- [`db5178a`](https://github.com/GeKorm/better-auth-harmony/commit/db5178ac9c388202394c049dc75a3d3b5d786121)
11+
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies
12+
313
## 1.2.4
414

515
### Patch Changes

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth-harmony",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"author": "George Kormaris <[email protected]>",
55
"description": "Validation and normalization for better-auth",
66
"type": "module",

packages/tsconfig/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/tsconfig
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`db5178a`](https://github.com/GeKorm/better-auth-harmony/commit/db5178ac9c388202394c049dc75a3d3b5d786121)
8+
Thanks [@GeKorm](https://github.com/GeKorm)! - Upgrade dependencies
9+
310
## 0.0.4
411

512
### Patch Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/tsconfig",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)