Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
release[okta-angular][okta-react][okta-vue]: Publish new versions (#313)
Browse files Browse the repository at this point in the history
- Publish okta-angular v1.0.4
- Publish okta-react v1.1.1
- Publish okta-vue v1.0.4
  • Loading branch information
manueltanzi-okta authored Sep 24, 2018
1 parent 95c3e62 commit a5a14d7
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/okta-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.4

### Bug fixes

- [`5862e32`](https://github.com/okta/okta-oidc-js/commit/5862e320547ef5dd24ac5717480514f71f72bab3) - Fixes an issue where the library would enter an error state when attempting to renew expired tokens (errorCode: `login_required`).

# 1.0.3

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/okta-angular/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 packages/okta-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-angular",
"version": "1.0.3",
"version": "1.0.4",
"description": "Angular support for Okta",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/okta-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.1

### Bug fixes

- [`dbfb7de`](https://github.com/okta/okta-oidc-js/commit/dbfb7de3b41e932559ffa70790eeeca1dd30c270) - Fixes an issue where the library would enter an error state when attempting to renew expired tokens (errorCode: `login_required`).

# 1.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/okta-react/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 packages/okta-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-react",
"version": "1.1.0",
"version": "1.1.1",
"description": "React support for Okta",
"main": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/okta-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.4

### Bug fixes

- [`95c3e62`](https://github.com/okta/okta-oidc-js/commit/dbfb7de3b41e932559ffa70790eeeca1dd30c270) - Fixes an issue where the library would enter an error state when attempting to renew expired tokens (errorCode: `login_required`).

# 1.0.3

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/okta-vue/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 packages/okta-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-vue",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vue support for Okta",
"main": "dist/okta-vue.js",
"files": [
Expand Down

0 comments on commit a5a14d7

Please sign in to comment.