Skip to content

Commit af7ed95

Browse files
chore(release): @tymber/user@0.1.0
1 parent 2cab015 commit af7ed95

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This repository contains the following packages:
100100
| `@tymber/client` | Dependency-less client that can be used in a frontend project or for tests | [`0.1.0`](packages/client/CHANGELOG.md) |
101101
| `@tymber/core` | The internals of the framework | [`0.2.0`](packages/core/CHANGELOG.md) |
102102
| `@tymber/admin` | The admin module | [`0.1.0`](packages/admin/CHANGELOG.md) |
103-
| `@tymber/user` | The user module | [`0.0.1`](packages/user/CHANGELOG.md) |
103+
| `@tymber/user` | The user module | [`0.1.0`](packages/user/CHANGELOG.md) |
104104
| `@tymber/postgres` | The PostgreSQL module (DB & PubSubService components) | [`0.1.0`](packages/postgres/CHANGELOG.md) |
105105
| `@tymber/sqlite` | The SQLite module | [`0.1.0`](packages/sqlite/CHANGELOG.md) |
106106

packages/user/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
| Release | Date |
44
|--------------------------|---------------|
5+
| [0.1.0](#010-2026-02-19) | February 2026 |
56
| [0.0.1](#001-2026-01-27) | January 2026 |
67

8+
## [0.1.0](https://github.com/tymber-framework/tymber/compare/@tymber/user@0.0.1...@tymber/user@0.1.0) (2026-02-19)
9+
10+
11+
### Features
12+
13+
* add audit logs ([b00e48e](https://github.com/tymber-framework/tymber/commit/b00e48e3ed8ec49bf22bf8b579d00b5cf2ccb161))
14+
715

816
## 0.0.1 (2026-01-27)
917

packages/user/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tymber/user",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "User module for the Tymber framework",
55
"license": "MIT",
66
"author": "Damien ARRACHEQUESNE",

packages/user/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ListGroupsForUser } from "./admin-endpoints/ListGroupsForUser.js";
1919

2020
export const UserModule: Module = {
2121
name: "@tymber/user",
22-
version: "0.0.1",
22+
version: "0.1.0",
2323

2424
assetsDir: join(import.meta.dirname, "..", "assets"),
2525

0 commit comments

Comments
 (0)