Skip to content

Commit d4add3f

Browse files
Release Workflowgithub-actions[bot]
authored andcommitted
[CI Pipeline] Released Major version: 2.0.0
1 parent 5cd12d5 commit d4add3f

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

examples/google-secure-signals-integration/client_side/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uid2-publisher",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"private": true,
55
"license": "BSD-2-Clause",
66
"engineStrict": true,
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.11",
4-
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
5-
"cloudBuild": {
6-
"setVersionVariables": true,
7-
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
8-
}
9-
}
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.0", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 commit comments

Comments
 (0)