Skip to content

Commit 89df6af

Browse files
authored
Merge pull request #377 from platanus/release-6.4.0
Release 6.4.0
2 parents af3b2ef + e61cc87 commit 89df6af

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Unreleased
44

5+
## 6.4.0
6+
57
Features
68
- Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)
79
- Updates ActiveAdmin installation to use webpacker [#350](https://github.com/platanus/potassium/pull/350)
810
- Replaces Active Skin with Arctic Admin [#350](https://github.com/platanus/potassium/pull/350)
911

1012
Fixes
11-
- Forces `vue-loader` version to 15, as 16 requires `@vue/compiler-sfc`, which is a part of Vue 3
12-
- Changes Content Security Policy added by GTM recipe to:
13+
- Forces `vue-loader` version to 15, as 16 requires `@vue/compiler-sfc`, which is a part of Vue 3 [#375](https://github.com/platanus/potassium/pull/375)
14+
- Changes Content Security Policy added by GTM recipe to: [#375](https://github.com/platanus/potassium/pull/375)
1315
- Include the same config regardless of environment
1416
- Include `unsafe_eval` in `script_src`, as it is required for Vue's compiler build
1517
- Changes the front-end test to avoid using the deprecated method `isVueInstance` [#376](https://github.com/platanus/potassium/pull/376)

lib/potassium/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Potassium
2-
VERSION = "6.3.0"
2+
VERSION = "6.4.0"
33
RUBY_VERSION = "2.7.0"
44
RAILS_VERSION = "~> 6.0.2"
55
RUBOCOP_VERSION = "~> 1.9"

0 commit comments

Comments
 (0)