Skip to content

Commit

Permalink
chore(release): publish [ci skip release]
Browse files Browse the repository at this point in the history
 - @fremtind/jkl-card-react@13.0.38
 - @fremtind/jkl-constants-util@3.0.116
 - @fremtind/jkl-feedback-react@18.2.33
 - @fremtind/jkl-file-input-react@2.3.64
 - @fremtind/jkl-formatters-util@6.0.33
 - @fremtind/jokul@0.37.13
 - @fremtind/jkl-radio-button-react@12.0.13
 - @fremtind/jkl-table-react@11.4.62
 - @fremtind/portal@21.5.12
  • Loading branch information
fremtind-bot committed Jan 6, 2025
1 parent d74ebc7 commit 47b3b44
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 59 deletions.
4 changes: 2 additions & 2 deletions packages/card-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-card-react",
"version": "13.0.37",
"version": "13.0.38",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@fremtind/jkl-constants-util": "^3.0.115"
"@fremtind/jkl-constants-util": "^3.0.116"
},
"peerDependencies": {
"@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/constants-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-constants-util",
"version": "3.0.115",
"version": "3.0.116",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,7 +23,7 @@
],
"devDependencies": {
"@fremtind/jkl-core": "^14.8.8",
"@fremtind/jkl-table-react": "^11.4.61"
"@fremtind/jkl-table-react": "^11.4.62"
},
"scripts": {
"clean": "git clean -xfd",
Expand Down
4 changes: 2 additions & 2 deletions packages/feedback-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-feedback-react",
"version": "18.2.32",
"version": "18.2.33",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"@fremtind/jkl-feedback": "^13.1.12",
"@fremtind/jkl-input-group-react": "^4.0.4",
"@fremtind/jkl-message-react": "^1.1.16",
"@fremtind/jkl-radio-button-react": "^12.0.12",
"@fremtind/jkl-radio-button-react": "^12.0.13",
"@fremtind/jkl-react-hooks": "^12.2.12",
"@fremtind/jkl-text-input-react": "^16.0.5",
"@fremtind/jkl-validators-util": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-input-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-file-input-react",
"version": "2.3.63",
"version": "2.3.64",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"@fremtind/jkl-button-react": "^15.2.19",
"@fremtind/jkl-core": "^14.8.8",
"@fremtind/jkl-file-input": "^2.1.14",
"@fremtind/jkl-formatters-util": "^6.0.32",
"@fremtind/jkl-formatters-util": "^6.0.33",
"@fremtind/jkl-icon-button-react": "^5.0.29",
"@fremtind/jkl-icons-react": "^9.1.21",
"@fremtind/jkl-input-group-react": "^4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/formatters-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-formatters-util",
"version": "6.0.32",
"version": "6.0.33",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"dev": "run-p dev:*"
},
"dependencies": {
"@fremtind/jkl-constants-util": "^3.0.115",
"@fremtind/jkl-constants-util": "^3.0.116",
"@fremtind/jkl-core": "^14.8.8"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jokul/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.37.13](https://github.com/fremtind/jokul/compare/@fremtind/jokul@0.37.12...@fremtind/jokul@0.37.13) (2025-01-06)

### Bug Fixes

- tables with a sticky header has tabindex ([d74ebc7](https://github.com/fremtind/jokul/commit/d74ebc7acde3fb84e3f9c0105c82b0cf4a7d9ca6))

## [0.37.12](https://github.com/fremtind/jokul/compare/@fremtind/jokul@0.37.11...@fremtind/jokul@0.37.12) (2024-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/jokul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jokul",
"version": "0.37.12",
"version": "0.37.13",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/radio-button-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-radio-button-react",
"version": "12.0.12",
"version": "12.0.13",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@fremtind/jkl-formatters-util": "^6.0.32"
"@fremtind/jkl-formatters-util": "^6.0.33"
},
"peerDependencies": {
"@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/table-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 11.4.62 (2025-01-06)

### Bug Fixes

- tables with a sticky header has tabindex ([d74ebc7](https://github.com/fremtind/jokul/commit/d74ebc7acde3fb84e3f9c0105c82b0cf4a7d9ca6))

## 11.4.7 (2024-08-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/table-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fremtind/jkl-table-react",
"version": "11.4.61",
"version": "11.4.62",
"publishConfig": {
"access": "public"
},
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 47b3b44

Please sign in to comment.