-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bump decidim from 0.28.1 to 0.28.2 #545
Conversation
package.json
Outdated
"@decidim/dev": "^0.28.0", | ||
"@decidim/eslint-config": "^0.28.0", | ||
"@decidim/prettier-config": "^0.28.0", | ||
"@decidim/stylelint-config": "^0.28.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version here should be ^0.28.2
config/webpack/custom.js
Outdated
@@ -78,7 +78,6 @@ module.exports = { | |||
resolve: { | |||
extensions: [".js", ".jsx", ".gql", ".graphql"], | |||
fallback: { | |||
punycode: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should not be removed or we will have issues on Heroku
Gemfile.lock
Outdated
ffi (1.17.0-aarch64-linux-gnu) | ||
ffi (1.17.0-arm64-darwin) | ||
ffi (1.17.0-x86_64-linux-gnu) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change will fix the problem in the CI:
ffi (1.17.0-aarch64-linux-gnu) | |
ffi (1.17.0-arm64-darwin) | |
ffi (1.17.0-x86_64-linux-gnu) | |
ffi (1.16.3) |
f4d565d
to
c0ab2bd
Compare
Fixed here: c0ab2bd |
🎩 What? Why?
Upgrade decidim to 0.28.2
📌 Related Issues
📋 Subtasks
📷 Screenshots (optional)