Skip to content

Commit 9afdafd

Browse files
committed
cutting a release
1 parent 48b0fb3 commit 9afdafd

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for `react-static-web-apps-auth`
22

3-
## [1.1.0]
3+
## [1.1.0] - 2021-06-28
44

55
### Added
66

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
{
2-
"name": "@aaronpowell/react-static-web-apps-auth",
3-
"version": "1.0.0",
4-
"description": "A library to help creating authenticated React apps on Azure Static Web Apps",
5-
"main": "build/index.js",
6-
"types": "build/index.d.ts",
7-
"scripts": {
8-
"build": "tsc",
9-
"watch": "tsc --watch",
10-
"lint": "eslint src/**/*.ts",
11-
"lint:fix": "npm run lint -- --fix"
12-
},
13-
"keywords": [
14-
"react",
15-
"azure",
16-
"cloud",
17-
"serverless",
18-
"hosting",
19-
"static",
20-
"authentication",
21-
"staticwebapp"
22-
],
23-
"author": {
24-
"name": "Aaron Powell",
25-
"email": "[email protected]",
26-
"url": "https://www.aaron-powell.com"
27-
},
28-
"license": "MIT",
29-
"devDependencies": {
30-
"@types/react": "^17.0.0",
31-
"@typescript-eslint/eslint-plugin": "^4.10.0",
32-
"@typescript-eslint/parser": "^4.10.0",
33-
"eslint": "^7.15.0",
34-
"eslint-config-prettier": "^7.0.0",
35-
"eslint-plugin-prettier": "^3.3.0",
36-
"eslint-plugin-react": "^7.21.5",
37-
"husky": "^4.3.6",
38-
"prettier": "^2.2.1",
39-
"typescript": "^4.1.3"
40-
},
41-
"husky": {
42-
"hooks": {
43-
"pre-commit": "npm run build && npm run lint"
44-
}
45-
},
46-
"dependencies": {},
47-
"peerDependencies": {
48-
"react": "^17.0.1",
49-
"react-dom": "^17.0.1"
50-
},
51-
"repository": {
52-
"type": "git",
53-
"url": "https://github.com/aaronpowell/react-static-web-apps-auth"
54-
},
55-
"bugs": {
56-
"url": "https://github.com/aaronpowell/react-static-web-apps-auth/issues"
57-
},
58-
"homepage": "https://github.com/aaronpowell/react-static-web-apps-auth",
59-
"private": false
60-
}
1+
{
2+
"name": "@aaronpowell/react-static-web-apps-auth",
3+
"version": "1.1.0",
4+
"description": "A library to help creating authenticated React apps on Azure Static Web Apps",
5+
"main": "build/index.js",
6+
"types": "build/index.d.ts",
7+
"scripts": {
8+
"build": "tsc",
9+
"watch": "tsc --watch",
10+
"lint": "eslint src/**/*.ts",
11+
"lint:fix": "npm run lint -- --fix"
12+
},
13+
"keywords": [
14+
"react",
15+
"azure",
16+
"cloud",
17+
"serverless",
18+
"hosting",
19+
"static",
20+
"authentication",
21+
"staticwebapp"
22+
],
23+
"author": {
24+
"name": "Aaron Powell",
25+
"email": "[email protected]",
26+
"url": "https://www.aaron-powell.com"
27+
},
28+
"license": "MIT",
29+
"devDependencies": {
30+
"@types/react": "^17.0.0",
31+
"@typescript-eslint/eslint-plugin": "^4.10.0",
32+
"@typescript-eslint/parser": "^4.10.0",
33+
"eslint": "^7.15.0",
34+
"eslint-config-prettier": "^7.0.0",
35+
"eslint-plugin-prettier": "^3.3.0",
36+
"eslint-plugin-react": "^7.21.5",
37+
"husky": "^4.3.6",
38+
"prettier": "^2.2.1",
39+
"typescript": "^4.1.3"
40+
},
41+
"husky": {
42+
"hooks": {
43+
"pre-commit": "npm run build && npm run lint"
44+
}
45+
},
46+
"dependencies": {},
47+
"peerDependencies": {
48+
"react": "^17.0.1",
49+
"react-dom": "^17.0.1"
50+
},
51+
"repository": {
52+
"type": "git",
53+
"url": "https://github.com/aaronpowell/react-static-web-apps-auth"
54+
},
55+
"bugs": {
56+
"url": "https://github.com/aaronpowell/react-static-web-apps-auth/issues"
57+
},
58+
"homepage": "https://github.com/aaronpowell/react-static-web-apps-auth",
59+
"private": false
60+
}

0 commit comments

Comments
 (0)