Skip to content

Commit 44812ca

Browse files
committed
incremented minor version
1 parent 3358e85 commit 44812ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function setLicense() {
5454
}
5555

5656
function setVersion() {
57-
var pkg = require(process.cwd() + '/package.json');
57+
var pkg = require('./package.json');
5858
var fs = require('fs');
5959
fs.writeFileSync('./src/utils/version.ts', versionFile.replace('[VERSION]', pkg.version));
6060
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"workspaces": [
66
"packages/*",
77
"packages/providers/*",

packages/mgt-element/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '2.0.0';
11+
export const PACKAGE_VERSION = '2.1.0';

0 commit comments

Comments
 (0)