From c03ca8ffad9146e5a4302a53a16102d706d6be36 Mon Sep 17 00:00:00 2001 From: gdgagan696 <33114447+gdgagan696@users.noreply.github.com> Date: Wed, 15 May 2024 18:04:04 +0530 Subject: [PATCH] chore: fix clients issue (#32) * chore: fix clients issue * chore: version uprgade * chore: version uprgade * chore: version uprgade * chore: version uprgade for clojure * chore: version uprgade for clojure * chore: version uprgade for js client * chore: version uprgade for js client * chore: version uprgade for js client --------- Co-authored-by: gagan.dhand --- clients/clojure/README.md | 2 +- clients/clojure/project.clj | 4 ++-- clients/java/README.md | 4 ++-- clients/java/build.gradle | 8 ++++---- clients/js/package-lock.json | 4 ++-- clients/js/package.json | 2 +- docs/docs/clients/clojure.md | 2 +- docs/docs/clients/java.md | 4 ++-- docs/docs/installation.md | 2 +- docs/docs/reference/api.md | 2 +- ui/package.json | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/clients/clojure/README.md b/clients/clojure/README.md index 5447c9f4..5c874a43 100644 --- a/clients/clojure/README.md +++ b/clients/clojure/README.md @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin Add the below dependency to your `project.clj` file: ```clj - [com.gotocompany/stencil-clj "0.4.0"] + [com.gotocompany/stencil-clj "0.5.0"] ``` ## Usage diff --git a/clients/clojure/project.clj b/clients/clojure/project.clj index 15a4a649..9a1ea79d 100644 --- a/clients/clojure/project.clj +++ b/clients/clojure/project.clj @@ -1,10 +1,10 @@ -(defproject com.gotocompany/stencil-clj "0.4.0" +(defproject com.gotocompany/stencil-clj "0.5.0" :description "Stencil client for clojure" :url "https://github.com/goto/stencil" :license {:name "Apache 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0"} :dependencies [[org.clojure/clojure "1.10.3"] - [com.gotocompany/stencil "0.1.0"]] + [com.gotocompany/stencil "0.5.0"]] :plugins [[lein-cljfmt "0.7.0"]] :global-vars {*warn-on-reflection* true} :source-paths ["src"] diff --git a/clients/java/README.md b/clients/java/README.md index b2ebe869..275c5b9a 100644 --- a/clients/java/README.md +++ b/clients/java/README.md @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip #### Gradle ```groovy - implementation group: 'com.gotocompany', name: 'stencil', version: '0.4.0' + implementation group: 'com.gotocompany', name: 'stencil', version: '0.7.0' ``` #### Maven @@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip com.gotocompany stencil - 0.4.0 + 0.7.0 ``` diff --git a/clients/java/build.gradle b/clients/java/build.gradle index 983beca7..0029aa56 100644 --- a/clients/java/build.gradle +++ b/clients/java/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'com.gotocompany' -version '0.6.0' +version '0.7.0' repositories { mavenLocal() @@ -91,9 +91,9 @@ publishing { } developers { developer { - id = 'harikrishnakanchi' - name = 'Hari Krishna' - email = 'hari.kanchi@gojek.com' + id = 'github-actions[bot]' + name = 'github-actions[bot]' + email = '41898282+github-actions[bot]@users.noreply.github.com' } } from components.java diff --git a/clients/js/package-lock.json b/clients/js/package-lock.json index cef04f1c..cfaa36e8 100644 --- a/clients/js/package-lock.json +++ b/clients/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "@goto-company/stencil", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6329,4 +6329,4 @@ } } } -} +} \ No newline at end of file diff --git a/clients/js/package.json b/clients/js/package.json index 9f8e0e23..67d75d5a 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@goto-company/stencil", - "version": "0.4.0", + "version": "0.5.0", "description": "Stencil js client package provides a store to lookup protobuf descriptors and options to keep the protobuf descriptors upto date.", "main": "main.js", "scripts": { diff --git a/docs/docs/clients/clojure.md b/docs/docs/clients/clojure.md index 613220d8..739970c5 100644 --- a/docs/docs/clients/clojure.md +++ b/docs/docs/clients/clojure.md @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin Add the below dependency to your `project.clj` file: ```clj -[com.gotocompany/stencil-clj "0.4.0"] +[com.gotocompany/stencil-clj "0.5.0"] ``` ## Usage diff --git a/docs/docs/clients/java.md b/docs/docs/clients/java.md index d6877a5b..e6f45bca 100644 --- a/docs/docs/clients/java.md +++ b/docs/docs/clients/java.md @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip #### Gradle ```groovy - implementation group: 'com.gotocompany', name: 'stencil', version: '0.4.0' + implementation group: 'com.gotocompany', name: 'stencil', version: '0.7.0' ``` #### Maven @@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip com.gotocompany stencil - 0.4.0 + 0.7.0 ``` diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 2360b35f..7dbaa718 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -23,7 +23,7 @@ docker pull gotocompany/stencil:latest To pull a specific version: ``` -docker pull gotocompany/stencil:0.4.0 +docker pull gotocompany/stencil:0.8.1 ``` ### Building from source diff --git a/docs/docs/reference/api.md b/docs/docs/reference/api.md index 54df954e..96c50867 100644 --- a/docs/docs/reference/api.md +++ b/docs/docs/reference/api.md @@ -1,6 +1,6 @@ # API -## Version: 0.4.0 +## Version: 0.8.1 ### /v1beta1/namespaces diff --git a/ui/package.json b/ui/package.json index d087f3d2..f430ddfb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.4.0", + "version": "0.5.0", "private": true, "homepage": "/ui", "dependencies": {