Skip to content

Commit

Permalink
chore(release): release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Jan 16, 2025
1 parent a0f9817 commit 60907ad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [Release 2.0.1] - 2025-01-16

- fixed import from gitlab
- fixed releaseDate issue on import
- added validation feedback
- fixed focus on input click
- fixed validation issue in maintenance form fields
- fixed showing contracts or contractors in relation with maintenance type
- fixed download publiccode.yml file on safari
- added usedBy field added

## [Release 2.0] - 2024-12-09

- Refactor migration from webpack to vite scaffold
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ which you can then download or copy to your project's root directory.
You can also use the app to check and correct an existing `publiccode.yml` file.
Just upload the file to import it, and the app will validate and help fix any issues.

## Screenshots

![Screenshot](/screenshot.png)

### Setup
#### Manual
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publiccode-editor",
"version": "2.0",
"version": "2.0.1",
"license": "AGPL-3.0-or-later",
"description": "[License](./LICENSE)",
"type": "module",
Expand Down Expand Up @@ -100,4 +100,4 @@
"typescript-eslint": "^8.11.0",
"vite": "^5.4.1"
}
}
}
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ maintenance:
name: publiccode editor
platforms:
- web
releaseDate: "2020-08-20"
releaseDate: "2025-01-16"
softwareType: standalone/web
softwareVersion: 2.0
softwareVersion: 2.0.1
url: https://github.com/italia/publiccode-editor

0 comments on commit 60907ad

Please sign in to comment.