Skip to content

Commit

Permalink
chore(release): changeset created a new release (develop)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent 47ae90b commit 215008c
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 158 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"initialVersions": {
"fingerprint-pro-server-api-php-sdk": "5.0.0"
},
"changesets": []
"changesets": [
"orange-taxis-fetch"
]
}
267 changes: 117 additions & 150 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 5.0.0
- Package version: dev-5.1.0-0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint/fingerprint-pro-server-api-sdk",
"version": "5.0.0",
"version": "dev-5.1.0-0",
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
"keywords": [
"swagger",
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"gitUserId": "fingerprintjs",
"gitRepoId": "fingerprint-pro-server-api-php-sdk",
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
"artifactVersion": "5.0.0"
"artifactVersion": "dev-5.1.0-0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fingerprint-pro-server-api-php-sdk",
"version": "5.0.0",
"version": "5.1.0-develop.0",
"private": true,
"devDependencies": {
"@changesets/cli": "^2.27.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Api/FingerprintApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class FingerprintApi
protected ClientInterface $client;
protected Configuration $config;

protected string $integration_info = 'fingerprint-pro-server-php-sdk/5.0.0';
protected string $integration_info = 'fingerprint-pro-server-php-sdk/dev-5.1.0-0';

public function __construct(
?ClientInterface $client = null,
Expand Down
4 changes: 2 additions & 2 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Configuration
/**
* User agent of the HTTP request, set to "PHP-Swagger" by default.
*/
protected string $userAgent = 'Swagger-Codegen/5.0.0/php';
protected string $userAgent = 'Swagger-Codegen/dev-5.1.0-0/php';

/**
* Debug switch (default set to false).
Expand Down Expand Up @@ -422,7 +422,7 @@ public static function toDebugReport(): string
$report .= ' OS: '.php_uname().PHP_EOL;
$report .= ' PHP Version: '.PHP_VERSION.PHP_EOL;
$report .= ' OpenAPI Spec Version: 3'.PHP_EOL;
$report .= ' SDK Package Version: 5.0.0'.PHP_EOL;
$report .= ' SDK Package Version: dev-5.1.0-0'.PHP_EOL;
$report .= ' Temp Folder Path: '.self::getDefaultConfiguration()->getTempFolderPath().PHP_EOL;

return $report;
Expand Down

0 comments on commit 215008c

Please sign in to comment.