@surveycake/rc 3.0.0-alpha.177 → 3.0.0-alpha.178
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/dist/Portal/index.d.ts +1 -1
- package/dist/rc.cjs.development.js +2 -2
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +2 -2
- package/dist/rc.esm.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
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.178](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.2...v3.0.0-alpha.178) (2026-05-04)
|
|
6
|
+
|
|
7
|
+
## [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)
|
|
8
|
+
|
|
9
|
+
## [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)
|
|
10
|
+
|
|
11
|
+
## [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)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* publish to gitlab, use rhooks, utils from cakefrosting ([4b3f2bf](https://fox.25sprout.com/surveycake/sdk/rc/commit/4b3f2bf23c3c6fbcb7589758dcdc842376d5619c))
|
|
17
|
+
* publish to gitlab, use utils from cakefrosting ([c0a5ae7](https://fox.25sprout.com/surveycake/sdk/rc/commit/c0a5ae787d5de2497c5921c375ff308b4b0938c1))
|
|
18
|
+
|
|
5
19
|
## [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
20
|
|
|
7
21
|
|
package/dist/Portal/index.d.ts
CHANGED
|
@@ -213,9 +213,9 @@ var pickers = require('@material-ui/pickers');
|
|
|
213
213
|
var styled = _interopDefault(require('@emotion/styled'));
|
|
214
214
|
var core$2 = require('@emotion/core');
|
|
215
215
|
var reactTable = require('react-table');
|
|
216
|
-
var utils = require('@
|
|
216
|
+
var utils = require('@cakefrosting/utils');
|
|
217
217
|
var reactDom = require('react-dom');
|
|
218
|
-
var rhooks = require('@
|
|
218
|
+
var rhooks = require('@cakefrosting/rhooks');
|
|
219
219
|
var MuiModal = _interopDefault(require('@material-ui/core/Modal'));
|
|
220
220
|
var MuiSnackbarContent$1 = _interopDefault(require('@material-ui/core/SnackbarContent'));
|
|
221
221
|
var DateFnsUtils = _interopDefault(require('@date-io/date-fns'));
|