Skip to content

Commit bc5f890

Browse files
committed
v5.0.0
1 parent 2d051b6 commit bc5f890

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.0.0-rc.0"
5+
"version": "5.0.0"
66
}

packages/navy-plugin-nodejs/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/navy-plugin-nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "navy-plugin-nodejs",
3-
"version": "5.0.0-rc.0",
3+
"version": "5.0.0",
44
"description": "A set of helpers to help improve the experience of developing NodeJS applications with Navy",
55
"main": "lib/index.js",
66
"scripts": {

packages/navy/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/navy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "navy",
3-
"version": "5.0.0-rc.0",
3+
"version": "5.0.0",
44
"description": "Quick and powerful development environments using Docker and Docker Compose",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)