Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed May 2, 2024
1 parent 3e6b03b commit 213899d
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 26 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ npm run generate-javascript
npm run generate-python
```

## Publishing

JS: npm publish

Python: python3 -m build && twine upload dist/*

PHP: auto publish hook

### Acknowledgements

Greatly inspired by Phrase's way of doing things: https://github.com/phrase/openapi
5 changes: 5 additions & 0 deletions clients/urlr-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
- Updated to OpenAPI Generator 7.5.0

## [1.1.0] - 2024-02-13

- Add two new endpoints
Expand Down
5 changes: 5 additions & 0 deletions clients/urlr-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
- Updated to OpenAPI Generator 7.5.0

## [1.1.0] - 2024-02-13

- Add two new endpoints
Expand Down
5 changes: 5 additions & 0 deletions clients/urlr-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
- Updated to OpenAPI Generator 7.5.0

## [1.1.0] - 2024-02-13

- Add two new endpoints
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-javascript.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
npmName: urlr-js
npmVersion: 1.1.0
npmVersion: 1.2.0
gitHost: github.com
gitUserId: urlr
gitRepoId: urlr-javascript
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-php.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packageName: URLR
composerPackageName: urlr/urlr-php
artifactVersion: 1.1.0
artifactVersion: 1.2.0
invokerPackage: URLR
variableNamingConvention: camelCase
developerOrganization: URLR
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/config-python.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectName: URLR
packageName: urlr
packageVersion: 1.1.0
packageVersion: 1.2.0
infoName: URLR
infoEmail: [email protected]
gitUserId: urlr
Expand Down
2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.3.0"
"version": "7.5.0"
}
}
92 changes: 70 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 213899d

Please sign in to comment.