Skip to content

Commit

Permalink
version-packages (#88)
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 Jan 2, 2024
1 parent ec7c6be commit 0629d89
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-dancers-brake.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-dragons-whisper.md

This file was deleted.

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

## 3.0.0

### Major Changes

- cd73d25: The minimum node version has been bumped from 14 to 18.

### Patch Changes

- Updated dependencies [cd73d25]
- @spotifly/utils@2.0.0

## 2.0.1

### Patch 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": "2.0.1",
"version": "3.0.0",
"description": "A simple utility for retrieving Spotify authentication and refresh tokens. Supports programmatic and CLI use",
"keywords": [
"spotify",
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @spotifly/cli

## 3.0.0

### Major Changes

- cd73d25: The minimum node version has been bumped from 14 to 18.

### Minor Changes

- cd73d25: The core CLI now supports the `profiles` command to list available Spotifly profiles.

### Patch Changes

- Updated dependencies [cd73d25]
- @spotifly/auth-token@3.0.0
- @spotifly/library@3.0.0
- @spotifly/utils@2.0.0
- @spotifly/core@2.0.0

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

## 2.0.0

### Major Changes

- cd73d25: The minimum node version has been bumped from 14 to 18.

## 1.2.4

### Patch Changes
Expand Down Expand Up @@ -32,7 +38,7 @@
- 7b4ce4c: All named exports are now also available as properties of the default export. The following two examples are equivalent.

```ts
import { initialize, isError } from '@spotifly/core';
import { initialize, isError } from "@spotifly/core";
```

```ts
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": "1.2.4",
"version": "2.0.0",
"description": "Core for Spotifly",
"keywords": [
"spotify",
Expand Down
12 changes: 12 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @spotifly/library

## 3.0.0

### Major Changes

- cd73d25: The minimum node version has been bumped from 14 to 18.

### Patch Changes

- Updated dependencies [cd73d25]
- @spotifly/utils@2.0.0
- @spotifly/core@2.0.0

## 2.0.2

### 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": "2.0.2",
"version": "3.0.0",
"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.0

### Major Changes

- cd73d25: The minimum node version has been bumped from 14 to 18.

## 1.0.1

### Patch 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": "1.0.1",
"version": "2.0.0",
"description": "Utility package for Spotifly",
"keywords": [
"spotifly",
Expand Down

0 comments on commit 0629d89

Please sign in to comment.