File tree 5 files changed +26
-2
lines changed
5 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 40
40
if : ${{ inputs.version }}
41
41
run : |
42
42
jq --arg version "${{ inputs.version }}" '.version = $version' package.json > package.tmp.json
43
+ rm package.json
43
44
mv package.tmp.json package.json
44
45
45
46
- name : Validate unique version
@@ -122,6 +123,7 @@ jobs:
122
123
- name : Set version
123
124
run : |
124
125
jq --arg version "${{ needs.version.outputs.version }}" '.version = $version' package.json > package.tmp.json
126
+ rm package.json
125
127
mv package.tmp.json package.json
126
128
127
129
- name : Persist Apple API Key
Original file line number Diff line number Diff line change 33
33
34
34
build-web :
35
35
name : Build Web
36
- runs-on : " ubuntu-20.04 "
36
+ runs-on : " ubuntu-latest "
37
37
needs :
38
38
- version
39
39
steps :
Original file line number Diff line number Diff line change 89
89
- name : Set version
90
90
run : |
91
91
jq --arg version "${{ needs.version.outputs.version }}" '.version = $version' package.json > package.tmp.json
92
+ rm package.json
92
93
mv package.tmp.json package.json
93
94
94
95
- name : Configure variables
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " surrealist" ,
3
3
"private" : true ,
4
- "version" : " 3.3.0 " ,
4
+ "version" : " 3.3.1 " ,
5
5
"surreal" : " 2.0.0" ,
6
6
"type" : " module" ,
7
7
"authors" : [" SurrealDB" ],
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments