Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 53837d6

Browse files
chore(main): release 1.1.0-rc.1
1 parent 4381160 commit 53837d6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-rc.1"
2+
".": "1.1.0-rc.1"
33
}

CHANGELOG.md

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

3+
## [1.1.0-rc.1](https://github.com/rivet-gg/opengb-modules/compare/v1.0.0-rc.1...v1.1.0-rc.1) (2024-08-24)
4+
5+
6+
### Features
7+
8+
* add identity providers for `email`, `email_link`, `email_password`, `email_passwordless`, and `username_password` ([#144](https://github.com/rivet-gg/opengb-modules/issues/144)) ([0f9152f](https://github.com/rivet-gg/opengb-modules/commit/0f9152f4ce57f694e9f5367d1da6039c13257dc3))
9+
* Create the `identites` module ([#121](https://github.com/rivet-gg/opengb-modules/issues/121)) ([ba39943](https://github.com/rivet-gg/opengb-modules/commit/ba39943b74877721bffd368e221ef546483b46b7))
10+
* Create the `user_passwords` module ([#127](https://github.com/rivet-gg/opengb-modules/issues/127)) ([7d12d24](https://github.com/rivet-gg/opengb-modules/commit/7d12d24836919621622bd4073289a8066c03deb4))
11+
* **sandbox:** create sandbox foundation ([#133](https://github.com/rivet-gg/opengb-modules/issues/133)) ([692d68a](https://github.com/rivet-gg/opengb-modules/commit/692d68a671a80bfeb4b8e895ac0d8b4f193484fd))
12+
13+
14+
### Tests
15+
16+
* **tokens:** add a test for the `meta` field. ([#117](https://github.com/rivet-gg/opengb-modules/issues/117)) ([7bc0a69](https://github.com/rivet-gg/opengb-modules/commit/7bc0a6905151ca6e99c0d44baec9626b42ff0ce8))
17+
18+
19+
### Chores
20+
21+
* add coming soon modules ([#120](https://github.com/rivet-gg/opengb-modules/issues/120)) ([5f71917](https://github.com/rivet-gg/opengb-modules/commit/5f7191716fde37c042cf7a54bae508d943c8bb23))
22+
* add sandbox scripts ([#141](https://github.com/rivet-gg/opengb-modules/issues/141)) ([cab6396](https://github.com/rivet-gg/opengb-modules/commit/cab6396f9f36cae76b4581db5fe545b1fef6a439))
23+
* generate migrations ([#146](https://github.com/rivet-gg/opengb-modules/issues/146)) ([4381160](https://github.com/rivet-gg/opengb-modules/commit/4381160e15bbf51d5229cfa4910490b31902172b))
24+
* **lobbies:** add lnd-* region prefixes ([#139](https://github.com/rivet-gg/opengb-modules/issues/139)) ([205f841](https://github.com/rivet-gg/opengb-modules/commit/205f841ab3d6bd54c98ecaa21cd24202e1e69bb9))
25+
* migrate database query api ([#140](https://github.com/rivet-gg/opengb-modules/issues/140)) ([d03bd83](https://github.com/rivet-gg/opengb-modules/commit/d03bd83dda3ce39b3bea1980d6dff65e92aa5a3a))
26+
* name scripts ([b81597a](https://github.com/rivet-gg/opengb-modules/commit/b81597ab946c190f32df9eed03b7c690658eecd4))
27+
* **rate_limit:** remove db ([#137](https://github.com/rivet-gg/opengb-modules/issues/137)) ([a2f5af1](https://github.com/rivet-gg/opengb-modules/commit/a2f5af1983e97c0314fa4649d32ce27e95e54012))
28+
* remove enable from auth* configs ([#145](https://github.com/rivet-gg/opengb-modules/issues/145)) ([22132b7](https://github.com/rivet-gg/opengb-modules/commit/22132b748f0af1e2e473e20625fba65b3da4d679))
29+
330
## [1.0.0-rc.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.1...v1.0.0-rc.1) (2024-08-07)
431

532

0 commit comments

Comments
 (0)