Skip to content

Commit

Permalink
Release build 6.34.1 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel authored and github-actions[bot] committed Nov 14, 2024
1 parent 6954120 commit b0684e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Rebuild package.lock and move dependency immutable-json-patch into the route (#1222)
- feat: NTP Next Steps Cards FE (#1199)
- Bump typescript-eslint from 8.12.2 to 8.14.0 (#1214)
- Fixes skip link position when debugging (#1224)
5 changes: 2 additions & 3 deletions Sources/ContentScopeScripts/dist/pages/onboarding/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions build/integration/pages/onboarding/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions build/windows/pages/onboarding/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion special-pages/pages/onboarding/app/components/App2.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ export function App2({ children }) {
<SingleStep />
</BeforeAfterProvider>
</ErrorBoundary>
{children}
</div>
{(step.id === 'welcome' || step.id === 'getStarted') && <Hiker />}
{children}
</main>
);
}
Expand Down

0 comments on commit b0684e9

Please sign in to comment.