reduxjs / redux-toolkit

The official, opinionated, batteries-included toolset for efficient Redux development
https://redux-toolkit.js.org
MIT License
10.7k stars 1.17k forks source link

Version bump and Publish needed #4515

Closed Lasto13 closed 1 month ago

Lasto13 commented 3 months ago

Hello, I stumbled upon this closed ticket https://github.com/reduxjs/redux-toolkit/issues/4455 the PR is merged, yet the code is not published, the version of the package is still at 1.2.0, which is latest at https://github.com/reduxjs/redux-toolkit/pull/4198 and the published code is without those changes. https://github.com/reduxjs/redux-toolkit/pull/4198/files Even though tsconfig and oazapfts versions are already in master, might you have forgotten to bump the package version itself and publish it ? Would be great to have it :) Thanks

aryaemami59 commented 3 months ago

4509 should be merged first.

Lasto13 commented 3 months ago

Thanks, I will keep an eye out for that

markerikson commented 1 month ago

Should be live in https://github.com/reduxjs/redux-toolkit/releases/tag/%40rtk-query%2Fcodegen-openapi%402.0.0-alpha.0 ! Please try it out and let us know if it works.

SimonEggert commented 1 month ago

Works like a charm for me. I could finally get rid of the monkeypatching 😉 Thanks!