Skip to content

Commit

Permalink
prepare release 10.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Nov 6, 2023
1 parent d98b4c0 commit e6db510
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 17 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## \[10.8.6\] - 13.09.2023
## \[10.8.7\] - 07.11.2023

## Bug Fixes

Expand All @@ -14,4 +14,4 @@

## Design System website

- Add the Playbook section in Identity
- Add the new Playbook section in Identity
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swedbankpay/design-guide",
"version": "10.8.6",
"version": "10.8.7",
"description": "Swedbank Pay Design Guide",
"main": "src/scripts/main/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`ComponentsDocumentation: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.6
10.8.7
</span>
</div>
`;
18 changes: 17 additions & 1 deletion src/App/Home/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ const basename = process.env.basename;

export const changeLogs = [
{
version: "10.8.7",
title: "The one with the Playbook 📕 & a new experimental Topbar 🧪",
text: (
<>
<p>
<span className="font-italic">
Get ready for a release that&apos;s as charming as a storybook!
</span>
</p>
<p><strong>📖 Introducing the Playbook:</strong> We&apos;re thrilled to unveil our new Playbook section, designed to present our comprehensive Design System. It&apos;s your ultimate guide to demystify the world of design and UI. <a href={`${basename}playbook`}>Explore it here</a></p>
<p><strong>🏗️ The New Topbar (Experimental Release):</strong> We&apos;re rolling out the first partial release of the new Topbar version, currently in its experimental phase. By default, there won&apos;t be any changes, but you have the opportunity to opt-in and join the experimental Topbar experience. We&apos;ve also set up a dedicated page to guide you through the migration process: <a href={`${basename}components/topbar-migrating-to-v2`}>Topbar Migration to v2</a>.
<br />We encourage you to report any bugs you encounter. The Topbar is a complex component, and your unique use cases provide invaluable feedback. Your input is greatly appreciated! 😉</p>
</>
),
}
,{
version: "10.8.6",
title: "The one with little handy UI helpers",
text: (
Expand Down Expand Up @@ -55,7 +71,7 @@ export const changeLogs = [
<p>
We&apos;re getting ready for summer break, and we&apos;re bringing you
a new UI for the expandable to play with during the holidays when
you're on the beach 🎾🏄‍♂️🌊🌞.
you&apos;re on the beach 🎾🏄‍♂️🌊🌞.
</p>
<p>
Some small things are also tagging along for the ride. Consistent
Expand Down
2 changes: 1 addition & 1 deletion src/App/Identity/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Core: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.6
10.8.7
</span>
</div>
`;
2 changes: 1 addition & 1 deletion src/App/Patterns/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Patterns: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide – v.
10.8.6
10.8.7
</span>
</div>
`;
2 changes: 1 addition & 1 deletion src/App/Utilities/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Utilities: index renders 1`] = `
className="dg-current-version text-uppercase"
>
Design Guide - v.
10.8.6
10.8.7
</span>
<div
className="d-flex align-items-center"
Expand Down
2 changes: 1 addition & 1 deletion src/App/routes/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ module.exports = [
componentPath: "components/Topbar",
icon: "call_to_action",
outlined: true,
statusBadges: ["javascript"],
statusBadges: ["javascript", "updated"],
},
{
title: "Topbar Migrating to v2",
Expand Down

0 comments on commit e6db510

Please sign in to comment.