Skip to content

Conversation

@jared-dickman
Copy link
Collaborator

Instructions

No need to keep instructions in the final PR description

  1. PR target branch should be against main
  2. PR title prefix should state semantic value for the change, usually feat:, fix: or chore:. Source.
  3. PR branch prefix should state the same as the above with a /, usually feat/, fix/ or chore/. Source.

Summary

  • {provide a thorough description of the changes}

Testing Plan

  • Was this tested locally? If not, explain why.
  • {explain how this has been tested, and what, if any, additional testing should be done}

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

jared-dickman and others added 15 commits December 12, 2025 15:04
- Node.js 24.12.0 (was 18.x)
- semantic-release 25.0.2
- actions/checkout v6 (was v3/v4)
- actions/setup-node v6 (was v4)
- crazy-max/ghaction-import-gpg v6 (was v4)
- actions/upload-artifact v5 (was v4)
- JamesIves/github-pages-deploy-action v4.7.6
- rossjrw/pr-preview-action v1.6.3
Removed "we got " text appended to semantic-release version that was causing lock file sync issues during npm ci
# [1.62.0-fix-release.1](v1.61.0...v1.62.0-fix-release.1) (2025-12-12)

### Bug Fixes

* add missing release.sh script for semantic-release ([b1efc8a](b1efc8a))
* add npm dist-tag for prerelease publishes ([bb8a664](bb8a664))
* correct semantic-release package name in devDependencies ([7afb90f](7afb90f))
* corrupted semantic-release version in package.json ([63d1c53](63d1c53))
* disable provenance for internal repo ([513355a](513355a))
* revert to exec plugin for OIDC publishing ([88baf91](88baf91))

### Features

* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24.12.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

upgrade all action packages and node to 24

@github-actions
Copy link

github-actions bot commented Dec 12, 2025

PR Preview Action v1.6.3
Preview removed because the pull request was closed.
2025-12-12 22:08 UTC

@jared-dickman jared-dickman changed the title feat/fix release Feat/fix release Dec 12, 2025
@jared-dickman jared-dickman changed the title Feat/fix release feat: fix release Dec 12, 2025
@jared-dickman jared-dickman reopened this Dec 12, 2025
@jared-dickman jared-dickman merged commit 5f0eff5 into main Dec 12, 2025
20 of 22 checks passed
@jared-dickman jared-dickman deleted the feat/fix-release branch December 12, 2025 22:08
mparticle-automation added a commit that referenced this pull request Dec 12, 2025
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-operation-prism-shift.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 15, 2025
# [1.62.0-remove-nav-code.1](v1.61.0...v1.62.0-remove-nav-code.1) (2025-12-15)

### Features

* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* remove navigation code ([ea7d6b3](ea7d6b3))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-remove-nav-code.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 18, 2025
# [1.62.0-antd-v6-react-v19-upgrade.1](v1.61.0...v1.62.0-antd-v6-react-v19-upgrade.1) (2025-12-18)

### Bug Fixes

