Skip to content

Commit a9e55eb

Browse files
committed
chore: Publish [skip ci]
- @wireapp/api-client@27.82.2 - bazinga64@6.5.5 - @wireapp/certificate-check@0.7.22 - @wireapp/commons@5.4.7 - @wireapp/copy-config@2.3.6 - @wireapp/core@46.40.3 - @wireapp/eslint-config@3.1.5 - @wireapp/license-collector@0.12.16 - @wireapp/prettier-config@0.6.7 - @wireapp/priority-queue@2.1.14 - @wireapp/promise-queue@2.4.7 - @wireapp/react-ui-kit@9.69.2 - @wireapp/store-engine-dexie@2.1.18 - @wireapp/store-engine-fs@3.1.16 - @wireapp/store-engine@5.1.14 - @wireapp/telemetry@0.3.4 - @wireapp/webapp-events@0.28.3
1 parent 8ba0df8 commit a9e55eb

File tree

35 files changed

+90
-22
lines changed

35 files changed

+90
-22
lines changed

packages/api-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [27.82.2](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.82.1...@wireapp/api-client@27.82.2) (2025-10-23)
7+
8+
**Note:** Version bump only for package @wireapp/api-client
9+
610
## [27.82.1](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.82.0...@wireapp/api-client@27.82.1) (2025-10-23)
711

812
**Note:** Version bump only for package @wireapp/api-client

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"watch": "webpack serve --config webpack.browser.js",
7171
"prepare": "yarn dist"
7272
},
73-
"version": "27.82.1",
73+
"version": "27.82.2",
7474
"gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a"
7575
}

packages/bazinga64/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [6.5.5](https://github.com/wireapp/wire-web-packages/compare/bazinga64@6.5.4...bazinga64@6.5.5) (2025-10-23)
7+
8+
**Note:** Version bump only for package bazinga64
9+
610
## [6.5.4](https://github.com/wireapp/wire-web-packages/compare/bazinga64@6.5.3...bazinga64@6.5.4) (2025-10-23)
711

812
**Note:** Version bump only for package bazinga64

packages/bazinga64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"test": "jest",
4141
"test:coverage": "jest --coverage"
4242
},
43-
"version": "6.5.4"
43+
"version": "6.5.5"
4444
}

packages/certificate-check/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.7.22](https://github.com/wireapp/wire-web-packages/compare/@wireapp/certificate-check@0.7.21...@wireapp/certificate-check@0.7.22) (2025-10-23)
7+
8+
**Note:** Version bump only for package @wireapp/certificate-check
9+
610
## [0.7.21](https://github.com/wireapp/wire-web-packages/compare/@wireapp/certificate-check@0.7.20...@wireapp/certificate-check@0.7.21) (2025-10-23)
711

812
**Note:** Version bump only for package @wireapp/certificate-check

packages/certificate-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"test": "jest",
2929
"test:coverage": "jest --coverage"
3030
},
31-
"version": "0.7.21"
31+
"version": "0.7.22"
3232
}

packages/commons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.7](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.4.6...@wireapp/commons@5.4.7) (2025-10-23)
7+
8+
**Note:** Version bump only for package @wireapp/commons
9+
610
## [5.4.6](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.4.5...@wireapp/commons@5.4.6) (2025-10-23)
711

812
**Note:** Version bump only for package @wireapp/commons

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"test:coverage": "yarn test",
3636
"test:watch": "yarn jest --watch"
3737
},
38-
"version": "5.4.6"
38+
"version": "5.4.7"
3939
}

packages/copy-config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.3.6](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.3.5...@wireapp/copy-config@2.3.6) (2025-10-23)
7+
8+
**Note:** Version bump only for package @wireapp/copy-config
9+
610
## [2.3.5](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.3.4...@wireapp/copy-config@2.3.5) (2025-10-23)
711

812
**Note:** Version bump only for package @wireapp/copy-config

packages/copy-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
"test": "jest",
3535
"test:coverage": "jest --coverage"
3636
},
37-
"version": "2.3.5"
37+
"version": "2.3.6"
3838
}

0 commit comments

Comments
 (0)