Skip to content

Commit

Permalink
version-packages (#95)
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 Oct 19, 2024
1 parent 5bde726 commit 95d275c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-flies-flow.md

This file was deleted.

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

## 3.0.2

### Patch Changes

- Updated dependencies [5bde726]
- @spotifly/core@2.0.1
- @spotifly/library@3.0.2

## 3.0.1

### Patch 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.1",
"version": "3.0.2",
"description": "The CLI for Spotifly",
"keywords": [
"cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spotifly/core

## 2.0.1

### Patch Changes

- 5bde726: Fix literal type params

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spotifly/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Core for Spotifly",
"keywords": [
"spotify",
Expand Down
7 changes: 7 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotifly/library

## 3.0.2

### Patch Changes

- Updated dependencies [5bde726]
- @spotifly/core@2.0.1

## 3.0.1

### Patch 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.1",
"version": "3.0.2",
"description": "Get your Spotify library via CLI",
"keywords": [
"spotify",
Expand Down

0 comments on commit 95d275c

Please sign in to comment.