Skip to content

Commit fe3936f

Browse files
chore(release): 1.39.0 [skip ci]
# [1.39.0](v1.38.6...v1.39.0) (2026-04-04) ### Bug Fixes * root factory variable Module ([811bfe4](811bfe4)) * root factory variable Module ([4de7567](4de7567)) * signup ([0d9773f](0d9773f)) * Update TODO comment to include a period at the end. ([ce07c87](ce07c87)) ### Features * update user status to online/offline/idle and corresponding UI changes ([086e970](086e970))
1 parent ce07c87 commit fe3936f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.39.0](https://github.com/CoCreate-app/CoCreate-users/compare/v1.38.6...v1.39.0) (2026-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* root factory variable Module ([811bfe4](https://github.com/CoCreate-app/CoCreate-users/commit/811bfe4c97da3d619df4ddb577194baac584fff6))
7+
* root factory variable Module ([4de7567](https://github.com/CoCreate-app/CoCreate-users/commit/4de7567d186b230211c579a311714668a8b3fc1a))
8+
* signup ([0d9773f](https://github.com/CoCreate-app/CoCreate-users/commit/0d9773ff411dbfb1428bfff5755aae0cc36c1549))
9+
* Update TODO comment to include a period at the end. ([ce07c87](https://github.com/CoCreate-app/CoCreate-users/commit/ce07c873b38b8b3925ccb048f91b5fabdb591c31))
10+
11+
12+
### Features
13+
14+
* update user status to online/offline/idle and corresponding UI changes ([086e970](https://github.com/CoCreate-app/CoCreate-users/commit/086e97008381a7bfc0c73a024d34c537110e0478))
15+
116
## [1.38.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.38.5...v1.38.6) (2026-02-04)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/users",
3-
"version": "1.38.6",
3+
"version": "1.39.0",
44
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"users",

0 commit comments

Comments
 (0)