Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit f2331b2

Browse files
committed
rel: 0.23.2
1 parent f9b7c34 commit f2331b2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Optionally add the `@bazel/karma` npm package if you would like to use the
2525
{
2626
...
2727
"devDependencies": {
28-
"@bazel/typescript": "0.23.1",
29-
"@bazel/karma": "0.23.1",
28+
"@bazel/typescript": "0.23.2",
29+
"@bazel/karma": "0.23.2",
3030
...
3131
},
3232
...

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ts_setup_dev_workspace()
7777
# Test that check_rules_typescript_version works as expected
7878
load("//:defs.bzl", "check_rules_typescript_version")
7979

80-
check_rules_typescript_version(version_string = "0.23.1")
80+
check_rules_typescript_version(version_string = "0.23.2")
8181

8282
# Dependencies for generating documentation
8383
load("@io_bazel_rules_sass//sass:sass_repositories.bzl", "sass_repositories")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TypeScript rules for Bazel",
44
"homepage": "https://github.com/bazelbuild/rules_typescript",
55
"license": "Apache-2.0",
6-
"version": "0.23.1",
6+
"version": "0.23.2",
77
"keywords": [
88
"typescript",
99
"bazel"

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
load("@build_bazel_rules_nodejs//internal/common:check_version.bzl", "check_version")
1919

20-
VERSION = "0.23.1"
20+
VERSION = "0.23.2"
2121

2222
# This version is the minimum version that is API compatible with this version
2323
# of rules_typescript. This version should be updated to equal VERSION for

0 commit comments

Comments
 (0)