Skip to content

Commit 13b9f39

Browse files
chore(master): release yail 1.2.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 404a78b commit 13b9f39

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.6"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/Programmer-Network/yail/compare/yail-v1.1.6...yail-v1.2.0) (2025-10-24)
4+
5+
6+
### Features
7+
8+
* **Accordion:** 🎸 add animation in tailwind ([#4](https://github.com/Programmer-Network/yail/issues/4)) ([b7f01ab](https://github.com/Programmer-Network/yail/commit/b7f01ab8af255ffd2510a369a69df45f5409085c))
9+
* Add comprehensive icon library exports ([4bae7c1](https://github.com/Programmer-Network/yail/commit/4bae7c113d18ae91098432ed454686e3efe5369c))
10+
* Add ElevatedCard component with comprehensive functionality ([1d956a5](https://github.com/Programmer-Network/yail/commit/1d956a553f90b2b2bcaa9b8f446311803c8ef975))
11+
* Add exports field in package.json for better module resolution ([e6519d3](https://github.com/Programmer-Network/yail/commit/e6519d3b15ab781de9cbc653d342b2561cb485a4))
12+
* Add ImageDialog component with advanced image cropping function… ([#32](https://github.com/Programmer-Network/yail/issues/32)) ([f3dec15](https://github.com/Programmer-Network/yail/commit/f3dec15317a9a09570e27bb2526a611a8c7c0b34))
13+
* **DatePicker:** add minDate and maxDate props for date range selection ([db22850](https://github.com/Programmer-Network/yail/commit/db2285086904aa1c3548c562076b1131e86e80a0))
14+
* **DatePicker:** update value prop and add error handling ([02ed3fd](https://github.com/Programmer-Network/yail/commit/02ed3fdbf9190ba00bb0fb10784e3c9a00035dcf))
15+
* Enhance ImageDialog with FormData support and crop options ([291c5d2](https://github.com/Programmer-Network/yail/commit/291c5d2195d067dbe227371b7ff33ccd5df4798a))
16+
* Refactor CI workflows to streamline processes and add publish functionality ([ce1790d](https://github.com/Programmer-Network/yail/commit/ce1790da0a886547a2bd73cad76e45e7446bbe55))
17+
* unify tooling, exports and component structure ([#38](https://github.com/Programmer-Network/yail/issues/38)) ([02c081f](https://github.com/Programmer-Network/yail/commit/02c081f1d54469b9bd53be1596dc93a288f2e0c0))
18+
* Update color scheme and component styling ([ab53a50](https://github.com/Programmer-Network/yail/commit/ab53a50b3cabd4e7925bc84a7d708c146940add8))
19+
* Update Dropdown component to use structured icon props ([c0c211f](https://github.com/Programmer-Network/yail/commit/c0c211fd7fe7777eb4aadca86bdce131906634b5))
20+
* Update GitHub Actions workflow to use 'master' branch for releases ([fd4e3dd](https://github.com/Programmer-Network/yail/commit/fd4e3dd7e1378fd9e8cce5787576a0cfd270324a))
21+
* Update Tiptap component with new Confirming and Error states ([ce74aaa](https://github.com/Programmer-Network/yail/commit/ce74aaaaf9b923765fa91fb80c6388a80efb6b7b))
22+
23+
24+
### Bug Fixes
25+
26+
* Add release configuration and update CI workflows for Node.js version ([8994992](https://github.com/Programmer-Network/yail/commit/89949926d0f1d28b6d09014bc5bb6b17f6025e41))
27+
* improves the visibilty of selected likes or dislikes. ([#30](https://github.com/Programmer-Network/yail/issues/30)) ([79fbe76](https://github.com/Programmer-Network/yail/commit/79fbe76a13235843c325429d1acb8acf03c94d67))
28+
* Update CHANGELOG and modify GitHub Actions workflow for release process ([f8f83ef](https://github.com/Programmer-Network/yail/commit/f8f83ef5539caa3d8d984a0639dd60b0845683f5))
29+
330
## [1.3.0](https://github.com/Programmer-Network/yail/compare/v1.2.0...v1.3.0) (2025-10-24)
431

532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/yail",
3-
"version": "1.3.0",
3+
"version": "1.2.0",
44
"description": "Programmer Network's official UI library for React",
55
"author": "Aleksandar Grbic - (https://programmer.network)",
66
"publishConfig": {

0 commit comments

Comments
 (0)