Skip to content

Commit

Permalink
Merge branch 'main' into card-image
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyChyzhova authored Dec 10, 2024
2 parents 6c7aa0a + 516dffc commit 9118fcf
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 156 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "replace-in-file"
update-types: ["version-update:semver-major"]
- dependency-name: "react"
update-types: ["version-update:semver-major"]
- dependency-name: "react-*"
update-types: ["version-update:semver-major"]
- dependency-name: "@types/react"
update-types: ["version-update:semver-major"]
- dependency-name: "@types/react-"
update-types: ["version-update:semver-major"]
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
uses: SonarSource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # v4.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [37.75.2](https://github.com/Lundalogik/lime-elements/compare/v37.75.1...v37.75.2) (2024-12-09)


### Bug Fixes


* **text-editor:** send stop trigger when outside ([d33417d](https://github.com/Lundalogik/lime-elements/commit/d33417d4f817c38993ce68b29d5bd6a82f4a50d3))

## [37.75.1](https://github.com/Lundalogik/lime-elements/compare/v37.75.0...v37.75.1) (2024-12-09)


### Reverts


* Revert "chore(deps-dev): bump react and react-dom" ([8725389](https://github.com/Lundalogik/lime-elements/commit/87253893b37c72e76496ef39305b3436c966a432))

## [37.75.0](https://github.com/Lundalogik/lime-elements/compare/v37.74.0...v37.75.0) (2024-12-06)


Expand Down
Loading

0 comments on commit 9118fcf

Please sign in to comment.