Skip to content

Commit a9494f3

Browse files
authored
Release 27.0.0 (#886)
## What's Changed * feat: visyn_core 17, visyn_scripts 13 by @puehringer in #885 **Full Changelog**: v26.0.0...v27.0.0
2 parents c5a9249 + 68cc72a commit a9494f3

File tree

158 files changed

+1295
-1040
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1295
-1040
lines changed

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
21
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.7.0.cjs

cypress/component/component-health-check.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../../src/phovea_registry';
99
describe('Health check for Cypress component test', () => {
1010
it('should mount MainApp', () => {
1111
cy.mount(
12-
<VisynAppProvider disableMantine6 appName="Demo App">
12+
<VisynAppProvider appName="Demo App">
1313
<MainApp />
1414
</VisynAppProvider>,
1515
);

dist/ATDPApplication.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ATDPApplication.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth/TokenManager.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth/TokenManager.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/base/LoginMenu.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)