Skip to content

Commit 7cb34bf

Browse files
chore(release): 0.0.1
1 parent 793d556 commit 7cb34bf

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.0.1 (2025-12-04)
6+
7+
8+
### Features
9+
10+
* add Pinia state management library ([4fa5839](https://github.com/linagora/linid-im-front-community-plugins/commit/4fa583965318246255acf7487e31af0f47408a7b))
11+
* migrate to @module-federation/vite and fix Nx build ([3013f50](https://github.com/linagora/linid-im-front-community-plugins/commit/3013f50cf75e846be0dc469e284bc436bf20d36c))
12+
* setup pull-request workflow ([f2510d1](https://github.com/linagora/linid-im-front-community-plugins/commit/f2510d1c6a9bd3239efe2f5789805dd6dae9e35f))
13+
* setup release workflow ([793d556](https://github.com/linagora/linid-im-front-community-plugins/commit/793d5566a05bf4e863e2b1eac323044fb94499fb))
14+
* **test:** add Vitest configuration and test infrastructure ([a7dae1a](https://github.com/linagora/linid-im-front-community-plugins/commit/a7dae1a5930c6041c153032e2a20ff01d3f1bf5e))
15+
16+
17+
### Bug Fixes
18+
19+
* configure catalog-ui for Module Federation runtime ([39afa02](https://github.com/linagora/linid-im-front-community-plugins/commit/39afa024bf8179c0592760266931cd8ef08ac949))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linid-im-front-community-plugins/source",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"build": "nx run-many -t build",
66
"lint": "nx run-many -t lint",

0 commit comments

Comments
 (0)