-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: docker release tag #80
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srv-rr-github-token
added a commit
that referenced
this pull request
Apr 18, 2024
🎉 This PR is included in version 1.0.2-beta.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
wojtekzyla
pushed a commit
that referenced
this pull request
May 23, 2024
wojtekzyla
pushed a commit
that referenced
this pull request
May 23, 2024
srv-rr-github-token
added a commit
that referenced
this pull request
May 23, 2024
## [1.0.3-beta.1](v1.0.2...v1.0.3-beta.1) (2024-05-23) ### Bug Fixes * add error handling ([#77](#77)) ([1f6f60b](1f6f60b)) * docker release tag ([#79](#79)) ([2d3611f](2d3611f)) * docker release tag ([#80](#80)) ([fce9a78](fce9a78)) * update semantic release ([#71](#71)) ([d0eefe3](d0eefe3)) * update semantic release ([#72](#72)) ([88aa126](88aa126))
wojtekzyla
added a commit
that referenced
this pull request
May 27, 2024
* fix: update semantic release (#71) * fix: update semantic release (#72) * chore(release): 1.0.2-beta.1 ## [1.0.2-beta.1](v1.0.1...v1.0.2-beta.1) (2024-04-04) ### Bug Fixes * change version ([5f6e625](5f6e625)) * update actions in workflows ([#70](#70)) ([b5b9c0c](b5b9c0c)) * update dependencies and node ([#68](#68)) ([f35c614](f35c614)) * update node to 20.12.0 ([#69](#69)) ([d4b550d](d4b550d)) * update semantic release ([#71](#71)) ([38fcf6d](38fcf6d)) * update semantic release ([#72](#72)) ([316f060](316f060)) * chore(release): 1.0.2-beta.2 ## [1.0.2-beta.2](v1.0.2-beta.1...v1.0.2-beta.2) (2024-04-04) ### Bug Fixes * test beta release ([#73](#73)) ([b63fe66](b63fe66)) * fix: add error handling (#77) * fix: add error handling * chore: update node to 20.12 * chore(release): 1.0.2-beta.3 ## [1.0.2-beta.3](v1.0.2-beta.2...v1.0.2-beta.3) (2024-04-10) ### Bug Fixes * add error handling ([#77](#77)) ([fa096c7](fa096c7)) * chore: bump pymongo to v4.6.3 (#78) * fix: docker release tag (#79) * fix: docker release tag (#80) * chore(release): 1.0.2-beta.4 ## [1.0.2-beta.4](v1.0.2-beta.3...v1.0.2-beta.4) (2024-04-18) ### Bug Fixes * docker release tag ([#79](#79)) ([3310fef](3310fef)) * docker release tag ([#80](#80)) ([bcf4ecf](bcf4ecf)) * chore(release): 1.0.3-beta.1 ## [1.0.3-beta.1](v1.0.2...v1.0.3-beta.1) (2024-05-23) ### Bug Fixes * add error handling ([#77](#77)) ([1f6f60b](1f6f60b)) * docker release tag ([#79](#79)) ([2d3611f](2d3611f)) * docker release tag ([#80](#80)) ([fce9a78](fce9a78)) * update semantic release ([#71](#71)) ([d0eefe3](d0eefe3)) * update semantic release ([#72](#72)) ([88aa126](88aa126)) * build(deps): bump flask-cors from 3.0.10 to 4.0.1 in /backend (#86) Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.10 to 4.0.1. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@3.0.10...4.0.1) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump ejs from 3.1.9 to 3.1.10 in /frontend (#85) Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/mde/ejs/releases) - [Commits](mde/ejs@v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /backend (#84) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /backend (#83) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@2.3.8...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump pymongo from 4.1.1 to 4.6.3 in /backend (#81) Bumps [pymongo](https://github.com/mongodb/pymongo) from 4.1.1 to 4.6.3. - [Commits](https://github.com/mongodb/pymongo/commits) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: change workflow after clicking 'Apply changes' button (#82) * chore(release): 1.1.0-beta.1 # [1.1.0-beta.1](v1.0.3-beta.1...v1.1.0-beta.1) (2024-05-23) ### Features * change workflow after clicking 'Apply changes' button ([#82](#82)) ([99f85d0](99f85d0)) * chore: update CHANGELOG (#88) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
srv-rr-github-token
added a commit
that referenced
this pull request
May 27, 2024
# [1.1.0](v1.0.2...v1.1.0) (2024-05-27) ### Features * Release ([#87](#87)) ([c1fcd29](c1fcd29)), closes [#71](#71) [#72](#72) [#70](#70) [#68](#68) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#77](#77) [#77](#77) [#78](#78) [#79](#79) [#80](#80) [#79](#79) [#80](#80) [#77](#77) [#79](#79) [#80](#80) [#71](#71) [#72](#72) [#86](#86)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.