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 Feb 15, 2024
1 parent 07fed56 commit cedb468
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/odd-yaks-attend.md

This file was deleted.

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

## 1.0.0

### Major Changes

- feat: initial release using changesets ([`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273))
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@yd/api",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"description": "API to search and download YouTube videos in various formats.",
"repository": {
"type": "git",
"url": "https://github.com/jordanshatford/youtube-downloader"
},
"type": "git",
"url": "https://github.com/jordanshatford/youtube-downloader"
},
"exports": {
".": "./openapi.json"
},
Expand Down
9 changes: 9 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @yd/extension

## 0.1.1

### Patch Changes

- Updated dependencies [[`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273)]:
- @yd/client@1.0.0
- @yd/ui@1.0.0
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.1.0",
"version": "0.1.1",
"description": "YouTube Downloader browser extension.",
"author": "Jordan Shatford <[email protected]>",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @yd/web

## 1.0.0

### Major Changes

- feat: initial release using changesets ([`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273))

### Patch Changes

- Updated dependencies [[`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273)]:
- @yd/client@1.0.0
- @yd/ui@1.0.0
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": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @yd/client

## 1.0.0

### Major Changes

- feat: initial release using changesets ([`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273))
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": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "./src/index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @yd/config

## 1.0.0

### Major Changes

- feat: initial release using changesets ([`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273))
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yd/config",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"exports": {
"./eslint/typescript": "./eslint/typescript.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @yd/ui

## 1.0.0

### Major Changes

- feat: initial release using changesets ([`c312038d585aecc5b0e43c5d35fe0f26c17d3273`](https://github.com/jordanshatford/youtube-downloader/commit/c312038d585aecc5b0e43c5d35fe0f26c17d3273))
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": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"svelte": "./src/lib/index.ts",
Expand Down

0 comments on commit cedb468

Please sign in to comment.