Skip to content

Commit 160a080

Browse files
committed
fix: update version numbers in package.json and release-summary.json; remove unused dependencies from pnpm-lock.yaml
1 parent b0a5f62 commit 160a080

4 files changed

Lines changed: 4 additions & 253 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jaculus/jacly-web",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/web/public/release-summary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"en": [
33
{
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"items": [
66
"Featured project templates now open directly from the home page.",
77
"New project links can preselect both the project type and the template.",
@@ -11,7 +11,7 @@
1111
],
1212
"cs": [
1313
{
14-
"version": "0.0.1",
14+
"version": "0.1.0",
1515
"items": [
1616
"Doporučené šablony projektů lze nově otevřít přímo z domovské stránky.",
1717
"Odkazy pro nový projekt nyní umí předvybrat typ projektu i šablonu.",

extensions/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Initial release.
3232

3333
## License
3434

35-
Everything in this repository, unless otherwise noted, is licensed under the MIT License. See [../../LICENSE](../../LICENSE).
35+
Everything in this repository, unless otherwise noted, is licensed under the MIT License.

0 commit comments

Comments
 (0)