diff --git a/.changeset/chilled-dancers-brake.md b/.changeset/chilled-dancers-brake.md deleted file mode 100644 index 9ea2334..0000000 --- a/.changeset/chilled-dancers-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@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 deleted file mode 100644 index 105b3b6..0000000 --- a/.changeset/lazy-dragons-whisper.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@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 2d42619..6a0cc52 100644 --- a/packages/auth-token/CHANGELOG.md +++ b/packages/auth-token/CHANGELOG.md @@ -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 diff --git a/packages/auth-token/package.json b/packages/auth-token/package.json index 0696ada..6c6be2c 100644 --- a/packages/auth-token/package.json +++ b/packages/auth-token/package.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 092156e..5533a76 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index adfeaf8..e688400 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/cli", - "version": "2.1.1", + "version": "3.0.0", "description": "The CLI for Spotifly", "keywords": [ "cli", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7ea1a30..e334e8e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 4cbbb19..2e7cd34 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/core", - "version": "1.2.4", + "version": "2.0.0", "description": "Core for Spotifly", "keywords": [ "spotify", diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index 8d1f2c7..0fbbcd2 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -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 diff --git a/packages/library/package.json b/packages/library/package.json index 7cd051b..cf2d45f 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/library", - "version": "2.0.2", + "version": "3.0.0", "description": "Get your Spotify library via CLI", "keywords": [ "spotify", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 6930e60..d88e3d4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package.json b/packages/utils/package.json index e170af9..9a90ab0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@spotifly/utils", - "version": "1.0.1", + "version": "2.0.0", "description": "Utility package for Spotifly", "keywords": [ "spotifly",