cozy-ui 111.3.1 → 111.5.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 +14 -0
- package/package.json +1 -2
- package/transpiled/react/stylesheet.css +1 -1419
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [111.5.0](https://github.com/cozy/cozy-ui/compare/v111.4.0...v111.5.0) (2024-08-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Reuse travis again since we have build problem with GA ([ebcb925](https://github.com/cozy/cozy-ui/commit/ebcb925))
|
|
7
|
+
|
|
8
|
+
# [111.4.0](https://github.com/cozy/cozy-ui/compare/v111.3.1...v111.4.0) (2024-08-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Simplify CI ([4c4badd](https://github.com/cozy/cozy-ui/commit/4c4badd))
|
|
14
|
+
|
|
1
15
|
## [111.3.1](https://github.com/cozy/cozy-ui/compare/v111.3.0...v111.3.1) (2024-08-12)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-ui",
|
|
3
|
-
"version": "111.
|
|
3
|
+
"version": "111.5.0",
|
|
4
4
|
"description": "Cozy apps UI SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"bin": {
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"postcss-loader": "2.1.6",
|
|
128
128
|
"pretty": "2.0.0",
|
|
129
129
|
"prop-types": "15.7.2",
|
|
130
|
-
"puppeteer": "21.11.0",
|
|
131
130
|
"react": "16.12.0",
|
|
132
131
|
"react-dom": "16.12.0",
|
|
133
132
|
"react-hot-loader": "^4.3.11",
|