Skip to content

Commit

Permalink
Releasing Realm Web v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jul 4, 2022
1 parent 56a07df commit 223178b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/realm-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
?.?.? Release notes (2020-??-??)
1.7.1 Release notes (2022-07-04)
=============================================================

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install realm-web
As a script-tag in the head of a browser:

```html
<script src="https://unpkg.com/[email protected].0"></script>
<script src="https://unpkg.com/[email protected].1"></script>
```

## Caveats / limitations
Expand Down
4 changes: 2 additions & 2 deletions packages/realm-web/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 packages/realm-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm-web",
"version": "1.7.0",
"version": "1.7.1",
"description": "Authenticate and communicate with the Atlas App Services, from your web-browser",
"main": "./dist/bundle.cjs.js",
"module": "./dist/bundle.es.js",
Expand Down

0 comments on commit 223178b

Please sign in to comment.