Skip to content

Commit 40bba07

Browse files
committed
[RELEASE] 1.0.0
1 parent fdf4dd7 commit 40bba07

File tree

404 files changed

+49640
-2858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+49640
-2858
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2022-11-14
11+
1012
### Changed
1113

1214
- **BREAKING** drop support for NodeJS 12
@@ -16,6 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618

1719
- `(new FormsApps()).verifyJWT()` instance function
1820

21+
### Dependencies
22+
23+
- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [0.4.4](https://github.com/oneblink/sdk-core-js/releases/tag/v0.4.4) (from [0.4.4-beta.1](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))
24+
25+
- update [joi](https://www.npmjs.com/package/joi) to 17.7.0 (from 17.6.0)
26+
27+
- update [nodemailer](https://www.npmjs.com/package/nodemailer) to [6.8.0](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) (from [6.7.7](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md))
28+
29+
- update [uuid](https://www.npmjs.com/package/uuid) to [9.0.0](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) (from [8.3.2](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md))
30+
31+
- depend upon [jwks-rsa](https://www.npmjs.com/package/jwks-rsa) [3.0.0](https://github.com/auth0/node-jwks-rsa/releases/tag/v3.0.0)
32+
1933
## [0.19.17] - 2022-11-08
2034

2135
### Changed

docs/assets/highlight.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--dark-hl-9: #4EC9B0;
2222
--light-hl-10: #0451A5;
2323
--dark-hl-10: #9CDCFE;
24-
--light-code-background: #F5F5F5;
24+
--light-code-background: #FFFFFF;
2525
--dark-code-background: #1E1E1E;
2626
}
2727

@@ -55,7 +55,7 @@
5555
--code-background: var(--dark-code-background);
5656
} }
5757

58-
body.light {
58+
:root[data-theme='light'] {
5959
--hl-0: var(--light-hl-0);
6060
--hl-1: var(--light-hl-1);
6161
--hl-2: var(--light-hl-2);
@@ -70,7 +70,7 @@ body.light {
7070
--code-background: var(--light-code-background);
7171
}
7272

73-
body.dark {
73+
:root[data-theme='dark'] {
7474
--hl-0: var(--dark-hl-0);
7575
--hl-1: var(--dark-hl-1);
7676
--hl-2: var(--dark-hl-2);

0 commit comments

Comments
 (0)