@radix-ng/primitives 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.12.1 (2024-09-19)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - publish script ([1ecaf0c](https://github.com/radix-ng/primitives/commit/1ecaf0c))
7
+
1
8
  ## 0.12.0 (2024-09-19)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Primitives
2
2
 
3
- > Radix-NG is an unofficial Angular port of [Radix UI](https://www.radix-ui.com/), thus we share the same principal and vision when building primitives.
3
+ > Radix-NG is an unofficial Angular port of [Radix UI](https://www.radix-ui.com/),
4
+ > thus we share the same principal and vision when building primitives.
4
5
 
5
- Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.
6
+ Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience.
7
+ You can use these components either as the base layer of your design system, or adopt them incrementally.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radix-ng/primitives",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"