@nimbus-ds/chip 2.3.1-rc.3 → 2.3.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 +2 -2
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  The Chip component is used to flag criteria or attributes related to searches or filters of a list of information.
4
4
 
5
- ## 2023-10-04 `2.3.1`
5
+ ## 2023-12-22 `2.3.1`
6
6
 
7
- - Update component with new color tokens from `@nimbus-ds/tokens` package. ([#213](https://github.com/TiendaNube/nimbus-design-system/pull/213) by [@juanchigallego](https://github.com/juanchigallego))
7
+ - Update component with new color tokens from `@nimbus-ds/tokens` package. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
8
8
 
9
9
  ## 2023-02-24 `2.3.0`
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/chip",
3
- "version": "2.3.1-rc.3",
3
+ "version": "2.3.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@nimbus-ds/icon": "^3.0.0",
18
- "@nimbus-ds/icons": "^1.5.0-rc.1",
18
+ "@nimbus-ds/icons": "^1.5.0",
19
19
  "@nimbus-ds/skeleton": "^3.0.0",
20
20
  "@nimbus-ds/text": "^6.3.0"
21
21
  },
@@ -33,6 +33,5 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@nimbus-ds/webpack": "^1.4.0"
36
- },
37
- "stableVersion": "2.3.0"
36
+ }
38
37
  }