Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha21
Browse files Browse the repository at this point in the history
  • Loading branch information
PurkkaKoodari committed Jul 28, 2024
1 parent d29f89b commit 540235d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilmomasiina",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha21",
"private": true,
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ilmomasiina-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tietokilta/ilmomasiina-backend",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha21",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@fastify/static": "^7.0.1",
"@fastify/type-provider-typebox": "^4.0.0",
"@sinclair/typebox": "^0.32.14",
"@tietokilta/ilmomasiina-models": "workspace:2.0.0-alpha13",
"@tietokilta/ilmomasiina-models": "workspace:*",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"base32-encode": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ilmomasiina-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tietokilta/ilmomasiina-components",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha21",
"repository": {
"type": "git",
"url": "git+https://github.com/Tietokilta/ilmomasiina.git"
Expand All @@ -25,7 +25,7 @@
"typecheck": "tsc --build"
},
"dependencies": {
"@tietokilta/ilmomasiina-models": "workspace:2.0.0-alpha13",
"@tietokilta/ilmomasiina-models": "workspace:*",
"bootstrap": "^4.6.2",
"final-form": "^4.20.10",
"i18next": "^23.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ilmomasiina-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tietokilta/ilmomasiina-frontend",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha21",
"scripts": {
"build": "pnpm typecheck && vite build",
"clean": "rimraf build dist",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@redux-devtools/extension": "^3.3.0",
"@sentry/browser": "^6.19.7",
"@tietokilta/ilmomasiina-components": "workspace:2.0.0-alpha13",
"@tietokilta/ilmomasiina-models": "workspace:2.0.0-alpha13",
"@tietokilta/ilmomasiina-components": "workspace:*",
"@tietokilta/ilmomasiina-models": "workspace:*",
"bootstrap": "^4.6.2",
"connected-react-router": "^6.9.3",
"csv-stringify": "^6.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ilmomasiina-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tietokilta/ilmomasiina-models",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha21",
"repository": {
"type": "git",
"url": "git+https://github.com/Tietokilta/ilmomasiina.git"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 540235d

Please sign in to comment.