Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: s3pweb/keycloak-admin-client-cjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v26.0.5
Choose a base ref
...
head repository: s3pweb/keycloak-admin-client-cjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 25, 2024

  1. chore(deps): bump @keycloak/keycloak-admin-client from 26.0.5 to 26.0.6

    Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak/tree/HEAD/js/libs/keycloak-admin-client) from 26.0.5 to 26.0.6.
    - [Release notes](https://github.com/keycloak/keycloak/releases)
    - [Commits](https://github.com/keycloak/keycloak/commits/26.0.6/js/libs/keycloak-admin-client)
    
    ---
    updated-dependencies:
    - dependency-name: "@keycloak/keycloak-admin-client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3138316 View commit details

Commits on Nov 28, 2024

  1. Merge pull request #29 from s3pweb/dependabot/npm_and_yarn/keycloak/k…

    …eycloak-admin-client-26.0.6
    
    chore(deps): bump @keycloak/keycloak-admin-client from 26.0.5 to 26.0.6
    Mualig authored Nov 28, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    731be78 View commit details
  2. chore(release): 26.0.6

    Mualig committed Nov 28, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Mualig Guillaume G.
    Copy the full SHA
    def61f1 View commit details
Showing with 15 additions and 8 deletions.
  1. +7 −0 CHANGELOG.md
  2. +6 −6 package-lock.json
  3. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [26.0.6](https://github.com//s3pweb/keycloak-admin-client-cjs/compare/v26.0.5...v26.0.6) (2024-11-28)


### Other

* **deps:** bump @keycloak/keycloak-admin-client from 26.0.5 to 26.0.6 ([3138316](https://github.com//s3pweb/keycloak-admin-client-cjs/commit/31383161755d789d5f113e2650d6a3832a8d968f))

## [26.0.5](https://github.com//s3pweb/keycloak-admin-client-cjs/compare/v26.0.0...v26.0.5) (2024-11-06)


12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s3pweb/keycloak-admin-client-cjs",
"version": "26.0.5",
"version": "26.0.6",
"description": "Keycloak Admin Client compiled in CommonJS.",
"keywords": [
"keycloak-admin-client",
@@ -23,7 +23,7 @@
"author": "s3pweb",
"license": "MIT",
"dependencies": {
"@keycloak/keycloak-admin-client": "26.0.5"
"@keycloak/keycloak-admin-client": "26.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",