Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
97e7422764 | |||
1af1f9c86e | |||
a669d0ae71 |
6 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [0.53.13](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.12...v0.53.13) (2025-07-08)
|
||||
|
||||
### [0.53.12](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.11...v0.53.12) (2025-07-08)
|
||||
|
||||
### [0.53.11](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.10...v0.53.11) (2025-07-08)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 68 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 34 KiB |
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.53.12",
|
||||
"version": "0.53.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.53.12",
|
||||
"version": "0.53.13",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.53.12",
|
||||
"version": "0.53.13",
|
||||
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",
|
||||
|
|
|
@ -39,6 +39,7 @@ cp -r dist/css dist-full/
|
|||
mkdir dist-full/assets
|
||||
mkdir dist-full/assets/generated
|
||||
|
||||
rm dist/assets/*
|
||||
cp dist/assets/*.js dist-full/assets
|
||||
cp dist/assets/*.svg dist-full/assets
|
||||
cp dist/assets/*.woff dist-full/assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue