Skip to content

Commit

Permalink
Merge branch 'main' of github.com:emunhoz/spotifood into main
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Apr 12, 2021
2 parents b83b271 + fdf70ae commit d58fee5
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
15 changes: 15 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/emunhoz/spotifood/compare/@monorepo/[email protected]...@monorepo/[email protected]) (2021-04-12)


### Features

* add debounce hook ([1daa483](https://github.com/emunhoz/spotifood/commit/1daa48350093c3a39684ec3ed159bb07101ca1c7))
* add search playlist name ([25b3291](https://github.com/emunhoz/spotifood/commit/25b32911366f8ed3f44018f3cd4dc27f9285bd8c))
* add service to get featured playlist from spotify api ([6f71ff5](https://github.com/emunhoz/spotifood/commit/6f71ff505df3609d7fa624883c4484ba306f03d2))
* add service to get filters data ([603539b](https://github.com/emunhoz/spotifood/commit/603539b47ddc149ba28ac3dd562e6d82e9e67222))
* move user to login page when token experied ([ea90fa2](https://github.com/emunhoz/spotifood/commit/ea90fa2e4b84de6a54b14d345953482d0f47c8b1))





## [0.6.1](https://github.com/emunhoz/spotifood/compare/@monorepo/[email protected]...@monorepo/[email protected]) (2021-04-09)

**Note:** Version bump only for package @monorepo/spotifood
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@monorepo/spotifood",
"version": "0.6.1",
"version": "0.7.0",
"private": true,
"dependencies": {
"@monorepo/design-tokens": "^0.2.0",
"@monorepo/ui-components": "^0.6.0",
"@monorepo/ui-components": "^0.6.1",
"axios": "^0.21.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/emunhoz/spotifood/compare/@commons/[email protected]...@commons/[email protected]) (2021-04-12)

**Note:** Version bump only for package @commons/stylelint-config





## [1.0.4](https://github.com/emunhoz/spotifood/compare/@commons/[email protected]...@commons/[email protected]) (2021-04-09)

**Note:** Version bump only for package @commons/stylelint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commons/stylelint-config",
"version": "1.0.4",
"version": "1.0.5",
"main": ".stylelintrc.js",
"license": "MIT",
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.1](https://github.com/emunhoz/spotifood/compare/@monorepo/[email protected]...@monorepo/[email protected]) (2021-04-12)

**Note:** Version bump only for package @monorepo/ui-components





# [0.6.0](https://github.com/emunhoz/spotifood/compare/@monorepo/[email protected]...@monorepo/[email protected]) (2021-04-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepo/ui-components",
"version": "0.6.0",
"version": "0.6.1",
"description": "Monorepo ui components",
"author": "emunhoz <[email protected]>",
"license": "ISC",
Expand Down

1 comment on commit d58fee5

@vercel
Copy link

@vercel vercel bot commented on d58fee5 Apr 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.