Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/orange-items-jog.md

This file was deleted.

4 changes: 2 additions & 2 deletions charts/rushdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: rushdb
description: RushDB — developer-friendly graph database platform
type: application
version: 2.11.1
appVersion: '2.11.1'
version: 2.11.2
appVersion: '2.11.2'
keywords:
- rushdb
- graph
Expand Down
2 changes: 1 addition & 1 deletion charts/rushdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rushdb:
image:
repository: rushdb/platform
tag: '2.11.1'
tag: '2.11.2'
pullPolicy: IfNotPresent

## Required — must be exactly 32 characters.
Expand Down
6 changes: 6 additions & 0 deletions platform/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rushdb-core

## 2.11.2

### Patch Changes

- bc7c03e: Fix orderBy dashboard issue

## 2.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-core",
"version": "2.11.1",
"version": "2.11.2",
"description": "RushDB Core",
"private": true,
"license": "Elastic License 2.0",
Expand Down
2 changes: 2 additions & 0 deletions platform/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rushdb-dashboard

## 2.11.2

## 2.11.1

## 2.11.0
Expand Down
2 changes: 1 addition & 1 deletion platform/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rushdb-dashboard",
"version": "2.11.1",
"version": "2.11.2",
"description": "RushDB Dashboard",
"type": "module",
"private": true,
Expand Down
Loading