@nimbus-ds/scripts 1.0.0 → 1.1.0-rc.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  This package is intended for internal use in generating custom script builds at design system build time.
4
4
 
5
+ ## 2023-03-24 `1.1.0`
6
+
7
+ ### 💡 Others
8
+
9
+ - Added feature to generate as property on polymorphic components. ([#132](https://github.com/TiendaNube/nimbus-design-system/pull/132) by [@juniorconquista](https://github.com/juniorconquista))
10
+
5
11
  ## 2023-03-19 `1.0.0`
6
12
 
7
13
  ### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/scripts",
3
- "version": "1.0.0",
3
+ "version": "1.1.0-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -19,5 +19,6 @@
19
19
  "devDependencies": {
20
20
  "change-case": "^4.1.2",
21
21
  "typescript-json-schema": "^0.55.0"
22
- }
22
+ },
23
+ "stableVersion": "1.0.0"
23
24
  }