@surveycake/rc 3.0.0-alpha.177 → 3.0.0-alpha.179
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 +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.0.0-alpha.179](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.178...v3.0.0-alpha.179) (2026-05-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* upgrade rhooks and utils from gitlab surveycake group, publish to gitlab ([01bac5e](https://fox.25sprout.com/surveycake/sdk/rc/commit/01bac5e956c3e95527633ee81392620311b594cf))
|
|
11
|
+
|
|
12
|
+
## [3.0.0-alpha.178](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.2...v3.0.0-alpha.178) (2026-05-04)
|
|
13
|
+
|
|
14
|
+
## [3.0.0-gitlab-test.2](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.1...v3.0.0-gitlab-test.2) (2026-04-29)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-gitlab-test.1](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.0...v3.0.0-gitlab-test.1) (2026-04-29)
|
|
17
|
+
|
|
18
|
+
## [3.0.0-gitlab-test.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.177...v3.0.0-gitlab-test.0) (2026-04-29)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* publish to gitlab, use rhooks, utils from cakefrosting ([4b3f2bf](https://fox.25sprout.com/surveycake/sdk/rc/commit/4b3f2bf23c3c6fbcb7589758dcdc842376d5619c))
|
|
24
|
+
* publish to gitlab, use utils from cakefrosting ([c0a5ae7](https://fox.25sprout.com/surveycake/sdk/rc/commit/c0a5ae787d5de2497c5921c375ff308b4b0938c1))
|
|
25
|
+
|
|
5
26
|
## [3.0.0-alpha.177](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.176...v3.0.0-alpha.177) (2026-03-30)
|
|
6
27
|
|
|
7
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surveycake/rc",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.179",
|
|
4
4
|
"description": "react component of surveycake",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"surveycake",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@material-ui/icons": "^4.11.2",
|
|
50
50
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
51
51
|
"@material-ui/pickers": "3.x",
|
|
52
|
-
"@surveycake/rhooks": "^2.3.
|
|
53
|
-
"@surveycake/utils": "^2.6
|
|
52
|
+
"@surveycake/rhooks": "^2.3.10",
|
|
53
|
+
"@surveycake/utils": "^2.12.6",
|
|
54
54
|
"date-fns": "^2.8.1",
|
|
55
55
|
"polished": "^4.1.3",
|
|
56
56
|
"react-table": "^7.0.0-beta.23",
|