* add missing release.sh script for semantic-release ([9c7eb94](9c7eb94))
* add npm dist-tag for prerelease publishes ([023d31a](023d31a))
* correct semantic-release package name in devDependencies ([52ee855](52ee855))
* corrupted semantic-release version in package.json ([a5d0270](a5d0270))
* disable provenance for internal repo ([6969301](6969301))
* remove AquariumChat and ColorShowcase exports ([74ca368](74ca368))
* revert to exec plugin for OIDC publishing ([8fb7bc9](8fb7bc9))
* update border colors in light theme ([e12fbb9](e12fbb9))
* update release process ([#692](#692)) ([ae8b57b](ae8b57b))

### Features

* add icon and link examples to alert ([#667](#667)) ([59678bb](59678bb))
* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* enhance component docs and stories with ui copy guidelines ([06b3ebb](06b3ebb))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* hybrid icon ([#672](#672)) ([8366e0b](8366e0b))
* operation prism shift ([807d941](807d941))
* operation prism shift - updated sidebar colors ([c754847](c754847))
* permissions restrictions ([#665](#665)) ([5f9e07e](5f9e07e))
* upgrade antd v5→v6, react 17→18+ ([1162b89](1162b89))
* use neutral sidebar colors in storybook ([292aa5c](292aa5c))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-antd-v6-react-v19-upgrade.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 18, 2025
# [1.62.0-antd-v6-react-v19.1](v1.61.0...v1.62.0-antd-v6-react-v19.1) (2025-12-18)

### Bug Fixes

* update release process ([#692](#692)) ([ae8b57b](ae8b57b))

### Features

* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* upgrade antd v5→v6, react 17→18+ ([2194687](2194687))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-antd-v6-react-v19.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 19, 2025
# [1.62.0-aquarium-2-blurple.1](v1.61.0...v1.62.0-aquarium-2-blurple.1) (2025-12-19)

### Bug Fixes

* update release process ([#692](#692)) ([ae8b57b](ae8b57b))

### Features

* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* update peer deps for react 19 ([310e9e8](310e9e8))
* upgrade antd v5→v6, react 17→18+ ([2194687](2194687))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-aquarium-2-blurple.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 19, 2025
# [1.62.0-aquarium-2-beetroot.1](v1.61.0...v1.62.0-aquarium-2-beetroot.1) (2025-12-19)

### Bug Fixes

* add missing release.sh script for semantic-release ([9c7eb94](9c7eb94))
* add npm dist-tag for prerelease publishes ([023d31a](023d31a))
* correct semantic-release package name in devDependencies ([52ee855](52ee855))
* corrupted semantic-release version in package.json ([a5d0270](a5d0270))
* disable provenance for internal repo ([6969301](6969301))
* remove AquariumChat and ColorShowcase exports ([74ca368](74ca368))
* revert to exec plugin for OIDC publishing ([8fb7bc9](8fb7bc9))
* update border colors in light theme ([e12fbb9](e12fbb9))
* update release process ([#692](#692)) ([ae8b57b](ae8b57b))

### Features

* add icon and link examples to alert ([#667](#667)) ([59678bb](59678bb))
* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* enhance component docs and stories with ui copy guidelines ([06b3ebb](06b3ebb))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* hybrid icon ([#672](#672)) ([8366e0b](8366e0b))
* operation prism shift ([807d941](807d941))
* operation prism shift - updated sidebar colors ([c754847](c754847))
* permissions restrictions ([#665](#665)) ([5f9e07e](5f9e07e))
* update peer deps for react 19 ([2c73ec8](2c73ec8))
* upgrade antd v5→v6, react 17→18+ ([cd70c36](cd70c36))
* use neutral sidebar colors in storybook ([292aa5c](292aa5c))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-aquarium-2-beetroot.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Dec 19, 2025
# [1.62.0-aquarium-2-upgrade.1](v1.61.0...v1.62.0-aquarium-2-upgrade.1) (2025-12-19)

### Bug Fixes

* externalize react-dom and dayjs in vite build config ([14f5bb4](14f5bb4))
* remove mdx patterns from storybook config ([7a7bccd](7a7bccd))
* theme checkbox group ([#711](#711)) ([ed50224](ed50224))
* update release process ([#692](#692)) ([ae8b57b](ae8b57b))
* use destructured variant in Button component ([60b2c48](60b2c48))

### Features

* add addon-docs for mdx support ([0ffab67](0ffab67))
* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* eoy components clean up ([#703](#703)) ([a681d0b](a681d0b))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* update peer deps for react 19 ([310e9e8](310e9e8))
* upgrade antd v5→v6, react 17→18+ ([2194687](2194687))
* upgrade to storybook 10, eslint 9 flat config, node 24 ([296c3b1](296c3b1))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0-aquarium-2-upgrade.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

mparticle-automation added a commit that referenced this pull request Jan 15, 2026
# [1.62.0](v1.61.0...v1.62.0) (2026-01-15)

### Bug Fixes

* theme checkbox group ([#711](#711)) ([ed50224](ed50224))
* update release process ([#692](#692)) ([ae8b57b](ae8b57b))

### Features

* add switch examples ([#674](#674)) ([dd40ffe](dd40ffe))
* add switch examples ([#675](#675)) ([56f0200](56f0200))
* eoy components clean up ([#703](#703)) ([a681d0b](a681d0b))
* fix release ([#682](#682)) ([5f0eff5](5f0eff5))
* radio group component ([#712](#712)) ([f49b1ff](f49b1ff))
* remove navigation code ([#677](#677)) ([27bee9d](27bee9d))
@mparticle-automation
Copy link
Collaborator

🎉 This PR is included in version 1.62.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants