Skip to content

Commit c67f769

Browse files
committed
v0.9.81 [node_publish]
1 parent 739db31 commit c67f769

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
43-
checkName: "Rat Check"
43+
checkName: "Rat Check 🐀"
4444
ref: ${{ github.event.pull_request.head.sha || github.sha }}
4545

4646
- name: Check Scala format ✅
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
52-
checkName: "Scala code is properly formatted"
52+
checkName: "Scala Code Format"
5353
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5454

5555
- name: Check TypeScript format ✅
@@ -87,7 +87,7 @@ jobs:
8787
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
8888
checkName: "Build middleware ubuntu-20.04 🔧"
8989
ref: ${{ github.event.pull_request.head.sha || github.sha }}
90-
90+
9191
- name: Check tests - Windows ✅
9292
uses: fountainhead/action-wait-for-check@v1.2.0
9393
id: windows-tests

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
1313

1414
# Project information
1515
project(omega_edit
16-
VERSION 0.9.80
16+
VERSION 0.9.81
1717
DESCRIPTION "Apache open source library for building editors"
1818
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
1919
LANGUAGES C CXX)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/core",
3-
"version": "0.9.80",
3+
"version": "0.9.81",
44
"private": "true",
55
"description": "OmegaEdit Client and Server",
66
"publisher": "CTC-OSS",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/client",
3-
"version": "0.9.80",
3+
"version": "0.9.81",
44
"description": "OmegaEdit gRPC Client",
55
"publisher": "ctc-oss",
66
"exports": "./out/main.js",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@grpc/grpc-js": "1.10.4",
48-
"@omega-edit/server": "0.9.80",
48+
"@omega-edit/server": "0.9.81",
4949
"@types/google-protobuf": "3.15.12",
5050
"google-protobuf": "3.21.2",
5151
"pid-port": "0.2.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/server",
3-
"version": "0.9.80",
3+
"version": "0.9.81",
44
"description": "OmegaEdit gRPC Server",
55
"publisher": "ctc-oss",
66
"exports": "./out/index.js",

0 commit comments

Comments
 (0)