Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue when trying to do release #18

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

achenPDFTron
Copy link
Collaborator

No description provided.

@@ -1,6 +1,6 @@
{
"name": "@pdftron/webviewer-react-toolkit",
"version": "0.7.3",
"version": "0.7.2",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did not know doing a release will autoincrement version for you. so i reverted back version.

@@ -22,7 +24,7 @@ const config: webpack.Configuration = {
},
externals: [nodeExternals()],
plugins: [
new MiniCssExtractPlugin({ filename: `${CSS_PATH}/style.css` }),
miniCssExtractPlugin as unknown as Plugin,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgrading to latest version of this library causes issues. so i cast it.

@achenPDFTron achenPDFTron changed the title reverted back version Fixed issue when trying to do release Oct 6, 2021
@lbittner-pdftron lbittner-pdftron merged commit bd34a19 into master Oct 6, 2021
@lbittner-pdftron lbittner-pdftron deleted the fix-issues-found-when-creating-release branch October 6, 2021 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants