Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/better-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `@abacatepay/better-auth` are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [1.0.2] - 2026-07-27

### Fixed

- `CHANGELOG.md` added to the published npm tarball (was previously excluded by `files`, so it only ever existed in the repo, not what `npm install` pulled down).

## [1.0.1] - 2026-07-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/better-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abacatepay/better-auth",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/AbacatePay/ecosystem.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/better-auth/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* Current version of [@abacatepay/better-auth](https://www.npmjs.com/package/@abacatepay/better-auth).
*/
export const version = '1.0.1' as const;
export const version = '1.0.2' as const;
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `@abacatepay/eslint-plugin` are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.1.4] - 2026-07-27

### Fixed

- `CHANGELOG.md` added to the published npm tarball (was previously excluded by `files`, so it only ever existed in the repo, not what `npm install` pulled down).

## [0.1.3] - 2026-07-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abacatepay/eslint-plugin",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"main": "dist/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* Current version of [@abacatepay/eslint-plugin](https://www.npmjs.com/package/@abacatepay/eslint-plugin).
*/
export const version = '0.1.3' as const;
export const version = '0.1.4' as const;
6 changes: 6 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `@abacatepay/rest` are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [1.0.1] - 2026-07-27

### Fixed

- `CHANGELOG.md` added to the published npm tarball (was previously excluded by `files`, so it only ever existed in the repo, not what `npm install` pulled down).

## [1.0.0] - 2026-07-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abacatepay/rest",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"sideEffects": false,
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Current version of [@abacatepay/rest](https://www.npmjs.com/package/@abacatepay/rest).
*/
export const version = '1.0.0' as const;
export const version = '1.0.1' as const;
/**
* Current version of the AbacatePay API.
*/
Expand Down
6 changes: 6 additions & 0 deletions packages/typebox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `@abacatepay/typebox` are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [2.0.2] - 2026-07-27

### Fixed

- `CHANGELOG.md` added to the published npm tarball (was previously excluded by `files`, so it only ever existed in the repo, not what `npm install` pulled down).

## [2.0.1] - 2026-07-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abacatepay/typebox",
"version": "2.0.1",
"version": "2.0.2",
"description": "Official TypeBox schemas for the AbacatePay API, including requests, responses, and webhooks.",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Current version of [@abacatepay/typebox](https://www.npmjs.com/package/@abacatepay/typebox).
*/
export const version = '2.0.1' as const;
export const version = '2.0.2' as const;
/**
* Current version of the AbacatePay API.
*/
Expand Down
6 changes: 6 additions & 0 deletions packages/zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to `@abacatepay/zod` are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [2.0.2] - 2026-07-27

### Fixed

- `CHANGELOG.md` added to the published npm tarball (was previously excluded by `files`, so it only ever existed in the repo, not what `npm install` pulled down).

## [2.0.1] - 2026-07-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abacatepay/zod",
"version": "2.0.1",
"version": "2.0.2",
"description": "Official Zod schemas for the AbacatePay API, including requests, responses, and webhooks.",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/zod/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Current version of [@abacatepay/zod](https://www.npmjs.com/package/@abacatepay/zod).
*/
export const version = '2.0.1' as const;
export const version = '2.0.2' as const;
/**
* Current version of the AbacatePay API.
*/
Expand Down
Loading