@widergy/react-social-auth 3.2.5 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [3.3.0](https://github.com/widergy/react-social-auth/compare/v3.2.6...v3.3.0) (2026-08-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * codeartifact publish step ([2dcc8aa](https://github.com/widergy/react-social-auth/commit/2dcc8aa0679d33254e7bd13d04daac355c6068a4))
7
+
8
+ ## [3.2.6](https://github.com/widergy/react-social-auth/compare/v3.2.5...v3.2.6) (2026-04-16)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * test org deploy ([477549c](https://github.com/widergy/react-social-auth/commit/477549c2369de2d2519d5ab078332a6307374916))
14
+
1
15
  ## [3.2.5](https://github.com/widergy/react-social-auth/compare/v3.2.4...v3.2.5) (2026-03-12)
2
16
 
3
17
 
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # react-package-bootstrap ![Logo](https://funkyimg.com/i/2VY6U.png)
2
+ # react-package-bootstrap ![Logo](https://funkyimg.com/i/2VY6U.png)
3
3
 
4
4
  ![WidergyWeb](https://img.shields.io/badge/WIDERGY-WEB-00d564.svg)
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/react-social-auth",
3
- "version": "3.2.5",
3
+ "version": "3.3.0",
4
4
  "description": "Social Network Authorization (Twitter, Facebook, etc.)",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -18,7 +18,8 @@
18
18
  "eject": "react-scripts eject",
19
19
  "prebuild": "rimraf dist",
20
20
  "build": "NODE_ENV=production babel src/lib --out-dir dist --copy-files",
21
- "prepare": "npm run build && husky install"
21
+ "prepare": "npm run build && husky install",
22
+ "aws-configure": "bash scripts/aws-configure.sh"
22
23
  },
23
24
  "devDependencies": {
24
25
  "@babel/cli": "^7.2.3",