Skip to content

Commit

Permalink
v0.9.81 [node_publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Apr 3, 2024
1 parent 739db31 commit c67f769
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✅
Expand All @@ -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 ✅
Expand Down Expand Up @@ -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/[email protected]
id: windows-tests
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c67f769

Please sign in to comment.