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

[JS] Upgrade a npm package version #5292

Merged
merged 1 commit into from
Jun 20, 2016

Conversation

lchrusciel
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related tickets
License MIT

Proper version in package.json file

@@ -1,6 +1,6 @@
{
"name": "sylius",
"version": "0.17.0",
"version": "0.18.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't it 0.19.0 on master right now? :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Right now we have 0.19.0-dev so it is not a 0.19.0 directly

@pjedrzejewski
Copy link
Member

I am pretty sure we should remove this and all other configurations which may suggest that this is a standalone package on NPM. We should only keep our requirements and that's it, wdyt?

@lchrusciel
Copy link
Member Author

lchrusciel commented Jun 20, 2016

@pjedrzejewski it makes sense. I made this change, because I have just found a forgotten piece of code. 👍 for removal.

@pjedrzejewski
Copy link
Member

@lchrusciel Could you do it in this PR? Thanks!

@lchrusciel
Copy link
Member Author

sure, no problem

@pjedrzejewski
Copy link
Member

Thanks Łukasz!

@lchrusciel lchrusciel deleted the npm-version branch June 20, 2016 15:07
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.

None yet

3 participants