Skip to content

Commit

Permalink
chore(release): 1.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.3](v1.6.2...v1.6.3) (2024-12-22)

### Bug Fixes

* fix build for new tag ([9e99488](9e99488))
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent 9e99488 commit 894a287
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.3](https://github.com/lenneTech/deploy.party/compare/v1.6.2...v1.6.3) (2024-12-22)


### Bug Fixes

* fix build for new tag ([9e99488](https://github.com/lenneTech/deploy.party/commit/9e99488ce5fd47d6bfac0b6d9349c0c144bf92cd))

## [1.6.2](https://github.com/lenneTech/deploy.party/compare/v1.6.1...v1.6.2) (2024-12-22)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-party",
"version": "1.6.2",
"version": "1.6.3",
"description": "",
"author": "Pascal Klesse",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions projects/api/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 projects/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lenne.tech/deploy-party-api",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"description": "API for deploy.party app",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions projects/app/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 projects/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lenne.tech/deploy-party-app",
"private": true,
"version": "1.6.2",
"version": "1.6.3",
"scripts": {
"init": "npm install",
"reinit": "rm -rf node_modules && rm -rf package-lock.json && npx nuxt cleanup && npm cache clean --force && npm i",
Expand Down

0 comments on commit 894a287

Please sign in to comment.