Skip to content

Commit

Permalink
chore(api): release versions (#917)
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] committed Dec 15, 2023
1 parent 247c3af commit 118cbd8
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-years-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-tomatoes-cover.md

This file was deleted.

6 changes: 6 additions & 0 deletions api/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cdn

## 0.2.16

### Patch Changes

- [#912](https://github.com/fontsource/fontsource/pull/912) [`247c3af1a8`](https://github.com/fontsource/fontsource/commit/247c3af1a89fc5ba603bbd728d99e3aa9c924aa7) Thanks [@ayuhito](https://github.com/ayuhito)! - perf(api): stream responses instead of buffering

## 0.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api/cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn",
"version": "0.2.15",
"version": "0.2.16",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
7 changes: 7 additions & 0 deletions api/download/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# download

## 0.2.0

### Minor Changes

- [#912](https://github.com/fontsource/fontsource/pull/912) [`247c3af1a8`](https://github.com/fontsource/fontsource/commit/247c3af1a89fc5ba603bbd728d99e3aa9c924aa7) Thanks [@ayuhito](https://github.com/ayuhito)! - feat(api): use multipart for uploads
2 changes: 1 addition & 1 deletion api/download/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "download",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/server.js",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions api/upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# upload

## 0.2.0

### Minor Changes

- [#912](https://github.com/fontsource/fontsource/pull/912) [`247c3af1a8`](https://github.com/fontsource/fontsource/commit/247c3af1a89fc5ba603bbd728d99e3aa9c924aa7) Thanks [@ayuhito](https://github.com/ayuhito)! - feat(api): use multipart for uploads

### Patch Changes

- [#912](https://github.com/fontsource/fontsource/pull/912) [`247c3af1a8`](https://github.com/fontsource/fontsource/commit/247c3af1a89fc5ba603bbd728d99e3aa9c924aa7) Thanks [@ayuhito](https://github.com/ayuhito)! - perf(api): stream responses instead of buffering

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api/upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload",
"version": "0.1.3",
"version": "0.2.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down

0 comments on commit 118cbd8

Please sign in to comment.