diff --git a/.changeset/chilled-dancers-brake.md b/.changeset/chilled-dancers-brake.md new file mode 100644 index 0000000..9ea2334 --- /dev/null +++ b/.changeset/chilled-dancers-brake.md @@ -0,0 +1,5 @@ +--- +'@spotifly/cli': minor +--- + +The core CLI now supports the `profiles` command to list available Spotifly profiles. diff --git a/.changeset/lazy-dragons-whisper.md b/.changeset/lazy-dragons-whisper.md new file mode 100644 index 0000000..105b3b6 --- /dev/null +++ b/.changeset/lazy-dragons-whisper.md @@ -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. diff --git a/packages/auth-token/CHANGELOG.md b/packages/auth-token/CHANGELOG.md index e690d39..2d42619 100644 --- a/packages/auth-token/CHANGELOG.md +++ b/packages/auth-token/CHANGELOG.md @@ -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 diff --git a/packages/auth-token/package.json b/packages/auth-token/package.json index 6c6be2c..0696ada 100644 --- a/packages/auth-token/package.json +++ b/packages/auth-token/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b6c4762..092156e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index e688400..adfeaf8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/cli", - "version": "3.0.0", + "version": "2.1.1", "description": "The CLI for Spotifly", "keywords": [ "cli", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 33328bb..7ea1a30 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 2e7cd34..4cbbb19 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/core", - "version": "2.0.0", + "version": "1.2.4", "description": "Core for Spotifly", "keywords": [ "spotify", diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index b3d001f..8d1f2c7 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -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 diff --git a/packages/library/package.json b/packages/library/package.json index cf2d45f..7cd051b 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/library", - "version": "3.0.0", + "version": "2.0.2", "description": "Get your Spotify library via CLI", "keywords": [ "spotify", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 506a121..6930e60 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 9a90ab0..e170af9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/utils", - "version": "2.0.0", + "version": "1.0.1", "description": "Utility package for Spotifly", "keywords": [ "spotifly",