Skip to content

Commit

Permalink
RSTUDIO-528: Update version to add support for collections in mixed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Jun 7, 2024
1 parent 36c2058 commit 7585af2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/prs-lint-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11.x'
- name: Install dependencies
run: npm ci
- name: Check package-lock.json
Expand All @@ -30,7 +34,7 @@ jobs:
MOCHA_FILE: pre-test-results.xml
run: npm test -- --reporter mocha-github-actions-reporter
- name: Build the package
run: npx electron-builder -mlw --publish never
run: npx electron-builder -m --publish never
- name: Archive the .dmg for macOS
uses: actions/upload-artifact@v2
with:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## vNext (TBD)

### Enhancements
* Added support for displaying collections in mixed.

### Fixed
* None

### Internals
* Upgraded Realm to `v12.9.0`. ([#1651](https://github.com/realm/realm-studio/pull/1651))

## 15.0.1 (2024-04-23)

### Fixed
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"react-sortable-hoc": "^2.0.0",
"react-virtualized": "^9.22.5",
"reactstrap": "^9.2.2",
"realm": "^12.7.0-rc.0",
"realm": "^12.9.0",
"semver": "^7.6.0",
"uuid": "^9.0.1"
},
Expand Down

0 comments on commit 7585af2

Please sign in to comment.