@widergy/react-social-auth 3.2.6 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## [3.2.6](https://github.com/widergy/react-social-auth/compare/v3.2.5...v3.2.6) (2026-04-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/react-social-auth",
3
- "version": "3.2.6",
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",