@nimbus-ds/select 1.1.0-rc.1 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  Use a select box when a user needs to select one option from a list.
4
4
 
5
+ ## 2022-12-07 `1.2.0`
6
+
7
+ ### 🎉 New features
8
+
9
+ - Changed build build to consume inner package `@nimbus-ds/webpack`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
10
+
11
+ ### 📚 3rd party library updates
12
+
13
+ - Removed `terser-webpack-plugin@5.3.5`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
14
+ - Removed `ts-loader@9.3.1`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
15
+ - Removed `webpack-cli@4.10.0`. ([#63](https://github.com/TiendaNube/nimbus-design-system/pull/63) by [@juniorconquista](https://github.com/juniorconquista))
16
+
5
17
  ## 2022-10-14 `1.0.0`
6
18
 
7
19
  ### 📚 3rd party library updates
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Select } from "./Select";
2
- import "@nimbus-ds/styles/packages/select/index.css";
2
+ import "@nimbus-ds/styles/packages/atomic/select/index.css";
3
3
  export { Select } from "./Select";
4
4
  export type { SelectProps } from "./select.types";
5
5
  export default Select;