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

Commit

Permalink
rel: 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 4, 2019
1 parent f9b7c34 commit f2331b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Optionally add the `@bazel/karma` npm package if you would like to use the
{
...
"devDependencies": {
"@bazel/typescript": "0.23.1",
"@bazel/karma": "0.23.1",
"@bazel/typescript": "0.23.2",
"@bazel/karma": "0.23.2",
...
},
...
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ts_setup_dev_workspace()
# Test that check_rules_typescript_version works as expected
load("//:defs.bzl", "check_rules_typescript_version")

check_rules_typescript_version(version_string = "0.23.1")
check_rules_typescript_version(version_string = "0.23.2")

# Dependencies for generating documentation
load("@io_bazel_rules_sass//sass:sass_repositories.bzl", "sass_repositories")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "TypeScript rules for Bazel",
"homepage": "https://github.com/bazelbuild/rules_typescript",
"license": "Apache-2.0",
"version": "0.23.1",
"version": "0.23.2",
"keywords": [
"typescript",
"bazel"
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

VERSION = "0.23.1"
VERSION = "0.23.2"

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

0 comments on commit f2331b2

Please sign in to comment.