Skip to content

Commit

Permalink
Merge pull request #36 from fullstack-development/version-4
Browse files Browse the repository at this point in the history
4.0.1
  • Loading branch information
hersveit authored Jun 9, 2024
2 parents 06cd8be + 4e0a453 commit 7786f2f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-starter-kit",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-starter-kit-e2e",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"scripts": {
"format": "prettier --write \"src/**/*.ts\"",
Expand Down
2 changes: 1 addition & 1 deletion launch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launch",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": ".prettierrc.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lib/core",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libs/repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repository",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-starter-kit",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit 7786f2f

Please sign in to comment.