Skip to content

Commit 057a466

Browse files
xerxovksiAbhishek Das
and
Abhishek Das
authored
Release 20250321 (#35)
* Release 20250321 * Update rush.json * Update github actions * Refactor BaseCommand * Change logs * Skip PurgeCommandExecutor tests * Add PurgeCommandExecutor test * Update test execution timeout --------- Co-authored-by: Abhishek Das <[email protected]>
1 parent cadea12 commit 057a466

File tree

149 files changed

+4311
-4334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+4311
-4334
lines changed

.github/workflows/on-push-build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020

2121
- name: rush update
2222
run: node common/scripts/install-run-rush.js update

.github/workflows/on-push-publish-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020

2121
- name: rush update
2222
run: node common/scripts/install-run-rush.js update
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-analytics",
5+
"comment": "Node version update",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-analytics"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-core",
5+
"comment": "Node version update",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-core"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-manifest",
5+
"comment": "Node version update",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-manifest"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-scaffolder",
5+
"comment": "Node version update",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-scaffolder"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-scripts",
5+
"comment": "Node version update",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-scripts"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-sdk-types",
5+
"comment": "Color picker SDK typings",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-sdk-types"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/ccweb-add-on-ssl",
5+
"comment": "Move SSL artifacts and support purge command",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/ccweb-add-on-ssl"
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@adobe/create-ccweb-add-on",
5+
"comment": "Node version update and SWC version update in templates",
6+
"type": "major"
7+
}
8+
],
9+
"packageName": "@adobe/create-ccweb-add-on"
10+
}

0 commit comments

Comments
 (0)