You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/28 00:33:23 UTC

[beam] branch users/damccorm/ts-master created (now 5e361112c9b)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/ts-master
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 5e361112c9b Fix ts version on master

This branch includes the following new commits:

     new 5e361112c9b Fix ts version on master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix ts version on master

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/ts-master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5e361112c9bc0303a38e6a4e438d7aab0dcde03b
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Feb 27 19:33:15 2023 -0500

    Fix ts version on master
---
 sdks/typescript/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index 1cdc3a1acea..738f6bc3d43 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-beam",
-  "version": "2.45.0-SNAPSHOT",
+  "version": "2.47.0-SNAPSHOT",
   "devDependencies": {
     "@google-cloud/bigquery": "^5.12.0",
     "@types/mocha": "^9.0.0",