Skip to content

Commit ef2d277

Browse files
Bump sourcecred from 0.9.3 to 0.10.0 (#91)
* Bump sourcecred from 0.9.3 to 0.10.0 Bumps [sourcecred](https://github.com/sourcecred/sourcecred) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/sourcecred/sourcecred/releases) - [Commits](https://github.com/sourcecred/sourcecred/compare/[email protected]) --- updated-dependencies: - dependency-name: sourcecred dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Ran updater Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thena Seer <[email protected]>
1 parent 844231a commit ef2d277

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

config/grain.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"immediatePerWeek": 0,
3-
"balancedPerWeek": 0,
2+
"allocationPolicies": [
3+
],
44
"maxSimultaneousDistributions": 100
5-
}
5+
}

data/updater.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Auto-generated. Commit changes, do not edit, do not delete.
2-
0.9.0
2+
0.10.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"private": true,
99
"dependencies": {
10-
"sourcecred": "^0.9.3"
10+
"sourcecred": "^0.10.0"
1111
},
1212
"scripts": {
1313
"clean": "rimraf cache site",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4934,10 +4934,10 @@ source-map@^0.6.1:
49344934
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
49354935
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
49364936

4937-
sourcecred@^0.9.3:
4938-
version "0.9.3"
4939-
resolved "https://registry.yarnpkg.com/sourcecred/-/sourcecred-0.9.3.tgz#102177228d72be3275df2e381f61516ff1483048"
4940-
integrity sha512-G8sbLmDEPjrhbJ0rsyBsgnOVI8UUnTFFMGEf6rTGgdW/9grVpvNHF3ZOGitt8xv5GUOwV0jQZN1PmjshlY3+UA==
4937+
sourcecred@^0.10.0:
4938+
version "0.10.0"
4939+
resolved "https://registry.yarnpkg.com/sourcecred/-/sourcecred-0.10.0.tgz#910763b4727a06a708c421fe00ba50aa792c0e38"
4940+
integrity sha512-y4mSKV6ndDKqm/djL2nI/3h+Ky19cqP8ULZkYiXLlwvzIaXk4h2fPVCSanxgCUkvGmhew5LJa65zmYGI6HLJ8A==
49414941
dependencies:
49424942
"@date-io/date-fns" "1.3.11"
49434943
"@material-ui/core" "^4.11.2"

0 commit comments

Comments
 (0)