Skip to content

Commit

Permalink
Merge pull request #17 from ngx-primer/feature/accordion
Browse files Browse the repository at this point in the history
Feature/accordion
  • Loading branch information
elhakimdev authored Dec 1, 2024
2 parents dbf8607 + ba13559 commit f811eff
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## 0.0.2 (2024-12-01)

### 🚀 Features

- add package design system ([e0d1a78](https://github.com/ngx-primer/primer-ui/commit/e0d1a78))

### 🩹 Fixes

- fixing packcge json per dependencies ([cdc4049](https://github.com/ngx-primer/primer-ui/commit/cdc4049))
- implement base root accordion component ([2c42648](https://github.com/ngx-primer/primer-ui/commit/2c42648))
- add docs ([0cfbd66](https://github.com/ngx-primer/primer-ui/commit/0cfbd66))
- add id generation utils with interospection capability for genric componnet ([72ab09d](https://github.com/ngx-primer/primer-ui/commit/72ab09d))
- update readme ([99ae953](https://github.com/ngx-primer/primer-ui/commit/99ae953))
- fixing add license and readme ([bd59b69](https://github.com/ngx-primer/primer-ui/commit/bd59b69))
- add credit tags ([317e880](https://github.com/ngx-primer/primer-ui/commit/317e880))
- add project info ([d9c0618](https://github.com/ngx-primer/primer-ui/commit/d9c0618))
- uipdate readme ([2bbb119](https://github.com/ngx-primer/primer-ui/commit/2bbb119))
- fixing and migrate documentation to use analog js ([e9a410e](https://github.com/ngx-primer/primer-ui/commit/e9a410e))
- fixing al module boundaries issue ([c3dfe1c](https://github.com/ngx-primer/primer-ui/commit/c3dfe1c))
- fix strat documenting projects ([ec3d899](https://github.com/ngx-primer/primer-ui/commit/ec3d899))
- fix ci node js ([0e352ac](https://github.com/ngx-primer/primer-ui/commit/0e352ac))
- fixing context ([d9d85be](https://github.com/ngx-primer/primer-ui/commit/d9d85be))
- fixing ad accoridon all context an make it optional ([cddefaa](https://github.com/ngx-primer/primer-ui/commit/cddefaa))
- fixing remove un used conceept ([4a5ece7](https://github.com/ngx-primer/primer-ui/commit/4a5ece7))
- remove unused apps ([1fdba33](https://github.com/ngx-primer/primer-ui/commit/1fdba33))
- add base compoennt structure ([a46b9cb](https://github.com/ngx-primer/primer-ui/commit/a46b9cb))
- fixing all accordion base mechanisme ([c8a1428](https://github.com/ngx-primer/primer-ui/commit/c8a1428))
- format code ([98cd36c](https://github.com/ngx-primer/primer-ui/commit/98cd36c))

### ❤️ Thank You

- ATS - Elhakim Cool

## 0.0.2-0 (2024-11-17)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-primer/primitive/accordion",
"version": "0.0.2-0",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/slot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-primer/primitive/slot",
"version": "0.0.2-0",
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-primer/primitive/utilities",
"version": "0.0.2-0",
"version": "0.0.2",
"peerDependencies": {
"@angular/core": "^18.2.0",
"nanoid": "5.0.8"
Expand Down
12 changes: 12 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,17 @@
"storage": "tmp/local-registry/storage"
}
}
},
"release": {
"changelog": {
"projectChangelogs": {
"renderOptions": {
"authors": true,
"mapAuthorsToGitHubUsernames": true,
"commitReferences": true,
"versionTitleDate": true
}
}
}
}
}

0 comments on commit f811eff

Please sign in to comment.