Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/4.2.2
Browse files Browse the repository at this point in the history
* develop:
  Fix authors and link IDs
  Remove extra quotes
  Add DITA-OT Day 2024 videos (#550)
  Bump lint-staged from 15.2.1 to 15.2.2 (#548)
  Bump husky from 9.0.10 to 9.0.11 (#547)
  Bump @prettier/plugin-xml from 3.2.2 to 3.3.1 (#546)
  Bump prettier from 3.2.4 to 3.2.5 (#545)
  Update docs GitHub Actions for 4.2.1 (#543)
  Add 4.2.1 release date
  • Loading branch information
infotexture committed Mar 21, 2024
2 parents 5844a0e + 914ce66 commit dbe5464
Show file tree
Hide file tree
Showing 11 changed files with 400 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/actions/render/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
default: 'master'
DITA_OT_VERSION:
description: 'DITA-OT version used for rendering'
default: '4.2'
default: '4.2.1'
runs:
using: 'composite'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
env:
WEBSITE_PLUGIN_BRANCH: 'master'
DITA_OT_VERSION: '4.2'
DITA_OT_VERSION: '4.2.1'
steps:
- name: Parse arguments
run: |
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
}
},
"devDependencies": {
"@prettier/plugin-xml": "3.2.2",
"husky": "^9.0.10",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"@prettier/plugin-xml": "3.3.1",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-sass-guidelines": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release-notes/index.dita
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<reference id="v4.2.2" outputclass="mark">
<title>DITA-OT <keyword keyref="maintenance-version"/>
<!--<ph outputclass="small text-muted">released MMMM DD, YYYY</ph>-->
<ph outputclass="small text-muted">released March 1, 2024</ph>
</title>
<refbody>
<section id="bugs">
Expand Down
1 change: 1 addition & 0 deletions resources/dita-ot-day-video-keys.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<mapref href="ditaotdaykeys/dita-ot-day-2018-keys.ditamap" format="ditamap"/>
<mapref href="ditaotdaykeys/dita-ot-day-2019-keys.ditamap" format="ditamap"/>
<mapref href="ditaotdaykeys/dita-ot-day-2022-keys.ditamap" format="ditamap"/>
<mapref href="ditaotdaykeys/dita-ot-day-2024-keys.ditamap" format="ditamap"/>
</map>
Loading

0 comments on commit dbe5464

Please sign in to comment.