Skip to content

Commit 0575ca5

Browse files
chore(release): 1.15.0 [skip ci]
# [1.15.0](v1.14.6...v1.15.0) (2025-02-28) ### Bug Fixes * **topo:** fix grade distribution bar chart displayed total count ([#636](#636)) ([ec34686](ec34686)) * **ui:** colorpicker is no longer partially hidden ([#620](#620)) ([c7dd715](c7dd715)) * **ux:** drawn lines are clickable when adding new lines ([#609](#609)) ([f3fd943](f3fd943)) ### Features * **ui:** logo, header menu entries and crag/sector/area lists have real <a> links ([#616](#616)) ([7909fc2](7909fc2)), closes [#490](#490)
1 parent b46d5bd commit 0575ca5

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.15.0](https://github.com/LocalCrag/LocalCragApp/compare/v1.14.6...v1.15.0) (2025-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **topo:** fix grade distribution bar chart displayed total count ([#636](https://github.com/LocalCrag/LocalCragApp/issues/636)) ([ec34686](https://github.com/LocalCrag/LocalCragApp/commit/ec346865f52d94869937771414c1ace74f58299d))
7+
* **ui:** colorpicker is no longer partially hidden ([#620](https://github.com/LocalCrag/LocalCragApp/issues/620)) ([c7dd715](https://github.com/LocalCrag/LocalCragApp/commit/c7dd7154c23696a6ef6d241b7205a698265efed2))
8+
* **ux:** drawn lines are clickable when adding new lines ([#609](https://github.com/LocalCrag/LocalCragApp/issues/609)) ([f3fd943](https://github.com/LocalCrag/LocalCragApp/commit/f3fd943741eb368da88f29d2e8ab600516cf496c))
9+
10+
11+
### Features
12+
13+
* **ui:** logo, header menu entries and crag/sector/area lists have real <a> links ([#616](https://github.com/LocalCrag/LocalCragApp/issues/616)) ([7909fc2](https://github.com/LocalCrag/LocalCragApp/commit/7909fc216cc97c988ff41c4a923f78dc5bafd5d6)), closes [#490](https://github.com/LocalCrag/LocalCragApp/issues/490)
14+
115
## [1.14.6](https://github.com/LocalCrag/LocalCragApp/compare/v1.14.5...v1.14.6) (2025-02-26)
216

317

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-client",
3-
"version": "1.14.6",
3+
"version": "1.15.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag",
3-
"version": "1.14.6",
3+
"version": "1.15.0",
44
"devDependencies": {
55
"@semantic-release/changelog": "^6.0.3",
66
"@semantic-release/git": "^10.0.1",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localcrag-server",
3-
"version": "1.14.6",
3+
"version": "1.15.0",
44
"devDependencies": {
55
"lint-staged": "^15.4.3"
66
},

0 commit comments

Comments
 (0)