Skip to content

Commit 50c41e7

Browse files
chore(release): publish
- @sb1/ffe-component-index@5.3.4 - @sb1/ffe-sb1-logos@1.1.4
1 parent 647a5df commit 50c41e7

File tree

4 files changed

+36
-29
lines changed

4 files changed

+36
-29
lines changed

component-overview/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.3.3...@sb1/ffe-component-index@5.3.4) (2024-01-22)
7+
8+
### Bug Fixes
9+
10+
- **component-overview:** legg til ffe-icons som bundleddependency ([105435a](https://github.com/SpareBank1/designsystem/commit/105435a49d4abd7b042190500c06949b120996b0))
11+
612
## [5.3.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.3.2...@sb1/ffe-component-index@5.3.3) (2024-01-21)
713

814
**Note:** Version bump only for package @sb1/ffe-component-index

component-overview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-component-index",
3-
"version": "5.3.3",
3+
"version": "5.3.4",
44
"description": "Index of FFE compontents",
55
"license": "MIT",
66
"author": "SpareBank 1 Utvikling",
@@ -74,7 +74,7 @@
7474
"@sb1/ffe-lists-react": "^7.0.6",
7575
"@sb1/ffe-message-box": "^12.0.2",
7676
"@sb1/ffe-message-box-react": "^10.0.6",
77-
"@sb1/ffe-sb1-logos": "^1.1.3",
77+
"@sb1/ffe-sb1-logos": "^1.1.4",
7878
"@sb1/ffe-searchable-dropdown-react": "^17.0.11",
7979
"@sb1/ffe-spinner": "^5.0.8",
8080
"@sb1/ffe-spinner-react": "^7.0.1",

packages/ffe-sb1-logos/CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [1.1.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-sb1-logos@1.1.2...@sb1/ffe-sb1-logos@1.1.3) (2021-02-02)
7-
6+
## [1.1.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-sb1-logos@1.1.3...@sb1/ffe-sb1-logos@1.1.4) (2024-01-22)
87

98
### Bug Fixes
109

11-
* **ffe-sb1-logos:** upgrade to hoisted version of handlebars ([d50c06f](https://github.com/SpareBank1/designsystem/commit/d50c06f2eb546dbba64c1b80984647ecb34322bd))
12-
10+
- **ffe-sb1-logos:** legg til større versjon av favicon ([73d181f](https://github.com/SpareBank1/designsystem/commit/73d181ffad9ae19f48c47d5179174697a6284637))
1311

12+
## [1.1.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-sb1-logos@1.1.2...@sb1/ffe-sb1-logos@1.1.3) (2021-02-02)
1413

14+
### Bug Fixes
1515

16+
- **ffe-sb1-logos:** upgrade to hoisted version of handlebars ([d50c06f](https://github.com/SpareBank1/designsystem/commit/d50c06f2eb546dbba64c1b80984647ecb34322bd))
1617

1718
## [1.1.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-sb1-logos@1.1.1...@sb1/ffe-sb1-logos@1.1.2) (2019-02-18)
1819

packages/ffe-sb1-logos/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "@sb1/ffe-sb1-logos",
3-
"version": "1.1.3",
4-
"description": "Provides logos of SpareBank 1",
5-
"license": "SEE LICENSE IN README.md",
6-
"author": "SpareBank 1",
7-
"files": [
8-
"metadata.js",
9-
"svg",
10-
"ico"
11-
],
12-
"repository": {
13-
"type": "git",
14-
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
15-
},
16-
"scripts": {
17-
"build": "node ./bin/build-preview.js"
18-
},
19-
"publishConfig": {
20-
"access": "public"
21-
},
22-
"devDependencies": {
23-
"handlebars": "^4.7.0"
24-
}
2+
"name": "@sb1/ffe-sb1-logos",
3+
"version": "1.1.4",
4+
"description": "Provides logos of SpareBank 1",
5+
"license": "SEE LICENSE IN README.md",
6+
"author": "SpareBank 1",
7+
"files": [
8+
"metadata.js",
9+
"svg",
10+
"ico"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
15+
},
16+
"scripts": {
17+
"build": "node ./bin/build-preview.js"
18+
},
19+
"publishConfig": {
20+
"access": "public"
21+
},
22+
"devDependencies": {
23+
"handlebars": "^4.7.0"
24+
}
2525
}

0 commit comments

Comments
 (0)