Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v13.2.0
v13.3.0
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

## [v13.2.0](https://github.com/auth0/lock/tree/v13.1.0) (2025-08-07)
## [v13.3.0](https://github.com/auth0/lock/tree/v13.3.0) (2026-03-23)

**Chore**
- chore: remove deprecated yammer, renren, miicard strategies [\#2747](https://github.com/auth0/lock/pull/2747) ([
omarquazi-okta](https://github.com/omarquazi-okta))

## [v13.2.0](https://github.com/auth0/lock/tree/v13.2.0) (2025-08-07)

**Fixes**
- Update old Twitter icon and name to "X" [\#2649](https://github.com/auth0/lock/pull/2649) ([
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/13.2.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/13.3.0/lock.min.js"></script>
```

### Configure Auth0
Expand Down
18 changes: 0 additions & 18 deletions css/social_icons.styl

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "13.2.0",
"version": "13.3.0",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions src/connection/social/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ export const STRATEGIES = {
'google-oauth2': 'Google',
instagram: 'Instagram',
linkedin: 'LinkedIn',
miicard: 'miiCard',
paypal: 'PayPal',
'paypal-sandbox': 'PayPal Sandbox',
planningcenter: 'Planning Center',
renren: '人人',
salesforce: 'Salesforce',
'salesforce-community': 'Salesforce Community',
'salesforce-sandbox': 'Salesforce (sandbox)',
Expand All @@ -43,7 +41,6 @@ export const STRATEGIES = {
windowslive: 'Microsoft',
wordpress: 'Wordpress',
yahoo: 'Yahoo!',
yammer: 'Yammer',
yandex: 'Yandex',
weibo: '新浪微博',
line: 'Line'
Expand Down
Loading