Skip to content

Commit 459ace3

Browse files
chore(master): release 1.1.0 (#99)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f8e199 commit 459ace3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/fachryafrz/popcorn-vision/compare/v1.0.0...v1.1.0) (2025-02-24)
4+
5+
6+
### Features
7+
8+
* **auth:** add option to disable retry on error for useAuth hook ([#101](https://github.com/fachryafrz/popcorn-vision/issues/101)) ([6228a3d](https://github.com/fachryafrz/popcorn-vision/commit/6228a3d3d82c11fac73ba892239b0751de744dce))
9+
* **FilmDirector:** update to support multiple directors and improve rendering ([#100](https://github.com/fachryafrz/popcorn-vision/issues/100)) ([ef8a4f5](https://github.com/fachryafrz/popcorn-vision/commit/ef8a4f5cababef1bf985c1b07b934ce805171b2f))
10+
* **FilmGrid:** add initial loading state and improve loading indicators ([#98](https://github.com/fachryafrz/popcorn-vision/issues/98)) ([92bad97](https://github.com/fachryafrz/popcorn-vision/commit/92bad97e1d4e6bcdea7712e19d93845e04ced68a))
11+
* **Search:** add toggle separation for supported filters ([#102](https://github.com/fachryafrz/popcorn-vision/issues/102)) ([3f8e199](https://github.com/fachryafrz/popcorn-vision/commit/3f8e1990664109acf2db090287bcd635780e9473))
12+
313
## 1.0.0 (2025-02-22)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "popcorn-vision",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)