Skip to content

Commit 7d23499

Browse files
Merge pull request #24 from Hive-Academy/release-please--branches--main--components--angular-gsap
chore(release): angular-gsap 1.1.0
2 parents b4d65fe + 0e4794d commit 7d23499

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2+
"libs/angular-gsap": "1.1.0"
23
"libs/angular-3d": "1.1.0",
3-
"libs/angular-gsap": "1.0.0"
44
}

libs/angular-gsap/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/Hive-Academy/angular-3d/compare/angular-gsap@1.0.0...angular-gsap@1.1.0) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* **angular-gsap:** add waitFor property to scroll and viewport animations ([0d82bdb](https://github.com/Hive-Academy/angular-3d/commit/0d82bdbfa9c5b68fad16b082ac5aa71c47a589dd))
9+
* **angular-gsap:** add waitFor property to viewport animations ([8a9f32f](https://github.com/Hive-Academy/angular-3d/commit/8a9f32fb6f64e2ba5e07d172a54b9b19134029ad))
10+
* **angular-gsap:** batch 1 - core service and provider functions ([90a2a31](https://github.com/Hive-Academy/angular-3d/commit/90a2a31990ea63a397d1f8057264e4639c4afc3c))
11+
* **angular-gsap:** batch 3 - update demo app and public exports ([d29e3e1](https://github.com/Hive-Academy/angular-3d/commit/d29e3e1e95e26a3372a2bc1b01e6846fe40ad812))
12+
* **angular-gsap:** batch 3 - update demo app and public exports ([4918035](https://github.com/Hive-Academy/angular-3d/commit/4918035921a957a409fa6e0513a9506049ad37f2))
13+
* **demo:** integrate glass sphere hero into home page ([e7c8e57](https://github.com/Hive-Academy/angular-3d/commit/e7c8e57e2767fb0f24617242cdb8b0c27865d30e))
14+
15+
16+
### Bug Fixes
17+
18+
* **angular-3d:** address p3 minor issues from qa review ([f25f6a3](https://github.com/Hive-Academy/angular-3d/commit/f25f6a300b956dc3067b5aa6eeef4ab84ae30c2d))
19+
* **angular-3d:** address QA review issues in troika text components ([8b8281b](https://github.com/Hive-Academy/angular-3d/commit/8b8281bb44df1815df3d3b019d31526c80f39a9a))
20+
* **angular-3d:** resolve lifecycle hooks and test issues ([0e653b8](https://github.com/Hive-Academy/angular-3d/commit/0e653b86c3149e19e46e442069828048bb0032f6))
21+
* **angular-gsap:** use export type for interface re-exports ([9a51596](https://github.com/Hive-Academy/angular-3d/commit/9a51596f07d2fd36c3b3086ba52321b2540c43de))
22+
* **deps:** correct repository URLs for npm provenance verification ([c49046f](https://github.com/Hive-Academy/angular-3d/commit/c49046ff3223d420a2b828f5a603bb516f545df5))
23+
* **deps:** move access property to publishConfig for npm provenance ([61482e1](https://github.com/Hive-Academy/angular-3d/commit/61482e1ed4976a0651a031b27fb3d1edfe836ad4))
24+
* **deps:** move access property to publishConfig for npm provenance ([f0c7326](https://github.com/Hive-Academy/angular-3d/commit/f0c7326328bb7bdd34dace3b0846b9e3c292bc17))

libs/angular-gsap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hive-academy/angular-gsap",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "GSAP-powered scroll animations for Angular - Declarative scroll-triggered animations with ScrollTrigger integration",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)