Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"libs/angular-gsap": "1.1.0"
"libs/angular-3d": "1.1.0",
"libs/angular-gsap": "1.0.0"
}
24 changes: 24 additions & 0 deletions libs/angular-gsap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [1.1.0](https://github.com/Hive-Academy/angular-3d/compare/angular-gsap@1.0.0...angular-gsap@1.1.0) (2026-01-20)


### Features

* **angular-gsap:** add waitFor property to scroll and viewport animations ([0d82bdb](https://github.com/Hive-Academy/angular-3d/commit/0d82bdbfa9c5b68fad16b082ac5aa71c47a589dd))
* **angular-gsap:** add waitFor property to viewport animations ([8a9f32f](https://github.com/Hive-Academy/angular-3d/commit/8a9f32fb6f64e2ba5e07d172a54b9b19134029ad))
* **angular-gsap:** batch 1 - core service and provider functions ([90a2a31](https://github.com/Hive-Academy/angular-3d/commit/90a2a31990ea63a397d1f8057264e4639c4afc3c))
* **angular-gsap:** batch 3 - update demo app and public exports ([d29e3e1](https://github.com/Hive-Academy/angular-3d/commit/d29e3e1e95e26a3372a2bc1b01e6846fe40ad812))
* **angular-gsap:** batch 3 - update demo app and public exports ([4918035](https://github.com/Hive-Academy/angular-3d/commit/4918035921a957a409fa6e0513a9506049ad37f2))
* **demo:** integrate glass sphere hero into home page ([e7c8e57](https://github.com/Hive-Academy/angular-3d/commit/e7c8e57e2767fb0f24617242cdb8b0c27865d30e))


### Bug Fixes

* **angular-3d:** address p3 minor issues from qa review ([f25f6a3](https://github.com/Hive-Academy/angular-3d/commit/f25f6a300b956dc3067b5aa6eeef4ab84ae30c2d))
* **angular-3d:** address QA review issues in troika text components ([8b8281b](https://github.com/Hive-Academy/angular-3d/commit/8b8281bb44df1815df3d3b019d31526c80f39a9a))
* **angular-3d:** resolve lifecycle hooks and test issues ([0e653b8](https://github.com/Hive-Academy/angular-3d/commit/0e653b86c3149e19e46e442069828048bb0032f6))
* **angular-gsap:** use export type for interface re-exports ([9a51596](https://github.com/Hive-Academy/angular-3d/commit/9a51596f07d2fd36c3b3086ba52321b2540c43de))
* **deps:** correct repository URLs for npm provenance verification ([c49046f](https://github.com/Hive-Academy/angular-3d/commit/c49046ff3223d420a2b828f5a603bb516f545df5))
* **deps:** move access property to publishConfig for npm provenance ([61482e1](https://github.com/Hive-Academy/angular-3d/commit/61482e1ed4976a0651a031b27fb3d1edfe836ad4))
* **deps:** move access property to publishConfig for npm provenance ([f0c7326](https://github.com/Hive-Academy/angular-3d/commit/f0c7326328bb7bdd34dace3b0846b9e3c292bc17))
2 changes: 1 addition & 1 deletion libs/angular-gsap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hive-academy/angular-gsap",
"version": "1.0.0",
"version": "1.1.0",
"description": "GSAP-powered scroll animations for Angular - Declarative scroll-triggered animations with ScrollTrigger integration",
"keywords": [
"angular",
Expand Down