Skip to content

Commit 0cef439

Browse files
authored
Merge branch 'develop' into LKE-6988-localisation-support
2 parents 2824f5c + 32e23a3 commit 0cef439

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.4
2+
current_version = 1.0.5
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

Jenkinsfile.dependency-updater

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@Library('linkurious-shared')_
2+
3+
lkeSubReleaseJob {
4+
// General
5+
projectName = "linkurious/lke-plugin-data-table"
6+
7+
releasing = false
8+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkurious/lke-plugin-data-table",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Data-table plugin for Linkurious Enterprise",
55
"main": "index.js",
66
"homepage": "https://github.com/Linkurious/lke-plugin-data-table#readme",
@@ -17,6 +17,7 @@
1717
"lint:ci-deactivated": "eslint -f checkstyle -o reports/checkstyle.xml .",
1818
"build": "npm pack && gunzip -qf -c linkurious-lke-plugin-data-table-$(cat .version).tgz > lke-plugin-data-table.lke",
1919
"plugin:tar": "scripts/postpack.js",
20+
"upload": "gh release create \"v$(cat .version)\" lke-plugin-data-table.lke",
2021
"bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
2122
"bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
2223
"bump:major": "bump2version major && npm version --no-git-tag-version major"

0 commit comments

Comments
 (0)