Skip to content

Commit

Permalink
ci(changesets): update package version (#122)
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 Jan 15, 2025
1 parent d7b203f commit 9cd23fc
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 74 deletions.
6 changes: 0 additions & 6 deletions .changeset/spicy-pens-battle.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [445c87b]
- @zayne-labs/callapi@1.0.0
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# docs

## 0.0.1

### Patch Changes

- Updated dependencies [445c87b]
- @zayne-labs/callapi@1.0.0
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/callapi-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zayne-labs/callapi-legacy

## 1.0.0

### Major Changes

- 445c87b: release(packages): 🚀 official bump of @zayne-labs/callapi and @zayne-labs/callapi-legacy to v1.0.0
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.0.0-rc.74",
"version": "1.0.0",
"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
Loading

0 comments on commit 9cd23fc

Please sign in to comment.