Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v11.35.1 #2265

Merged
merged 2 commits into from
Feb 2, 2023
Merged
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
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ workflows:
context:
- browserstack-env
- ship/node-publish:
publish-command: yarn publish --tag v11
requires:
- build-and-test
pkg-manager: yarn
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v11.35.1](https://github.com/auth0/lock/tree/v11.35.1) (2023-02-02)
[Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v11.35.1)

**Changed**
- FDR-487 - feat: update microsoft button [\#2261](https://github.com/auth0/lock/pull/2261) ([jamescgarrett](https://github.com/jamescgarrett))

## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19)

[Full Changelog](https://github.com/auth0/lock/compare/v11.34.2...v11.35.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From CDN

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

### Configure Auth0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.35.0",
"version": "11.35.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
16 changes: 8 additions & 8 deletions build/lock.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/lock.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/lock.min.js.map

Large diffs are not rendered by default.

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": "11.35.0",
"version": "11.35.1",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down