Skip to content

Commit dc05145

Browse files
authored
Bump Meta-Decidim to v0.31.1 (#161)
* Updated decidim version in gemfile to 0.31.1 * Ran bundle install after bump to newest version * Bump collabrative texts to latest verison * Commiting changes after running data:migrate in the branch * Revert "Commiting changes after running data:migrate in the branch" This reverts commit 16cde0b. * Ran bin/rails decidim:upgrade which bought update changes coming from docs * Update to package.json from decidim:upgrade command ran * Update to package-lock.json to update dependences from decidim:upgrade * Migraiton missing from organization short name from decidim bump upgrade. * Update to schema from db:migrate
1 parent 8d7773c commit dc05145

196 files changed

Lines changed: 27003 additions & 166 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
ruby RUBY_VERSION
66

77
#DECIDIM_VERSION = { github: "decidim/decidim", branch: "fix/user-groups", ref: "0a8f1218f6" }
8-
DECIDIM_VERSION = "0.31.0"
8+
DECIDIM_VERSION = "0.31.1"
99

1010
gem "decidim", DECIDIM_VERSION
1111
gem "decidim-core", DECIDIM_VERSION

0 commit comments

Comments
 (0)