gibahjoe / openapi-generator-dart

Openapi Generator for Dart/Flutter
BSD 3-Clause "New" or "Revised" License
128 stars 34 forks source link

Version 4.0.0 not released #76

Closed atoka93 closed 2 years ago

atoka93 commented 2 years ago

The latest version on master for the openapi-generator package both in CHANGELOG.md and pubspec.yaml is 4.0.0 but the released version on pub.dev is the previous version 3.3.2.

atoka93 commented 2 years ago

A workaround:

dependencies:
  openapi_generator_annotations: ^4.0.0

dev_dependencies:  
  openapi_generator: 
    git:
      url: https://github.com/gibahjoe/openapi-generator-dart.git
      ref: master
      path: openapi-generator
gibahjoe commented 2 years ago

Hi, version 4.0.0 release has been completed. All packages have been updated.

atoka93 commented 2 years ago

Thank you!