Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npm test

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: '@kit-data-manager/react-search-component'
abstract: All-in-one component for rendering an elastic search UI for searching
anything. Built-in support for visualizing related items in a graph and
resolving unique identifiers.
version: 0.2.1
version: 0.2.2
keywords:
- react
- reactjs
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"name": "@kit-data-manager/react-search-component",
"description": "All-in-one component for rendering an elastic search UI for searching anything. Built-in support for visualizing related items in a graph and resolving unique identifiers.",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [
"react",
"reactjs",
Expand Down
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": "rfs-"
"prefix": "rfs"
},
"aliases": {
"components": "@/components",
Expand Down
Loading