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 15, 2024
1 parent 22f2617 commit 91ea1d8
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-masks-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-bugs-travel.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- feat: move initialize theme function to ui package ([`22f2617dd69fb1514d2ceb64251261a2d7b4365b`](https://github.com/jordanshatford/youtube-downloader/commit/22f2617dd69fb1514d2ceb64251261a2d7b4365b))

- feat: add ability to restart, delete, and get download in popup (closes: 198) ([`715dc85292f8fc9d4fb1ead3d398c0987b832da8`](https://github.com/jordanshatford/youtube-downloader/commit/715dc85292f8fc9d4fb1ead3d398c0987b832da8))

### Patch Changes

- Updated dependencies [[`22f2617dd69fb1514d2ceb64251261a2d7b4365b`](https://github.com/jordanshatford/youtube-downloader/commit/22f2617dd69fb1514d2ceb64251261a2d7b4365b)]:
- @yd/ui@1.1.0

## 0.2.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.2.0",
"version": "0.3.0",
"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.2

### Patch Changes

- Updated dependencies [[`22f2617dd69fb1514d2ceb64251261a2d7b4365b`](https://github.com/jordanshatford/youtube-downloader/commit/22f2617dd69fb1514d2ceb64251261a2d7b4365b)]:
- @yd/ui@1.1.0

## 1.0.1

### 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.1",
"version": "1.0.2",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yd/ui

## 1.1.0

### Minor Changes

- feat: move initialize theme function to ui package ([`22f2617dd69fb1514d2ceb64251261a2d7b4365b`](https://github.com/jordanshatford/youtube-downloader/commit/22f2617dd69fb1514d2ceb64251261a2d7b4365b))

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yd/ui",
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"svelte": "./src/lib/index.ts",
Expand Down

0 comments on commit 91ea1d8

Please sign in to comment.