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

Release 20250321 #35

Merged
merged 8 commits into from
Mar 21, 2025
Merged

Release 20250321 #35

merged 8 commits into from
Mar 21, 2025

Conversation

xerxovksi
Copy link
Collaborator

@xerxovksi xerxovksi commented Mar 20, 2025

Description

Release the following packages to npmjs:

@adobe/ccweb-add-on-manifest: 3.0.0
@adobe/create-ccweb-add-on: 3.0.0
@adobe/ccweb-add-on-scaffolder: 3.0.0
@adobe/ccweb-add-on-analytics: 3.0.0
@adobe/ccweb-add-on-core: 3.0.0
@adobe/ccweb-add-on-scripts: 3.0.0
@adobe/ccweb-add-on-ssl: 3.0.0
@adobe/ccweb-add-on-sdk-types: 1.14.0

With this release the minimum tool requirements are as follows:

  • Minimum node version: 18
  • Minimum npm version: 10

SSL for hosting add-ons from now on will be managed from the following location:

  • Mac: /Users/[user]/Library/Application Support/Adobe/CCWebAddOn/devcert
  • Windows: C:\Users\Administrator\AppData\Local\Adobe\CCWebAddOn\devcert

Working with the new SSL updates:

  • After updating @adobe/ccweb-add-on-scripts to 3.0.0, developers will be asked to re-create their SSL certificate.
  • For a new add-on created using npx @adobe/[email protected], a new SSL will be set up one-time.
  • For removing expired SSL certificate or certificate authority, developers can now run: npx @adobe/ccweb-add-on-ssl purge, and re-create them using npx @adobe/ccweb-add-on-ssl setup --hostname localhost

Notice the change in SWC theme usage in the templates courtesy the version update:

  • SWC: <sp-theme system="express" color="light" scale="medium">
  • React: <Theme system="express" scale="medium" color="light">

Changes

  • Node type version update: 18.18.2
  • TypeScript version update: 5.7.3
  • OCLIF version update: 4.17.34
  • Spectrum Web Components version update: 1.0.3
  • Updated Spectrum Web Components usage in the templates
  • Other vulnerable package updates
  • Support purge and re-create of all SSL artifacts in a user's system
  • Windows related bug fixes

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@xerxovksi xerxovksi requested a review from g-sabharwal March 21, 2025 16:01
Copy link
Collaborator

@g-sabharwal g-sabharwal left a comment

Choose a reason for hiding this comment

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

LGTM

@xerxovksi xerxovksi merged commit 057a466 into main Mar 21, 2025
3 checks passed
@xerxovksi xerxovksi deleted the release-20250321 branch March 21, 2025 16:59
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.

2 participants