Skip to content

Commit

Permalink
bump version to 2.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Mar 3, 2025
1 parent 6e3dbd5 commit 826eefe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION:=2.1.43
VERSION:=2.1.44
PWD:=$(shell pwd)
NAME:=thiss-js
REGISTRY:=docker.sunet.se
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.1'
# The full version, including alpha/beta/rc tags
release = u'2.1.43'
release = u'2.1.44'
js_source_path = '../src'

# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,11 @@ Version 2.1.41

* Restore missing svg's

Version 2.1.43
Version 2.1.44
--------------

* Make configurable the min string length that is sent to the MDQ by the search
* Downgrade zoid and belter for backwards compatibility
* Send entityID as param to DS when there is no trustProfile
* Wait in the standard button for translations file to be loaded

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theidentityselector/thiss",
"version": "2.1.43",
"version": "2.1.44",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 826eefe

Please sign in to comment.