Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(changesets): 🦋📦 publish packages #3110

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

swisspost-bot
Copy link
Contributor

@swisspost-bot swisspost-bot commented May 27, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@swisspost/design-system-icons@7.2.0

Minor Changes

Patch Changes

@swisspost/design-system-intranet-header@7.2.0

Minor Changes

  • Added the possibility to hide the username in the profile dropdown. (by @juliandanis with #3028)

Patch Changes

  • Enabled keyboard navigation for the user dropdown. (by @alizedebray with #3119)
  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0

@swisspost/design-system-styles@7.2.0

Minor Changes

Patch Changes

  • Added @angular/core as an optional peer dependency to the styles package to indicate the Angular versions that are compatible with the current version of the styles. (by @gfellerph with #3168)

  • Fixed an issue with icon URL declarations when building styles with esbuild. (by @alizedebray with #3123)

  • Fixed the misaligned calendar icon in the datepicker input field. (by @oliverschuerch with #3145)

  • Implemented button wrapping for overflow in button groups. (by @alizedebray with #3062)

@swisspost/design-system-components@7.2.0

Patch Changes

  • Fixed a warning on the tooltip when the id was bound using Angular, the ID check now runs at a later stage in the component lifecycle, giving Angular enough time to set the attribute. (by @gfellerph with #3155)
  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0

@swisspost/design-system-components-angular@7.2.0

Patch Changes

  • Redefined the dependency to the web components package as a dependency instead of a peer dependency due to a known bug in changesets that causes major version bumps across all linked workspace packages if one of them is installed as a peer dependency. (by @gfellerph with #3169)

  • Updated PostComponentsModule to enable its use in lazy-loaded modules. (by @alizedebray with #3118)

  • Added @swisspost/design-system-components package as a peer dependency as recommended by stenciljs. This way, installing @swisspost/design-system-components package as a direct dependency should not be necessary anymore in consumer projects. (by @oliverschuerch with #3116)

  • Updated dependencies:

    • @swisspost/design-system-components@7.2.0

@swisspost/internet-header@1.13.11

Patch Changes

  • Fixed focus trap on overlay of the breadcrumb. Added a focus trap on search overlay (by @imagoiq with #2922)
  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0

@swisspost/design-system-migrations@7.2.0

@swisspost/design-system-documentation@5.2.0

Minor Changes

  • Added a small variant for the textarea with floating label (by @davidritter-dotcom with #2857)

  • Added documentation on how to use the Components for Angular with a strict Content Security Policy (CSP). (by @alizedebray with #3125)

Patch Changes

  • Fixed version switcher active state logic, to visualize the current documentation version the user browses on. (by @oliverschuerch with #3111)
  • Updated dependencies:
    • @swisspost/design-system-icons@7.2.0
    • @swisspost/design-system-styles@7.2.0
    • @swisspost/design-system-components@7.2.0
    • @swisspost/internet-header@1.13.11
    • @swisspost/design-system-components-react@7.2.0

@swisspost/design-system-components-angular-workspace@1.1.2

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0
    • @swisspost/design-system-components@7.2.0

@swisspost/design-system-components-react@7.2.0

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-components@7.2.0

@swisspost/design-system-demo@7.3.2

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0
    • @swisspost/design-system-intranet-header@7.2.0
    • @swisspost/design-system-migrations@7.2.0

@swisspost/design-system-intranet-header-workspace@3.0.14

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0

@swisspost/design-system-intranet-header-showcase@1.0.2

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-intranet-header@7.2.0

@swisspost/design-system-nextjs-integration@0.1.6

Patch Changes

  • Updated dependencies:
    • @swisspost/design-system-styles@7.2.0
    • @swisspost/internet-header@1.13.11
    • @swisspost/design-system-components-react@7.2.0

@swisspost-bot swisspost-bot requested a review from a team as a code owner May 27, 2024 07:19
@swisspost-bot
Copy link
Contributor Author

swisspost-bot commented May 27, 2024

Related Previews

Copy link

sonarcloud bot commented May 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from c4d2b8d to d90302e Compare May 31, 2024 08:49
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 5dd0b0d to acbaa40 Compare June 7, 2024 11:58
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from b10d082 to 78d33c4 Compare June 17, 2024 13:23
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 0748ad8 to 7e43787 Compare June 20, 2024 06:28
Copy link
Member

@gfellerph gfellerph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issues with peerDependencies cause unwanted major updates across all packages. #3169 is blocking the release.

@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from fca8e3b to 2f72dca Compare June 26, 2024 11:15
@gfellerph gfellerph merged commit 10b906c into main Jun 27, 2024
7 checks passed
@gfellerph gfellerph deleted the changeset-release/main branch June 27, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants