Skip to content

Commit 846f07e

Browse files
committed
chore: update package references from web-ui-sdks to javascript
- Updated package.json files across various packages to change homepage, bugs URL, and repository URL from "asgardeo/web-ui-sdks" to "asgardeo/javascript". - Modified CHANGELOG.md files to reflect the new repository links for pull requests and commits. - Adjusted README.md files in the react-router and vue packages to point to the new issue tracker. - Updated sample applications' CHANGELOG.md and README.md files to reference the new repository. - Changed links in Vue component files to direct to the new GitHub repository.
1 parent ebe84b6 commit 846f07e

33 files changed

+269
-267
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelog": [
66
"@changesets/changelog-github",
77
{
8-
"repo": "asgardeo/web-ui-sdks"
8+
"repo": "asgardeo/javascript"
99
}
1010
],
1111
"commit": false,

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
deploy:
4545
environment:
4646
name: github-pages
47-
url: "web-ui-sdks"
47+
url: "javascript"
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Sorts JSON objects in alphabetical order.
7373
Replace `<github username>` with your own username.
7474

7575
```shell
76-
git clone https://github.com/<github username>/web-ui-sdks.git
76+
git clone https://github.com/<github username>/javascript.git
7777
```
7878

7979
3. Set the original repo as the upstream remote.
8080

8181
```shell
82-
git remote add upstream https://github.com/asgardeo/web-ui-sdks.git
82+
git remote add upstream https://github.com/asgardeo/javascript.git
8383
```
8484

8585
## Setting up the Development Environment

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
<p align="center" style="color: #343a40">
2-
<img
3-
src="./docs/assets/images/banner.png" alt="Asgardeo Logo"
4-
>
5-
2+
<img src="./docs/assets/images/banner.png" alt="Asgardeo Logo">
63
</p>
7-
<p align="center" style="font-size: 1.2rem;">
8-
Designed for building applications with <a href="https://wso2.com/asgardeo">Asgardeo</a>
4+
5+
<p align="center" style="font-size: 1.2rem;font-weight: bold;">
6+
<a href="https://asgardeo.io">Asgardeo</a> . <a href="https://wso2.com/asgardeo/docs/sdks">Documentation</a> . <a href="./CHANGELOG.md">Changelog</a>
97
</p>
108

119
<div align="center">
10+
<a href="https://stackoverflow.com/questions/tagged/wso2is"><img src="https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange.svg" alt="Ask for help on Stackoverflow"></a>
11+
<a href="https://discord.gg/wso2"><img src="https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg" alt="Join us on Discord"></a>
12+
<a href="https://twitter.com/intent/follow?screen_name=wso2"><img src="https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow" alt="Twitter"></a>
1213
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
13-
<a href="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml"><img src="https://github.com/asgardeo/web-ui-sdks/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
14-
15-
<br>
16-
<br>
14+
<a href="https://github.com/asgardeo/javascript/actions/workflows/release.yml"><img src="https://github.com/asgardeo/javascript/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
1715
</div>
1816

1917
<br>
2018

21-
This repository contains the source code of JavaScript SDKs that can be used to build applications integrated with Asgardeo. If you have any questions, please reach out to us through one of the following channels:
19+
<p align="center" style="font-size: 1.2rem;">
20+
Design secure, secure, and scalable applications with Asgardeo's JavaScript SDKs.
21+
</p>
22+
2223

23-
[![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/wso2is)
24-
[![Join the chat at https://discord.gg/wso2](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
25-
[![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=wso2)
2624

2725
## Packages
2826

@@ -35,15 +33,19 @@ This repository contains the source code of JavaScript SDKs that can be used to
3533
| [![@asgardeo/express](https://img.shields.io/npm/v/@asgardeo/express?color=%23339933&label=%40asgardeo%2Fexpress&logo=express)](./packages/express/) | Express.js SDK for server-side integration |
3634
| [![@asgardeo/nuxt](https://img.shields.io/npm/v/@asgardeo/nuxt?color=%2300DC82&label=%40asgardeo%2Fnuxt&logo=nuxt)](./packages/nuxt/) | Nuxt.js SDK for building applications with Asgardeo |
3735
| [![@asgardeo/react](https://img.shields.io/npm/v/@asgardeo/react?color=%2361DAFB&label=%40asgardeo%2Freact&logo=react)](./packages/react/) | React SDK for building applications with Asgardeo |
36+
| [![@asgardeo/react-router](https://img.shields.io/npm/v/@asgardeo/react-router?color=%2361DAFB&label=%40asgardeo%2Freact-router&logo=react-router)](./packages/react-router/) | Supplementary React Router bindings |
3837
| [![@asgardeo/vue](https://img.shields.io/npm/v/@asgardeo/vue?color=%234FC08D&label=%40asgardeo%2Fvue&logo=vue.js)](./packages/vue/) | Vue.js SDK for building applications with Asgardeo |
3938

4039
## Contribute
40+
4141
Please read [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to Asgardeo JavaScript SDKs. Refer to [General Contribution Guidelines](http://wso2.github.io/) for details on our code of conduct, and the process for submitting pull requests to us.
4242

4343
### Reporting issues
44-
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/web-ui-sdks/issues).
44+
45+
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/javascript/issues).
4546

4647
**Important**: Please be advised that security issues MUST be reported to <a href="mailto:[email protected]">[email protected]</a>, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.
4748

4849
## License
50+
4951
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "Workspace to hold the Asgardeo JavaScript SDKs.",
66
"author": "WSO2",
77
"license": "Apache-2.0",
8-
"homepage": "https://github.com/asgardeo/web-ui-sdks#readme",
8+
"homepage": "https://github.com/asgardeo/javascript#readme",
99
"bugs": {
10-
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
10+
"url": "https://github.com/asgardeo/javascript/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/asgardeo/web-ui-sdks"
14+
"url": "https://github.com/asgardeo/javascript"
1515
},
1616
"keywords": [
1717
"asgardeo",
@@ -40,4 +40,4 @@
4040
"publishConfig": {
4141
"access": "restricted"
4242
}
43-
}
43+
}

packages/__legacy__/core/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@
44

55
### Patch Changes
66

7-
- [#47](https://github.com/asgardeo/web-ui-sdks/pull/47)
8-
[`3d3af92`](https://github.com/asgardeo/web-ui-sdks/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108) Thanks
7+
- [#47](https://github.com/asgardeo/javascript/pull/47)
8+
[`3d3af92`](https://github.com/asgardeo/javascript/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108) Thanks
99
[@dasuni-30](https://github.com/dasuni-30)! - Add support to esm in core package
1010

1111
## 0.1.2
1212

1313
### Patch Changes
1414

15-
- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34)
16-
[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
15+
- [#34](https://github.com/asgardeo/javascript/pull/34)
16+
[`4344408`](https://github.com/asgardeo/javascript/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
1717
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React
1818
SDK
1919

2020
## 0.1.1
2121

2222
### Patch Changes
2323

24-
- [#20](https://github.com/asgardeo/web-ui-sdks/pull/20)
25-
[`8eef064`](https://github.com/asgardeo/web-ui-sdks/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489) Thanks
24+
- [#20](https://github.com/asgardeo/javascript/pull/20)
25+
[`8eef064`](https://github.com/asgardeo/javascript/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489) Thanks
2626
[@movinsilva](https://github.com/movinsilva)! - Add readme files and update build scripts
2727

2828
## 0.1.0
2929

3030
### Minor Changes
3131

32-
- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
33-
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
32+
- [#17](https://github.com/asgardeo/javascript/pull/17)
33+
[`0be3e48`](https://github.com/asgardeo/javascript/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
3434
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react
3535

3636
- Drop in components

packages/__legacy__/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"LICENSE",
1515
"README.md"
1616
],
17-
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/core#readme",
17+
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/core#readme",
1818
"bugs": {
19-
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
19+
"url": "https://github.com/asgardeo/javascript/issues"
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/asgardeo/web-ui-sdks",
23+
"url": "https://github.com/asgardeo/javascript",
2424
"directory": "packages/core"
2525
},
2626
"keywords": [
@@ -60,4 +60,4 @@
6060
"lodash.isempty": "^4.4.0",
6161
"lodash.merge": "^4.6.2"
6262
}
63-
}
63+
}

packages/__legacy__/react/CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,73 @@
44

55
### Patch Changes
66

7-
- [#44](https://github.com/asgardeo/web-ui-sdks/pull/44)
8-
[`355234c`](https://github.com/asgardeo/web-ui-sdks/commit/355234c5da7f873675f0dde8ac34fe18946c85c5) Thanks
7+
- [#44](https://github.com/asgardeo/javascript/pull/44)
8+
[`355234c`](https://github.com/asgardeo/javascript/commit/355234c5da7f873675f0dde8ac34fe18946c85c5) Thanks
99
[@dasuni-30](https://github.com/dasuni-30)! - Update package.json to support ESM modules
1010

11-
- [#48](https://github.com/asgardeo/web-ui-sdks/pull/48)
12-
[`f0bbb30`](https://github.com/asgardeo/web-ui-sdks/commit/f0bbb300f5ca7e27bab3ce90cb1bae9dc550aa98) Thanks
11+
- [#48](https://github.com/asgardeo/javascript/pull/48)
12+
[`f0bbb30`](https://github.com/asgardeo/javascript/commit/f0bbb300f5ca7e27bab3ce90cb1bae9dc550aa98) Thanks
1313
[@dasuni-30](https://github.com/dasuni-30)! - Fix EsLint issues in the PR build failure
1414

1515
- Updated dependencies
16-
[[`3d3af92`](https://github.com/asgardeo/web-ui-sdks/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108)]:
16+
[[`3d3af92`](https://github.com/asgardeo/javascript/commit/3d3af92338dec2d4b8aff09f9ba9da7d68781108)]:
1717
- @asgardeo/js@0.1.3
1818

1919
## 0.2.3
2020

2121
### Patch Changes
2222

23-
- [#38](https://github.com/asgardeo/web-ui-sdks/pull/38)
24-
[`9d577ed`](https://github.com/asgardeo/web-ui-sdks/commit/9d577ed83b3ba138b884d2a2aa0f51f4dc2d7d79) Thanks
23+
- [#38](https://github.com/asgardeo/javascript/pull/38)
24+
[`9d577ed`](https://github.com/asgardeo/javascript/commit/9d577ed83b3ba138b884d2a2aa0f51f4dc2d7d79) Thanks
2525
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Fix loading state issues in the React SDK
2626

2727
## 0.2.2
2828

2929
### Patch Changes
3030

31-
- [#36](https://github.com/asgardeo/web-ui-sdks/pull/36)
32-
[`39b7402`](https://github.com/asgardeo/web-ui-sdks/commit/39b74025195a74fde8d7a723855c3b3d7100bb9f) Thanks
31+
- [#36](https://github.com/asgardeo/javascript/pull/36)
32+
[`39b7402`](https://github.com/asgardeo/javascript/commit/39b74025195a74fde8d7a723855c3b3d7100bb9f) Thanks
3333
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Expose global loading state from the react SDK
3434

3535
## 0.2.1
3636

3737
### Patch Changes
3838

39-
- [#34](https://github.com/asgardeo/web-ui-sdks/pull/34)
40-
[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
39+
- [#34](https://github.com/asgardeo/javascript/pull/34)
40+
[`4344408`](https://github.com/asgardeo/javascript/commit/43444087466db1c12fdb97e283192d5e2ccc00f1) Thanks
4141
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Improvements to Identifier first authenticator in the React
4242
SDK
4343

4444
- Updated dependencies
45-
[[`4344408`](https://github.com/asgardeo/web-ui-sdks/commit/43444087466db1c12fdb97e283192d5e2ccc00f1)]:
45+
[[`4344408`](https://github.com/asgardeo/javascript/commit/43444087466db1c12fdb97e283192d5e2ccc00f1)]:
4646
- @asgardeo/js@0.1.2
4747

4848
## 0.2.0
4949

5050
### Minor Changes
5151

52-
- [#31](https://github.com/asgardeo/web-ui-sdks/pull/31)
53-
[`084d8e9`](https://github.com/asgardeo/web-ui-sdks/commit/084d8e9cc66a1b36033f82bf7659b9c3a1ac3627) Thanks
52+
- [#31](https://github.com/asgardeo/javascript/pull/31)
53+
[`084d8e9`](https://github.com/asgardeo/javascript/commit/084d8e9cc66a1b36033f82bf7659b9c3a1ac3627) Thanks
5454
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Implement support for identifier first authenticator
5555

5656
## 0.1.1
5757

5858
### Patch Changes
5959

60-
- [#20](https://github.com/asgardeo/web-ui-sdks/pull/20)
61-
[`8eef064`](https://github.com/asgardeo/web-ui-sdks/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489) Thanks
60+
- [#20](https://github.com/asgardeo/javascript/pull/20)
61+
[`8eef064`](https://github.com/asgardeo/javascript/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489) Thanks
6262
[@movinsilva](https://github.com/movinsilva)! - Add readme files and update build scripts
6363

6464
- Updated dependencies
65-
[[`8eef064`](https://github.com/asgardeo/web-ui-sdks/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489)]:
65+
[[`8eef064`](https://github.com/asgardeo/javascript/commit/8eef0641c01de02aa7c4a6d75f059136fcfdb489)]:
6666
- @asgardeo/js@0.1.1
6767

6868
## 0.1.0
6969

7070
### Minor Changes
7171

72-
- [#17](https://github.com/asgardeo/web-ui-sdks/pull/17)
73-
[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
72+
- [#17](https://github.com/asgardeo/javascript/pull/17)
73+
[`0be3e48`](https://github.com/asgardeo/javascript/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd) Thanks
7474
[@movinsilva](https://github.com/movinsilva)! - Initial release of @asgardeo/js and @asgardeo/react
7575

7676
- Drop in components
@@ -91,5 +91,5 @@
9191
### Patch Changes
9292

9393
- Updated dependencies
94-
[[`0be3e48`](https://github.com/asgardeo/web-ui-sdks/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd)]:
94+
[[`0be3e48`](https://github.com/asgardeo/javascript/commit/0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd)]:
9595
- @asgardeo/js@0.1.0

packages/__legacy__/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"LICENSE",
1515
"README.md"
1616
],
17-
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/react#readme",
17+
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/react#readme",
1818
"bugs": {
19-
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
19+
"url": "https://github.com/asgardeo/javascript/issues"
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/asgardeo/web-ui-sdks",
23+
"url": "https://github.com/asgardeo/javascript",
2424
"directory": "packages/react"
2525
},
2626
"keywords": [
@@ -78,4 +78,4 @@
7878
"react": ">=18.0.0",
7979
"react-dom": ">=18.0.0"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)