From c67f7698531e493d18d230c8cd6a7590f0c88ea7 Mon Sep 17 00:00:00 2001 From: Shane Dell Date: Wed, 3 Apr 2024 09:06:22 -0400 Subject: [PATCH] v0.9.81 [node_publish] --- .github/workflows/release.yml | 6 +++--- CMakeLists.txt | 2 +- package.json | 2 +- packages/client/package.json | 4 ++-- packages/server/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d91ca5eb..af41c93d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # This check name is defined as the github action job name (in .github/workflows/testing.yaml) - checkName: "Rat Check" + checkName: "Rat Check 🐀" ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Check Scala format ✅ @@ -49,7 +49,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # This check name is defined as the github action job name (in .github/workflows/testing.yaml) - checkName: "Scala code is properly formatted" + checkName: "Scala Code Format" ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Check TypeScript format ✅ @@ -87,7 +87,7 @@ jobs: # This check name is defined as the github action job name (in .github/workflows/testing.yaml) checkName: "Build middleware ubuntu-20.04 🔧" ref: ${{ github.event.pull_request.head.sha || github.sha }} - + - name: Check tests - Windows ✅ uses: fountainhead/action-wait-for-check@v1.2.0 id: windows-tests diff --git a/CMakeLists.txt b/CMakeLists.txt index bfd59d0b..42e41d27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13) # Project information project(omega_edit - VERSION 0.9.80 + VERSION 0.9.81 DESCRIPTION "Apache open source library for building editors" HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit" LANGUAGES C CXX) diff --git a/package.json b/package.json index 15691d64..0679f1bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/core", - "version": "0.9.80", + "version": "0.9.81", "private": "true", "description": "OmegaEdit Client and Server", "publisher": "CTC-OSS", diff --git a/packages/client/package.json b/packages/client/package.json index 1e32c7fc..683bfd0a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/client", - "version": "0.9.80", + "version": "0.9.81", "description": "OmegaEdit gRPC Client", "publisher": "ctc-oss", "exports": "./out/main.js", @@ -45,7 +45,7 @@ }, "dependencies": { "@grpc/grpc-js": "1.10.4", - "@omega-edit/server": "0.9.80", + "@omega-edit/server": "0.9.81", "@types/google-protobuf": "3.15.12", "google-protobuf": "3.21.2", "pid-port": "0.2.0", diff --git a/packages/server/package.json b/packages/server/package.json index 88878a1f..84e47c14 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/server", - "version": "0.9.80", + "version": "0.9.81", "description": "OmegaEdit gRPC Server", "publisher": "ctc-oss", "exports": "./out/index.js",