Skip to content

Commit

Permalink
Merge pull request #28 from cookiecutter-openedx/main
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
lpm0073 authored Nov 18, 2024
2 parents 7abaf75 + 7477157 commit 565af3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: lpm0073
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [18.0.1](https://github.com/cookiecutter-openedx/tutor-contrib-k8s-deploy-tasks/compare/v18.0.0...v18.0.1) (2024-11-18)


### Bug Fixes

* don't override the entire mfe_config dict. instead, only set individual keys. ([46072cc](https://github.com/cookiecutter-openedx/tutor-contrib-k8s-deploy-tasks/commit/46072cceff867e592694d53d7c7cf0b1fd2dbce5))
* update individual MFE_CONFIG keys instead of rewriting the entire dict. ([9e7d1ff](https://github.com/cookiecutter-openedx/tutor-contrib-k8s-deploy-tasks/commit/9e7d1ff856d83a98ea33d1f7e8db727edd3059e1))

## [17.0.7](https://github.com/cookiecutter-openedx/tutor-contrib-k8s-deploy-tasks/compare/v17.0.6...v17.0.7) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/release-notes-generator": "^13.0.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"typescript": "^5.4.4"
},
"dependencies": {
Expand Down

0 comments on commit 565af3d

Please sign in to comment.