Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed May 29, 2024
1 parent 213899d commit 13dd138
Show file tree
Hide file tree
Showing 9 changed files with 301 additions and 78 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ npm run generate-python

## Publishing

JS: npm publish
JS: `npm publish`

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

PHP: auto publish hook

Expand Down
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

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
- Updated to OpenAPI Generator 7.6.0

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
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

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
- Updated to OpenAPI Generator 7.6.0

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
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

## [2.0.0] - 2024-05-29

- Updated URLR API version to 1.0
- Updated to OpenAPI Generator 7.6.0

## [1.2.0] - 2024-04-02

- Updated URLR API version to 0.4
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.2.0
npmVersion: 2.0.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.2.0
artifactVersion: 2.0.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.2.0
packageVersion: 2.0.0
infoName: URLR
infoEmail: [email protected]
gitUserId: urlr
Expand Down
Loading

0 comments on commit 13dd138

Please sign in to comment.