Skip to content

Commit ffaeb6a

Browse files
committed
v1.0.0 release
1 parent bb4a0aa commit ffaeb6a

File tree

15 files changed

+81
-16
lines changed

15 files changed

+81
-16
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

apps/attester/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "attester",
3+
"private": true,
34
"version": "0.0.0",
45
"description": "Attester",
56
"main": "./dist/index.js",

examples/spa/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# spa
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @fast-auth-near/firebase-provider@1.0.0
9+
- @fast-auth-near/javascript-provider@1.0.0
10+
- @fast-auth-near/browser-sdk@1.0.0

examples/spa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spa",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @fast-auth-near/firebase-provider
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- First release 🚀

packages/providers/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fast-auth-near/firebase-provider",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @fast-auth-near/javascript-provider
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- First release 🚀

packages/providers/javascript/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "@fast-auth-near/javascript-provider",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"scripts": {
8-
"build": "tsc",
9-
"lint": "eslint .",
10-
"test": "jest"
8+
"build": "tsc",
9+
"lint": "eslint .",
10+
"test": "jest"
1111
},
1212
"keywords": [],
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16-
"@auth0/auth0-spa-js": "^2.11.3",
17-
"@near-js/accounts": "^2.0.2",
18-
"@near-js/transactions": "^2.0.2",
19-
"elliptic": "^6.6.1",
20-
"jose": "^6.0.11",
21-
"near-api-js": "^5.1.1",
22-
"react-native-auth0": "^5.0.1"
16+
"@auth0/auth0-spa-js": "^2.11.3",
17+
"@near-js/accounts": "^2.0.2",
18+
"@near-js/transactions": "^2.0.2",
19+
"elliptic": "^6.6.1",
20+
"jose": "^6.0.11",
21+
"near-api-js": "^5.1.1",
22+
"react-native-auth0": "^5.0.1"
2323
},
2424
"devDependencies": {
2525
"@shared/eslint": "workspace:*",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @fast-auth-near/react-native-provider
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- First release 🚀

0 commit comments

Comments
 (0)