decap-cms-backend-aws-cognito-github-proxy 3.2.0 → 3.2.2

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.2.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@3.2.1...decap-cms-backend-aws-cognito-github-proxy@3.2.2) (2024-08-13)
7
+
8
+ ### Reverts
9
+
10
+ - Revert "Update dependencies (#7264)" ([22d483a](https://github.com/decaporg/decap-cms/commit/22d483a5b0c654071ae05735ac4f49abdc13d38c)), closes [#7264](https://github.com/decaporg/decap-cms/issues/7264)
11
+
12
+ ## [3.2.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@3.2.0...decap-cms-backend-aws-cognito-github-proxy@3.2.1) (2024-08-13)
13
+
14
+ **Note:** Version bump only for package decap-cms-backend-aws-cognito-github-proxy
15
+
6
16
  # [3.2.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-aws-cognito-github-proxy@3.1.2...decap-cms-backend-aws-cognito-github-proxy@3.2.0) (2024-08-07)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "decap-cms-backend-aws-cognito-github-proxy",
3
3
  "description": "GitHub backend for Decap CMS proxied through AWS Cognito",
4
- "version": "3.2.0",
4
+ "version": "3.2.2",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-aws-cognito-github-proxy",
7
7
  "bugs": "https://github.com/decaporg/decap-cms/issues",
@@ -41,5 +41,5 @@
41
41
  "prop-types": "^15.7.2",
42
42
  "react": "^18.2.0"
43
43
  },
44
- "gitHead": "86c93a4fae0fd954d043acc176b0618ab715623b"
44
+ "gitHead": "64d91b8bb3d0a93dd36c53800cdac4ba2e435000"
45
45
  }