Skip to content

Commit

Permalink
Releases with updated dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad authored Sep 17, 2024
1 parent f5bc6a1 commit ee60f08
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/catalogue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-09-17

### Changed

- Update to latest `openapi-fetch`

## [0.3.0] - 2024-09-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/catalogue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/catalogue",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/playlist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-09-17

### Changed

- Update to latest `openapi-fetch`

## [0.1.0] - 2024-09-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/playlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/playlist",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-09-17

### Changed

- Update to latest `openapi-fetch`

## [0.3.0] - 2024-09-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/search",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/user/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-09-17

### Changed

- Update to latest `openapi-fetch`

## [0.1.0] - 2024-09-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/user",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit ee60f08

Please sign in to comment.