Skip to content

Commit

Permalink
Release v3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
valotas committed Jun 25, 2024
1 parent 1db0874 commit 542b847
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postbump": "node packages/scripts/postbump.mjs",
"release-patch": "npm run bump patch"
},
"version": "3.10.4",
"version": "3.10.5",
"devDependencies": {
"@swc/jest": "^0.2.20",
"@testing-library/react": "^12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/valotas-frontend",
"version": "3.10.4",
"version": "3.10.5",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valotas/valotas.com.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-namer-staticsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/parcel-namer-staticsite",
"version": "3.10.4",
"version": "3.10.5",
"main": "./src/index.js",
"engines": {
"parcel": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-reporter-staticsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/parcel-reporter-staticsite",
"version": "3.10.4",
"version": "3.10.5",
"main": "dist/StaticSiteReporter.js",
"engines": {
"parcel": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-resolver-staticsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/parcel-resolver-staticsite",
"version": "3.10.4",
"version": "3.10.5",
"main": "index.js",
"engines": {
"parcel": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-transformer-staticsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/parcel-transformer-staticsite",
"version": "3.10.4",
"version": "3.10.5",
"private": true,
"main": "./dist/StaticSiteTransformer.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valotas/web",
"version": "3.10.4",
"version": "3.10.5",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valotas/valotas.com.git"
Expand Down

0 comments on commit 542b847

Please sign in to comment.