Skip to content

Commit 4bc6ad3

Browse files
committed
v3.95
1 parent 7f558fe commit 4bc6ad3

File tree

7 files changed

+24
-28
lines changed

7 files changed

+24
-28
lines changed

.sandstorm-meteor-1.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.

.sandstorm-meteor-1.8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "v3.94.0",
3+
"version": "v3.95.0",
44
"description": "Open-Source kanban",
55
"private": true,
66
"scripts": {

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Wekan release
1+
# v3.95 2020-04-12 Wekan release
22

33
This release adds the following new features:
44

@@ -8,6 +8,10 @@ This release adds the following new features:
88
projects much easier. It allows anyone to start a ready-to-code dev
99
environment for any branch, issue and pull request with a single click.
1010
Thanks to juniormendonca.
11+
- [Public boards overview](https://github.com/wekan/wekan/pull/3008).
12+
Thanks to NicoP-S.
13+
- Try to upgrade Sandstorm Wekan to Meteor 1.10.1 and Node 12.x.
14+
Thanks to kentonv and xet7.
1115

1216
and fixes the following bugs:
1317

@@ -18,14 +22,6 @@ and fixes the following bugs:
1822

1923
Thanks to above GitHub users for their contributions and translators for their translations.
2024

21-
# v3.95 2020-04-12 Wekan release
22-
23-
This release adds the following new features:
24-
25-
- Upgrade Sandstorm Wekan to Meteor 1.10.1 and Node 12.x.
26-
27-
Thanks to above GitHub users for their contributions and translators for their translations.
28-
2925
# v3.94 2020-04-12 Wekan release
3026

3127
This release adds the following new features:

Stackerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
2-
appVersion: "v3.94.0"
2+
appVersion: "v3.95.0"
33
files:
44
userUploads:
55
- README.md

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wekan",
3-
"version": "v3.94.0",
3+
"version": "v3.95.0",
44
"description": "Open-Source kanban",
55
"private": true,
66
"scripts": {
@@ -53,7 +53,7 @@
5353
"prettier-eslint": "^9.0.1"
5454
},
5555
"dependencies": {
56-
"@babel/runtime": "^7.8.4",
56+
"@babel/runtime": "^7.9.2",
5757
"ajv": "^5.0.0",
5858
"babel-runtime": "^6.26.0",
5959
"bcrypt": "^3.0.7",

sandstorm-pkgdef.capnp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
2222
appTitle = (defaultText = "Wekan"),
2323
# The name of the app as it is displayed to the user.
2424

25-
appVersion = 394,
25+
appVersion = 395,
2626
# Increment this for every release.
2727

28-
appMarketingVersion = (defaultText = "3.94.0~2020-04-12"),
28+
appMarketingVersion = (defaultText = "3.95.0~2020-04-12"),
2929
# Human-readable presentation of the app version.
3030

3131
minUpgradableAppVersion = 0,

0 commit comments

Comments
 (0)