We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4db61 commit a7d6e24Copy full SHA for a7d6e24
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 0.0.3 (2024-11-07)
2
+
3
4
+### 🩹 Fixes
5
6
+- fix json configuration error ([f8a0402](https://github.com/ngx-primer/primer-ui/commit/f8a0402))
7
8
+### ❤️ Thank You
9
10
+- ElhakimDev99
11
12
## 0.0.2 (2024-11-07)
13
14
packages/accordion/accordion-root/package.json
@@ -1,9 +1,10 @@
{
- "name": "@ngx-primer-accordion",
- "version": "0.0.2",
+ "name": "ngx-primer-accordion-root",
+ "version": "0.0.3",
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
},
+ "private": true,
"sideEffects": false
}
0 commit comments