Skip to content

Commit 29ad88b

Browse files
macjuulItsMateo
andauthored
Release 3.3.1 (#744)
Co-authored-by: Matthew McFadden <[email protected]>
1 parent 76dbd24 commit 29ad88b

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

.github/workflows/draft-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
if: ${{ inputs.version }}
4141
run: |
4242
jq --arg version "${{ inputs.version }}" '.version = $version' package.json > package.tmp.json
43+
rm package.json
4344
mv package.tmp.json package.json
4445
4546
- name: Validate unique version
@@ -122,6 +123,7 @@ jobs:
122123
- name: Set version
123124
run: |
124125
jq --arg version "${{ needs.version.outputs.version }}" '.version = $version' package.json > package.tmp.json
126+
rm package.json
125127
mv package.tmp.json package.json
126128
127129
- name: Persist Apple API Key

.github/workflows/publish-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
build-web:
3535
name: Build Web
36-
runs-on: "ubuntu-20.04"
36+
runs-on: "ubuntu-latest"
3737
needs:
3838
- version
3939
steps:

.github/workflows/push-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Set version
9090
run: |
9191
jq --arg version "${{ needs.version.outputs.version }}" '.version = $version' package.json > package.tmp.json
92+
rm package.json
9293
mv package.tmp.json package.json
9394
9495
- name: Configure variables

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "surrealist",
33
"private": true,
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"surreal": "2.0.0",
66
"type": "module",
77
"authors": ["SurrealDB"],

src/assets/changelogs/3.3.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Surrealist 3.3.1
3+
date: 2025/04/01
4+
---
5+
6+
- Improved variable inferring to skip LET statements
7+
- Added a reset button to the variables panel
8+
- Set the default Surrealist Mini theme to automatic
9+
- Added "Edit connection" back into the connection status dropdown
10+
- Added a reachability indicator to the connection creator and editor
11+
- Removed the redirect when opening Sidekick from within a connection
12+
- Added additional label filtering options (#737)
13+
- Allow removing and regenerating the final query tab
14+
- Updated the Sidekick disclaimer (#745)
15+
- Updated SurrealQL highlighting
16+
- Fixed some buttons looking incorrect in light theme
17+
- Fixed buttons in the Sandbox not working correctly
18+
- Fixed incorrect copy button on the cloud instance dashboard view
19+
- Fixed database importing always showing a success message (#748)
20+
- Fixed incorrect colors on the referral page in light theme (#747)
21+
- Fixed certain preferences displaying when they shouldn't (#746)

0 commit comments

Comments
 (0)