@cypress-design/react-icon 0.20.0 → 0.21.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.
@@ -9,5 +9,5 @@ $ rollup -c ./rollup.config.mjs
9
9
  index.ts
10
10
 
11
11
  Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
12
- created ./dist/index.umd.js, ./dist/index.es.mjs in 13.9s
12
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 14s
13
13
  $ tsc --project ./tsconfig.build.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @cypress-design/react-icon
2
2
 
3
+ ## 0.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#207](https://github.com/cypress-io/cypress-design/pull/207) [`bc28be1`](https://github.com/cypress-io/cypress-design/commit/bc28be1760cf7183bbfb6d66f5362ad10ce22d34) Thanks [@elevatebart](https://github.com/elevatebart)! - add focus-within to each icon
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`bc28be1`](https://github.com/cypress-io/cypress-design/commit/bc28be1760cf7183bbfb6d66f5362ad10ce22d34)]:
12
+ - @cypress-design/icon-registry@0.22.0
13
+
3
14
  ## 0.20.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cypress-design/react-icon",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "files": [
5
5
  "*"
6
6
  ],
@@ -21,7 +21,7 @@
21
21
  "build:types": "tsc --project ./tsconfig.build.json"
22
22
  },
23
23
  "dependencies": {
24
- "@cypress-design/icon-registry": "^0.21.0"
24
+ "@cypress-design/icon-registry": "^0.22.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@cypress-design/css": "*",