Skip to content

Commit

Permalink
v2.15.1 (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Jun 28, 2023
1 parent 3d47543 commit c7fd5b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.15

### 2.15.1 (June 28th, 2023)
* Fix for XSS vulnerability in Pages#edit

### 2.15.0 (May 10th, 2023)
_Notice: ViewComponent was updated to v3 in this release, make sure your own components use the new Slots API_
* Updated ViewComponent to v3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.15.0)
spina (2.15.1)
ancestry
attr_json
babosa
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.15.0"
VERSION = "2.15.1"
end

0 comments on commit c7fd5b7

Please sign in to comment.