Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chornos13 committed Jan 20, 2021
1 parent 91a7129 commit 9d9e739
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0 (2021-01-20)


### ⚠ BREAKING CHANGES

* **query:** update querying (filter, sort, and query) function
* **core:** - React Query -> v.3
- ApiCall, Fetcher

### Features

* **core:** update core base ([863bae9](https://github.com/mokkapps/changelog-generator-demo/commits/863bae950676e765f9f313cdc3563018a9cc71c4))
* **core:** update testing and add query url ([db7130d](https://github.com/mokkapps/changelog-generator-demo/commits/db7130d9647bfe324fa73e2bde8073f20282eb3d))
* **query:** export type UseUrlQueryOptions ([1115b86](https://github.com/mokkapps/changelog-generator-demo/commits/1115b86267c01149f4a53fd5386ac649e2d7b468))
* **query:** update filter, sorted and query method ([38fa3d9](https://github.com/mokkapps/changelog-generator-demo/commits/38fa3d95ac750ca4f7be7786da28a4e4cb2aaa52))
* **query:** update querying (filter, sort, and query) function ([5d25d51](https://github.com/mokkapps/changelog-generator-demo/commits/5d25d51a5c5fe2e1062f70171f46ffefb5d49f58))
* **react-query:** change swr to react-query ([92b222e](https://github.com/mokkapps/changelog-generator-demo/commits/92b222eb579b005e770f4a5b4608a86a81248660))
* **react-query:** change swr to react-query ([0ca828a](https://github.com/mokkapps/changelog-generator-demo/commits/0ca828a615b0a6c916c05b4c5be0f22dbbb58abc))
* **storybook:** implement storybook example ([d4478e9](https://github.com/mokkapps/changelog-generator-demo/commits/d4478e909cf7092192dd70498d89af737491e48c))


### Bug Fixes

* **layout:** update layout height to match screen height ([e2f936c](https://github.com/mokkapps/changelog-generator-demo/commits/e2f936c67fbab8223e52a3f3004a9ec9f7d28135))
* **query:** bug recreated QueryUrl instead memoized ([730ecfa](https://github.com/mokkapps/changelog-generator-demo/commits/730ecfaf5a8c58692e7356cf919dfe668ff9a189))
* **style:** fixing bug style being reset when page changed (nextjs bug) ([05866ea](https://github.com/mokkapps/changelog-generator-demo/commits/05866ea61f251cee1534162fc08914238ff4e654))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-concept",
"version": "2.0.0",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS=\"-r esm\" next -p 3333",
"build": "cross-env NODE_OPTIONS=\"-r esm\" next build",
Expand Down

0 comments on commit 9d9e739

Please sign in to comment.