@nimbus-ds/typings 1.0.0 → 1.1.0-rc.2

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 creating components with polymorphic typing.
4
4
 
5
+ ## 2023-03-24 `1.1.0`
6
+
7
+ ### 🎉 New features
8
+
9
+ - Added useRefObjectAsForwardedRef hook used to sync ref object with forwarded ref and allow local access to instance reference with `.current`. ([#132](https://github.com/TiendaNube/nimbus-design-system/pull/132) by [@juniorconquista](https://github.com/juniorconquista))
10
+
5
11
  ## 2023-02-08 `1.0.0`
6
12
 
7
13
  ### 🎉 New features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/typings",
3
- "version": "1.0.0",
3
+ "version": "1.1.0-rc.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -15,5 +15,6 @@
15
15
  },
16
16
  "bugs": {
17
17
  "url": "https://github.com/TiendaNube/nimbus-design-system/issues"
18
- }
18
+ },
19
+ "stableVersion": "1.0.0"
19
20
  }