Skip to content

Commit

Permalink
chore(publish): 0.80.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav C <pranavxc@gmail.com>
  • Loading branch information
pranavxc committed Oct 25, 2021
1 parent 6dbc258 commit 5b6bc09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/nocodb/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/nocodb/package.json
@@ -1,6 +1,6 @@
{
"name": "nocodb",
"version": "0.11.46",
"version": "0.80.1",
"description": "xc-cli",
"main": "dist/bundle.js",
"repository": "https://github.com/nocodb/nocodb",
Expand Down Expand Up @@ -57,7 +57,7 @@
"docker:image:build": "docker build . -t nocodb/nocodb:latest -t nocodb/nocodb:0.10.0 --no-cache",
"docker:image:buildx": "docker buildx build . --platform linux/arm64 -t nocodb/nocodb:arm64 --no-cache",
"docker:image:deploy": "docker push nocodb/nocodb:latest && docker push nocodb/nocodb:0.10.0",
"docker:build:publish:image": "npm run build && npm run docker:build && npm run docker:image:build && npm run docker:image:deploy",
"docker:build:publish:image": "npm run build && npm run docker:build && npm run docker:image:build",
"docker:s3:image:build": "docker build . --file litestream/Dockerfile -t xgenecloud/xc-s3:latest -t xgenecloud/xc-s3:0.0.1 --no-cache",
"docker:s3:image:deploy": "docker push xgenecloud/xc-s3:latest && docker push xgenecloud/xc-s3:0.0.1",
"docker:s3:build:publish:image": "npm run build && npm run docker:build && npm run docker:s3:image:build && npm run docker:s3:image:deploy",
Expand Down Expand Up @@ -147,7 +147,7 @@
"nanoid": "^3.1.20",
"nc-common": "0.0.6",
"nc-help": "^0.2.16",
"nc-lib-gui": "0.2.67",
"nc-lib-gui": "^0.80.1",
"nc-plugin": "^0.1.1",
"ncp": "^2.0.0",
"nodemailer": "^6.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb/src/lib/noco/Noco.ts
Expand Up @@ -90,7 +90,7 @@ export default class Noco {
constructor() {
process.env.PORT = process.env.PORT || '8080';
// todo: move
process.env.NC_VERSION = '0011045';
process.env.NC_VERSION = '0080000';

this.router = express.Router();
this.projectRouter = express.Router();
Expand Down

0 comments on commit 5b6bc09

Please sign in to comment.