@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 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
 
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { Container } from '@surveycake/rhooks';
2
+ import { Container } from '@cakefrosting/rhooks';
3
3
  export interface PortalProps {
4
4
  /**
5
5
  * HTMLElement, ref(createRef), component instance.
@@ -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('@surveycake/utils');
216
+ var utils = require('@cakefrosting/utils');
217
217
  var reactDom = require('react-dom');
218
- var rhooks = require('@surveycake/rhooks');
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'));