decap-cms-backend-azure
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-azure@3.1.0-beta.1...decap-cms-backend-azure@3.1.1) (2024-03-21) | ||
**Note:** Version bump only for package decap-cms-backend-azure | ||
# [3.1.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-azure@3.1.0-beta.1...decap-cms-backend-azure@3.1.0) (2024-02-01) | ||
@@ -59,21 +63,21 @@ | ||
## [1.2.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.2.1...decap-cms-backend-azure@1.2.2) (2021-06-01) | ||
## [1.2.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.2.1...decap-cms-backend-azure@1.2.2) (2021-06-01) | ||
**Note:** Version bump only for package decap-cms-backend-azure | ||
## [1.2.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.2.0...decap-cms-backend-azure@1.2.1) (2021-05-31) | ||
## [1.2.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.2.0...decap-cms-backend-azure@1.2.1) (2021-05-31) | ||
**Note:** Version bump only for package decap-cms-backend-azure | ||
# [1.2.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.2...decap-cms-backend-azure@1.2.0) (2021-05-04) | ||
# [1.2.0](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.2...decap-cms-backend-azure@1.2.0) (2021-05-04) | ||
### Features | ||
- added react 17 as peer dependency in packages ([#5316](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/issues/5316)) ([9e42380](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/commit/9e423805707321396eec137f5b732a5b07a0dd3f)) | ||
- added react 17 as peer dependency in packages ([#5316](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/issues/5316)) ([9e42380](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/commit/9e423805707321396eec137f5b732a5b07a0dd3f)) | ||
## [1.1.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.1...decap-cms-backend-azure@1.1.2) (2021-02-23) | ||
## [1.1.2](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.1...decap-cms-backend-azure@1.1.2) (2021-02-23) | ||
**Note:** Version bump only for package decap-cms-backend-azure | ||
## [1.1.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.0...decap-cms-backend-azure@1.1.1) (2021-02-10) | ||
## [1.1.1](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/compare/decap-cms-backend-azure@1.1.0...decap-cms-backend-azure@1.1.1) (2021-02-10) | ||
@@ -86,2 +90,2 @@ **Note:** Version bump only for package decap-cms-backend-azure | ||
- add azure devops backend ([#4427](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/issues/4427)) ([4e6dc88](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure/commit/4e6dc88efb1dae4cf6137730c3b4fb6d0f75a8cc)) | ||
- add azure devops backend ([#4427](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/issues/4427)) ([4e6dc88](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure/commit/4e6dc88efb1dae4cf6137730c3b4fb6d0f75a8cc)) |
{ | ||
"name": "decap-cms-backend-azure", | ||
"description": "Azure DevOps backend for Decap CMS", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
"repository": "https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-azure", | ||
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-azure", | ||
"bugs": "https://github.com/decaporg/decap-cms/issues", | ||
@@ -37,3 +37,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "80fb16f775bc4a1ad026985ca85a2e9ee3f1e15c" | ||
"gitHead": "875f4cafa9a82283d28fc5d7871a34550b2a3870" | ||
} |
@@ -7,8 +7,8 @@ # Azure backend | ||
`Implementation` for [File Management System API](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/README.md) based on `Api`. | ||
`Implementation` for [File Management System API](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-util/README.md) based on `Api`. | ||
`Api` - A wrapper for Azure DevOps REST API. | ||
`AuthenticationPage` - facilitates implicit authentication flow. Uses [lib-auth](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-auth/README.md). | ||
`AuthenticationPage` - facilitates implicit authentication flow. Uses [lib-auth](https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-auth/README.md). | ||
Look at tests or types for more info. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
573361