@cypress-design/react-icon 0.33.0 → 0.34.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +20 -0
- package/_TreeShakableIcons.ts +329 -326
- package/dist/_TreeShakableIcons.d.ts.map +1 -1
- package/dist/index.es.mjs +329 -326
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +329 -326
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
-
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [
|
|
12
|
+
[32mcreated [1m./dist/index.umd.js, ./dist/index.es.mjs[22m in [1m11.5s[22m[39m
|
|
13
13
|
$ tsc --project ./tsconfig.build.json
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @cypress-design/react-icon
|
|
2
2
|
|
|
3
|
+
## 0.34.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#398](https://github.com/cypress-io/cypress-design/pull/398) [`20529b7`](https://github.com/cypress-io/cypress-design/commit/20529b7bc5f96006ce5b8ecde5e740420f0c2fac) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Added pin con x12
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`20529b7`](https://github.com/cypress-io/cypress-design/commit/20529b7bc5f96006ce5b8ecde5e740420f0c2fac)]:
|
|
12
|
+
- @cypress-design/icon-registry@0.37.0
|
|
13
|
+
|
|
14
|
+
## 0.33.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`843134d`](https://github.com/cypress-io/cypress-design/commit/843134dbf487386f9fa730d422180c10161f059a) Thanks [@elevatebart](https://github.com/elevatebart)! - publish constants-icon package
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`843134d`](https://github.com/cypress-io/cypress-design/commit/843134dbf487386f9fa730d422180c10161f059a)]:
|
|
21
|
+
- @cypress-design/constants-icon@0.0.3
|
|
22
|
+
|
|
3
23
|
## 0.33.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|