- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
64 lines
2.7 KiB
JSON
64 lines
2.7 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"version": "22.0.0-beta.1",
|
|
"description": "Updates release version config based on the breaking changes in Nx v22",
|
|
"implementation": "./src/migrations/update-22-0-0/release-version-config-changes",
|
|
"package": "nx",
|
|
"name": "22-0-0-release-version-config-changes"
|
|
},
|
|
{
|
|
"version": "22.0.0-beta.2",
|
|
"description": "Consolidates releaseTag* options into nested releaseTag object structure",
|
|
"implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config",
|
|
"package": "nx",
|
|
"name": "22-0-0-consolidate-release-tag-config"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "22.0.0-beta.0",
|
|
"description": "Remove deprecated deleteOutputPath and sassImplementation options from @nx/webpack:webpack",
|
|
"implementation": "./src/migrations/update-22-0-0/remove-deprecated-options",
|
|
"package": "@nx/webpack",
|
|
"name": "update-22-0-0-remove-deprecated-options"
|
|
},
|
|
{
|
|
"version": "21.5.0-beta.2",
|
|
"description": "Migrate the legacy 'development' custom condition to a workspace-unique custom condition name.",
|
|
"factory": "./src/migrations/update-21-5-0/migrate-development-custom-condition",
|
|
"package": "@nx/js",
|
|
"name": "migrate-development-custom-condition"
|
|
},
|
|
{
|
|
"version": "22.0.0-beta.0",
|
|
"description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.",
|
|
"factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors",
|
|
"package": "@nx/js",
|
|
"name": "remove-external-options-from-js-executors"
|
|
},
|
|
{
|
|
"cli": "nx",
|
|
"version": "22.0.0-beta.0",
|
|
"description": "Updates webpack configs using React to use the new withSvgr composable function instead of the svgr option in withReact or NxReactWebpackPlugin.",
|
|
"factory": "./src/migrations/update-22-0-0/add-svgr-to-webpack-config",
|
|
"package": "@nx/react",
|
|
"name": "update-22-0-0-add-svgr-to-webpack-config"
|
|
},
|
|
{
|
|
"version": "21.3.0-beta.3",
|
|
"description": "Rename the CLI option `testPathPattern` to `testPathPatterns`.",
|
|
"implementation": "./src/migrations/update-21-3-0/rename-test-path-pattern",
|
|
"package": "@nx/jest",
|
|
"name": "rename-test-path-pattern"
|
|
},
|
|
{
|
|
"version": "21.3.0-beta.3",
|
|
"requires": { "jest": ">=30.0.0" },
|
|
"description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher",
|
|
"implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases",
|
|
"package": "@nx/jest",
|
|
"name": "replace-removed-matcher-aliases"
|
|
}
|
|
]
|
|
}
|