Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jordanshatford committed Mar 17, 2024
1 parent 0d8b6d8 commit 9fcbd47
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-rivers-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-hounds-drum.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- Updated dependencies [[`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e), [`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e)]:
- @yd/client@1.1.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yd/extension",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"description": "YouTube Downloader browser extension.",
"author": "Jordan Shatford <[email protected]>",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yd/web

## 1.0.3

### Patch Changes

- Updated dependencies [[`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e), [`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e)]:
- @yd/client@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yd/web",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @yd/client

## 1.1.0

### Minor Changes

- feat: regenerate with version 0.27.29 of openapi-typescript-codegen ([`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e))

- feat: remove blob support patch that was upstreamed ([`64d54a9b2416e07a9c9ed84b8feadec7d425f52e`](https://github.com/jordanshatford/youtube-downloader/commit/64d54a9b2416e07a9c9ed84b8feadec7d425f52e))

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yd/client",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "./src/index.ts",
"scripts": {
Expand Down

0 comments on commit 9fcbd47

Please sign in to comment.