@cypress-design/react-statusicon 0.1.3 → 0.2.0
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 +12 -0
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.d.ts.map +1 -1
- package/index.ts +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @cypress-design/react-statusicon
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#125](https://github.com/cypress-io/cypress-design/pull/125) [`f40b190`](https://github.com/cypress-io/cypress-design/commit/f40b1902c3ee4d0b4b34e6f46b1ddc4254d94083) Thanks [@elevatebart](https://github.com/elevatebart)! - expose the statustype to avoid reaching down to constants
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`f40b190`](https://github.com/cypress-io/cypress-design/commit/f40b1902c3ee4d0b4b34e6f46b1ddc4254d94083)]:
|
|
12
|
+
- @cypress-design/icon-registry@0.16.0
|
|
13
|
+
- @cypress-design/react-icon@0.13.0
|
|
14
|
+
|
|
3
15
|
## 0.1.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|