Skip to content

Commit

Permalink
build: revert "version-packages (#85)" (#87)
Browse files Browse the repository at this point in the history
This reverts commit c24874d.
  • Loading branch information
eegli authored Jan 2, 2024
1 parent 2e31a4b commit cd73d25
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 59 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-dancers-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@spotifly/cli': minor
---

The core CLI now supports the `profiles` command to list available Spotifly profiles.
9 changes: 9 additions & 0 deletions .changeset/lazy-dragons-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@spotifly/auth-token": major
"@spotifly/library": major
"@spotifly/utils": major
"@spotifly/core": major
"@spotifly/cli": major
---

The minimum node version has been bumped from 14 to 18.
11 changes: 0 additions & 11 deletions packages/auth-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @spotifly/auth-token

## 3.0.0

### Major Changes

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

### Patch Changes

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

## 3.0.0

### Major Changes

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

### Minor Changes

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

### Patch Changes

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

## 2.0.0

### Major Changes

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

## 1.2.4

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

## 3.0.0

### Major Changes

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

### Patch Changes

- Updated dependencies [6526e1e]
- @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": "3.0.0",
"version": "2.0.2",
"description": "Get your Spotify library via CLI",
"keywords": [
"spotify",
Expand Down
6 changes: 0 additions & 6 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @spotifly/utils

## 2.0.0

### Major Changes

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

0 comments on commit cd73d25

Please sign in to comment.