Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
doc: Update version/CHANGELOG/notes for v26
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 13, 2021
1 parent 94aaa46 commit 0f8f90d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v26 (2021-09-12)

## Bugfixes

- Remove double check for process ending, which makes it look like things always crash on shutdown.

# v25 (2021-09-12)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-backend-library",
"version": "25.0.0",
"version": "26.0.0",
"description": "Desktop Intiface Application - Core Backend Library",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-library",
"version": "25.0.0",
"version": "26.0.0",
"description": "Desktop Intiface Application - Core Library",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intiface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-desktop",
"version": "25.0.0",
"version": "26.0.0",
"private": true,
"author": "Nonpolynomial <[email protected]>",
"homepage": "https://intiface.com/desktop",
Expand Down
6 changes: 5 additions & 1 deletion packages/intiface/src/components/HomePanel/HomePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
</v-row>
<v-row>
<v-col cols="10">
<h2>NEWS FOR V25</h2>
<h2>NEWS FOR V26</h2>
<p>
(Ignore that this jumps from 24 to 26. 25 existed for 5 minutes until I smoke tested it
and found a bug that snuck in due to commit orders. Oops.)
</p>
<p>
Small update this time! Mostly fixing some compatibility issues with libraries that
Intiface uses.
Expand Down
2 changes: 1 addition & 1 deletion packages/protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-protocols",
"version": "25.0.0",
"version": "26.0.0",
"description": "Protocols for intiface process bindings",
"main": "./protocols/intiface_pb.js",
"types": "./protocols/intiface_pb.d.ts",
Expand Down

0 comments on commit 0f8f90d

Please sign in to comment.