Reaction Commerce v2.0.0-rc.3 Release Notes

  • ๐Ÿš€ This is our third release candidate for v2.0.0 of Reaction. Please check it out and let us know what works and what doesn't for you.

    ๐Ÿš€ A few files snuck into our last release that had incorrect jsdoc syntax in the form of @return <Promise>Type ๐Ÿš€ The jsdoc parser is unable to parse any return type starting with a < and throws an error. This error is thrown during the Deploy Docs CI step and causes that step of the CI to fail. This is resolved in #4704 by fixing the jsdoc to use the correct Promise syntax @return Promise<Type>

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  fix: resolve errors in jsdoc Promise returns (#4704)