Skip to content

Commit

Permalink
chore(api): release versions (#907)
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 10, 2023
1 parent 35d51de commit 6216b7d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/popular-windows-try.md

This file was deleted.

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

## 0.2.13

### Patch Changes

- [#906](https://github.com/fontsource/fontsource/pull/906) [`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c) Thanks [@ayuhito](https://github.com/ayuhito)! - fix(api): include variable icons metadata to variable api

- Updated dependencies [[`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c)]:
- common-api@0.1.7

## 0.2.12

### 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.12",
"version": "0.2.13",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
6 changes: 6 additions & 0 deletions api/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# common-api

## 0.1.7

### Patch Changes

- [#906](https://github.com/fontsource/fontsource/pull/906) [`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c) Thanks [@ayuhito](https://github.com/ayuhito)! - fix(api): include variable icons metadata to variable api

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-api",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "Shared utilities for the workers",
"author": "Ayuhito <hello@ayuhito.com>",
Expand Down
9 changes: 9 additions & 0 deletions api/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# api

## 0.2.13

### Patch Changes

- [#906](https://github.com/fontsource/fontsource/pull/906) [`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c) Thanks [@ayuhito](https://github.com/ayuhito)! - fix(api): include variable icons metadata to variable api

- Updated dependencies [[`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c)]:
- common-api@0.1.7

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down
6 changes: 6 additions & 0 deletions api/upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# upload

## 0.1.3

### Patch Changes

- [#906](https://github.com/fontsource/fontsource/pull/906) [`35d51de765`](https://github.com/fontsource/fontsource/commit/35d51de76586110383a8e1ff9c414204b62e367c) Thanks [@ayuhito](https://github.com/ayuhito)! - fix(api): include variable icons metadata to variable api

## 0.1.2

### 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.2",
"version": "0.1.3",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down

0 comments on commit 6216b7d

Please sign in to comment.