Skip to content

Commit

Permalink
ci(changesets): update package version (#136)
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
github-actions[bot] and github-actions[bot] authored Feb 9, 2025
1 parent 301715a commit 30077e7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-rabbits-drop.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- Updated dependencies [301715a]
- @zayne-labs/callapi@1.5.1

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/callapi-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zayne-labs/callapi-legacy

## 1.5.1

### Patch Changes

- 301715a: refactor(types)!: ♻️ 🏗️ make schema errors intuitive and easy to disable by including undefined

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/callapi-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/callapi-legacy",
"type": "module",
"version": "1.5.0",
"version": "1.5.1",
"description": "A lightweigh7 wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more",
"author": "Ryan Zayne",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/callapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zayne-labs/callapi

## 1.5.1

### Patch Changes

- 301715a: refactor(types)!: ♻️ 🏗️ make schema errors intuitive and easy to disable by including undefined

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/callapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/callapi",
"type": "module",
"version": "1.5.0",
"version": "1.5.1",
"description": "A lightweight wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more",
"author": "Ryan Zayne",
"license": "MIT",
Expand Down

0 comments on commit 30077e7

Please sign in to comment.