Skip to content

Commit 690b053

Browse files
authored
[release-3.3] chore(release): Prepare for v3.3.0 release (#577) (#578)
chore(release): Prepare for v3.3.0 release (#577) Update protos, update e2e pipeline, bump version Signed-off-by: Shubham Sharma <[email protected]>
1 parent 4189a3d commit 690b053

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test-e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
runs-on: ubuntu-latest
3636
env:
3737
GOVER: 1.21
38-
DAPR_CLI_VER: 1.13.0-rc.1
39-
DAPR_RUNTIME_VER: 1.13.0-rc.10
38+
DAPR_CLI_VER: 1.13.0
39+
DAPR_RUNTIME_VER: 1.13.0
4040
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4141
DAPR_CLI_REF: ""
4242
DAPR_REF: ""

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dapr/dapr",
3-
"version": "3.3.0-rc.1",
3+
"version": "3.3.0",
44
"description": "The official Dapr (https://dapr.io) SDK for Node.js",
55
"types": "./build/index.d.ts",
66
"scripts": {

scripts/fetch-proto.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')
33
ARCH=$(uname -m)
44
ORG_NAME="dapr"
55
REPO_NAME="dapr"
6-
BRANCH_NAME="v1.13.0-rc.10"
6+
BRANCH_NAME="v1.13.0"
77

88
# Path to store output
99
PATH_ROOT=$(pwd)

0 commit comments

Comments
 (0)