Skip to content

Commit 251d324

Browse files
committed
release: v3.0.0
1 parent 16dae01 commit 251d324

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
Version 3.0.0 (released 2024-10-10)
4+
5+
- deps: major bump of axios to `v1.7.x`. It is released as major so we can controllably
6+
rollout the change to the `inveniosoftware` organization.
7+
38
Version 2.3.0 (released 2024-10-02)
49

510
- Results components: a new prop allows the implementation of a callback on results

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-searchkit",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "React components to build your search UI application",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)