Skip to content

Commit

Permalink
Bump version for da DOM update
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Jan 6, 2025
1 parent 53b3111 commit 02f7394
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
#### Developer note: You can probably leave the rest out
#### To learn more, see https://assemblyline.suffolklitlab.org/docs/alkiln/writing/#optional-inputs
ALKILN_TAG_EXPRESSION: "${{ env.ALKILN_TAG_EXPRESSION }}"
ALKILN_VERSION: da_DOM_fieldset
# ALKILN_VERSION: da_DOM_fieldset

#### Developer note: Example of making an issue when tests fail
#### that includes the text of the failure output file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
# want to check up on this.
ALKILN_TAG_EXPRESSION: "${{ env.ALKILN_TAG_EXPRESSION }}"
#### Developer note: You can probably leave this out
ALKILN_VERSION: da_DOM_fieldset
# ALKILN_VERSION: da_DOM_fieldset
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Format:
-
-->

## [Unreleased]
<!-- ## [Unreleased] -->

## [5.13.3] - 2025-01-05

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suffolklitlab/alkiln",
"version": "5.13.2-fix-da-dom-fieldset-1",
"version": "5.13.3",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 02f7394

Please sign in to comment.