Skip to content

Commit

Permalink
version-packages (#92)
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] authored Mar 22, 2024
1 parent 19e988c commit 9f3292b
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/stupid-trees-drum.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/auth-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @spotifly/auth-token

## 3.0.1

### Patch Changes

- 19e988c: Upgrade dependencies and remove outdated packages
- Updated dependencies [19e988c]
- @spotifly/utils@2.0.1

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotifly/auth-token",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple utility for retrieving Spotify authentication and refresh tokens. Supports programmatic and CLI use",
"keywords": [
"spotify",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spotifly/cli

## 3.0.1

### Patch Changes

- 19e988c: Upgrade dependencies and remove outdated packages
- Updated dependencies [19e988c]
- @spotifly/auth-token@3.0.1
- @spotifly/library@3.0.1
- @spotifly/utils@2.0.1

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotifly/cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "The CLI for Spotifly",
"keywords": [
"cli",
Expand Down
8 changes: 8 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @spotifly/library

## 3.0.1

### Patch Changes

- 19e988c: Upgrade dependencies and remove outdated packages
- Updated dependencies [19e988c]
- @spotifly/utils@2.0.1

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotifly/library",
"version": "3.0.0",
"version": "3.0.1",
"description": "Get your Spotify library via CLI",
"keywords": [
"spotify",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spotifly/utils

## 2.0.1

### Patch Changes

- 19e988c: Upgrade dependencies and remove outdated packages

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotifly/utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility package for Spotifly",
"keywords": [
"spotifly",
Expand Down

0 comments on commit 9f3292b

Please sign in to comment.