Skip to content

Commit

Permalink
chore(master): release 16.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tessstoddard committed Feb 14, 2025
1 parent b6e157f commit 603d682
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "16.3.0"
".": "16.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

* remove old term repository from base controller ([5402532](https://github.com/mxenabled/path-mdx-model/commit/5402532342b9c6b94f3c921ad025cc2b625a3b95))

## [16.4.0](https://github.com/mxenabled/path-mdx-model/compare/v16.3.0...v16.4.0) (2025-02-14)


### Features

* add card_manager_data to authorization model ([b6e157f](https://github.com/mxenabled/path-mdx-model/commit/b6e157f084495300fa48230c2b2db87ddcbcb2f5))

## [16.3.0](https://github.com/mxenabled/path-mdx-model/compare/v16.2.0...v16.3.0) (2025-02-03)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
api platform("com.mx.path-mdx-model:platform:16.3.0")
api platform("com.mx.path-mdx-model:platform:16.4.0")
implementation "com.mx.path-mdx-model:mdx-models"
implementation "com.mx.path-mdx-model:mdx-gateways"
Expand All @@ -53,9 +53,9 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation "com.mx.path-mdx-model:mdx-models:16.3.0"
implementation "com.mx.path-mdx-model:mdx-gateways:16.3.0"
implementation "com.mx.path-mdx-model:realtime:16.3.0"
implementation "com.mx.path-mdx-model:mdx-models:16.4.0"
implementation "com.mx.path-mdx-model:mdx-gateways:16.4.0"
implementation "com.mx.path-mdx-model:realtime:16.4.0"
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
}

version "16.3.0" // x-release-please-version
version "16.4.0" // x-release-please-version

def platformProject = "platform"
def publishedProjects = [
Expand Down

0 comments on commit 603d682

Please # to comment.