Skip to content

Commit 7585af2

Browse files
authored
RSTUDIO-528: Update version to add support for collections in mixed (#1651)
1 parent 36c2058 commit 7585af2

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

.github/workflows/prs-lint-build-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: actions/setup-node@v1
1616
with:
1717
node-version: 18
18+
- name: Setup Python 3.11
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: '3.11.x'
1822
- name: Install dependencies
1923
run: npm ci
2024
- name: Check package-lock.json
@@ -30,7 +34,7 @@ jobs:
3034
MOCHA_FILE: pre-test-results.xml
3135
run: npm test -- --reporter mocha-github-actions-reporter
3236
- name: Build the package
33-
run: npx electron-builder -mlw --publish never
37+
run: npx electron-builder -m --publish never
3438
- name: Archive the .dmg for macOS
3539
uses: actions/upload-artifact@v2
3640
with:

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## vNext (TBD)
4+
5+
### Enhancements
6+
* Added support for displaying collections in mixed.
7+
8+
### Fixed
9+
* None
10+
11+
### Internals
12+
* Upgraded Realm to `v12.9.0`. ([#1651](https://github.com/realm/realm-studio/pull/1651))
13+
314
## 15.0.1 (2024-04-23)
415

516
### Fixed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"react-sortable-hoc": "^2.0.0",
152152
"react-virtualized": "^9.22.5",
153153
"reactstrap": "^9.2.2",
154-
"realm": "^12.7.0-rc.0",
154+
"realm": "^12.9.0",
155155
"semver": "^7.6.0",
156156
"uuid": "^9.0.1"
157157
},

0 commit comments

Comments
 (0)