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 Nov 8, 2024
1 parent 676c32e commit 59d2b69
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/silly-kids-study.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- feat: update to svelte 5 ([`624641e`](https://github.com/jordanshatford/youtube-downloader/commit/624641e5699d36be76a293cf285fde612484d95f))

### Patch Changes

- Updated dependencies [[`624641e`](https://github.com/jordanshatford/youtube-downloader/commit/624641e5699d36be76a293cf285fde612484d95f)]:
- @yd/ui@1.2.0

## 0.5.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.5.0",
"version": "0.6.0",
"license": "MIT",
"type": "module",
"description": "YouTube Downloader browser extension.",
Expand Down
11 changes: 11 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @yd/web

## 1.3.0

### Minor Changes

- feat: update to svelte 5 ([`624641e`](https://github.com/jordanshatford/youtube-downloader/commit/624641e5699d36be76a293cf285fde612484d95f))

### Patch Changes

- Updated dependencies [[`624641e`](https://github.com/jordanshatford/youtube-downloader/commit/624641e5699d36be76a293cf285fde612484d95f)]:
- @yd/ui@1.2.0

## 1.2.0

### Minor 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.2.0",
"version": "1.3.0",
"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.2.0

### Minor Changes

- feat: update to svelte 5 ([`624641e`](https://github.com/jordanshatford/youtube-downloader/commit/624641e5699d36be76a293cf285fde612484d95f))

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0",
"license": "MIT",
"type": "module",
"svelte": "./src/lib/index.ts",
Expand Down

0 comments on commit 59d2b69

Please sign in to comment.