Skip to content

Commit

Permalink
Release v2.1.3 (#1213)
Browse files Browse the repository at this point in the history
**Changed**
- feat: support for hosted token worker
[\#1208](#1208)
([DJMcK](https://github.com/DJMcK))
  • Loading branch information
frederikprijck committed Dec 11, 2023
1 parent 5ca5720 commit 112c70f
Show file tree
Hide file tree
Showing 48 changed files with 1,007 additions and 5,161 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.2
v2.1.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.1.3](https://github.com/auth0/auth0-spa-js/tree/v2.1.3) (2023-12-11)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.2...v2.1.3)

**Changed**
- feat: support for hosted token worker [\#1208](https://github.com/auth0/auth0-spa-js/pull/1208) ([DJMcK](https://github.com/DJMcK))

## [v2.1.2](https://github.com/auth0/auth0-spa-js/tree/v2.1.2) (2023-08-21)
[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v2.1.1...v2.1.2)

Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If you want to use a CDN bundle together with import maps, you will need to use
<script type="importmap">
{
"imports": {
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.1.2/dist/auth0-spa-js.production.esm.js"
"@auth0/auth0-spa-js": "https://www.unpkg.com/@auth0/auth0-spa-js@2.1.3/dist/auth0-spa-js.production.esm.js"
}
}
</script>
Expand Down
52 changes: 26 additions & 26 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #800000;
--dark-hl-1: #808080;
--light-hl-2: #800000;
--dark-hl-2: #569CD6;
--light-hl-3: #000000FF;
--dark-hl-3: #D4D4D4;
--light-hl-4: #FF0000;
--dark-hl-4: #9CDCFE;
--light-hl-5: #0000FF;
--dark-hl-5: #CE9178;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #001080;
--dark-hl-7: #9CDCFE;
--light-hl-8: #A31515;
--dark-hl-8: #CE9178;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-hl-10: #0000FF;
--dark-hl-10: #569CD6;
--light-hl-11: #0070C1;
--dark-hl-11: #4FC1FF;
--light-hl-12: #795E26;
--dark-hl-12: #DCDCAA;
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #800000;
--dark-hl-3: #808080;
--light-hl-4: #800000;
--dark-hl-4: #569CD6;
--light-hl-5: #000000FF;
--dark-hl-5: #D4D4D4;
--light-hl-6: #E50000;
--dark-hl-6: #9CDCFE;
--light-hl-7: #0000FF;
--dark-hl-7: #CE9178;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #001080;
--dark-hl-9: #9CDCFE;
--light-hl-10: #008000;
--dark-hl-10: #6A9955;
--light-hl-11: #0000FF;
--dark-hl-11: #569CD6;
--light-hl-12: #0070C1;
--dark-hl-12: #4FC1FF;
--light-hl-13: #267F99;
--dark-hl-13: #4EC9B0;
--light-code-background: #FFFFFF;
Expand Down
111 changes: 58 additions & 53 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/navigation.js

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

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 112c70f

Please sign in to comment.