Skip to content

Tags: elsa-workflows/elsa-studio

Tags

3.2.0-rc3

Toggle 3.2.0-rc3's commit message
Update Elsa.Api.Client package version

Changed the Elsa.Api.Client package version from 3.2.0-rc3.1957 to 3.2.0-rc3. This ensures compatibility with the latest stable dependencies and resolves potential issues with versioning.

3.2.0-rc2

Toggle 3.2.0-rc2's commit message
Update branch reference in workflow and bump package version

Changed the branch reference in the GitHub Actions configuration to use `origin/patch/3.2.x` instead of `origin/main`. Also updated the version of `Elsa.Api.Client` package to `3.2.0-rc2` in the `Directory.Packages.props` file.

3.2.0-rc1

Toggle 3.2.0-rc1's commit message
Update Elsa.Api.Client package version

The version of the Elsa.Api.Client package has been updated from "3.2.0-preview.1738" to "3.2.0-rc1". This update is captured in the Directory.Packages.props file.

3.1.0

Toggle 3.1.0's commit message
Update fetch condition in GitHub workflows

The fetching action in the packages.yml workflow has been adjusted based on the event type and associated action. This update ensures that when a release event is published, code fetches from the "main" branch. Otherwise, the code fetches based on the provided branch name.

3.0.5

Toggle 3.0.5's commit message
Rename WorkflowDefinitionVersionUpdated to WorkflowDefinitionVersionS…

…elected

The callback for when a workflow definition version is updated has been renamed to better reflect its purpose. It is now called "WorkflowDefinitionVersionSelected", as it is triggered when a version is selected, not when it's updated. This change affects several files, with updates to both function and parameter names.

3.0.4

Toggle 3.0.4's commit message
Update devDependencies in package.json

The versions of the devDependencies in package.json have been updated. This includes updated versions of webpack, webpack-cli, typescript, and ts-loader in the project's configuration.

3.0.3

Toggle 3.0.3's commit message
Update default version in packages workflow

The default version in the GitHub Actions workflow for package generation has been updated. The version number has been changed from 3.0.1-preview to 3.0.4-preview. This will reflect in the published client packages when a specific version tag is not provided.

3.0.2

Toggle 3.0.2's commit message
Update Elsa.Api.Client to version 3.0.2

The dependency Elsa.Api.Client in the Elsa.Studio.Core project has been updated to version 3.0.2. This update aims to keep the project up-to-date with the latest package version.

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check if username password not empty (#109)

Make sure the username and password are not both empty

3.0.0

Toggle 3.0.0's commit message
Update workflow to handle published releases

The GitHub Actions workflow has been updated to support both prereleased and published events. The logic to define the package version has been revised to differentiate between preview and published versions. Additionally, publishing to npmjs.com and nuget.org is now only conducted when a release is published.