File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 5.0.0] ( https://github.com/mxenabled/path-facilities/compare/v4.0.0...5.0.0 ) (2023-06-07)
2+
3+
4+ ### ⚠ BREAKING CHANGES
5+
6+ * upgrade to core:3.0.0
7+
8+ ### Bug Fixes
9+
10+ * semantic release ([ f5a986f] ( https://github.com/mxenabled/path-facilities/commit/f5a986ff1814df147a1f07eebadbd6b36c02a28f ) )
11+
12+
13+ ### Build System
14+
15+ * upgrade to core:3.0.0 ([ 79dbbf5] ( https://github.com/mxenabled/path-facilities/commit/79dbbf5e773fa3b15759c18ff088899707d774c3 ) )
16+
117## [ 4.0.1] ( https://github.com/mxenabled/path-facilities/compare/v4.0.0...4.0.1 ) (2023-06-06)
218
319
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Issues: https://github.com/mxenabled/path-core/issues
2121_ Gradle_
2222``` groovy
2323dependencies {
24- api platform("com.mx.path-facilities:platform:4 .0.1 ") // x-release-version
24+ api platform("com.mx.path-facilities:platform:5 .0.0 ") // x-release-version
2525
2626 implementation "com.mx.path-facilities:store-redis"
2727 implementation "com.mx.path-facilities:store-vault"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id " io.github.gradle-nexus.publish-plugin" version " 1.1.0"
77}
88
9- version " 4 .0.1 " // x-release-version
9+ version " 5 .0.0 " // x-release-version
1010
1111def platformProject = " platform"
1212
You can’t perform that action at this time.
0 commit comments