Skip to content

Commit

Permalink
chore: Publish [skip ci]
Browse files Browse the repository at this point in the history
 - @wireapp/api-client@27.6.2
 - bazinga64@6.3.11
 - @wireapp/certificate-check@0.7.18
 - @wireapp/commons@5.2.13
 - @wireapp/copy-config@2.2.10
 - @wireapp/core@46.4.2
 - @wireapp/eslint-config@3.0.19
 - @wireapp/license-collector@0.12.11
 - @wireapp/priority-queue@2.1.11
 - @wireapp/promise-queue@2.3.8
 - @wireapp/react-ui-kit@9.24.0
 - @wireapp/store-engine-dexie@2.1.15
 - @wireapp/store-engine-fs@3.1.11
 - @wireapp/store-engine@5.1.11
 - @wireapp/webapp-events@0.24.3
  • Loading branch information
otto-the-bot committed Oct 16, 2024
1 parent 6f20b51 commit a2d0caf
Show file tree
Hide file tree
Showing 31 changed files with 112 additions and 20 deletions.
6 changes: 6 additions & 0 deletions packages/api-client/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.

## [27.6.2](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.6.0...@wireapp/api-client@27.6.2) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

# [27.6.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/api-client@27.5.0...@wireapp/api-client@27.6.0) (2024-09-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"watch": "webpack serve --config webpack.browser.js",
"prepare": "yarn dist"
},
"version": "27.6.1",
"version": "27.6.2",
"gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a"
}
6 changes: 6 additions & 0 deletions packages/bazinga64/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.

## [6.3.11](https://github.com/wireapp/wire-web-packages/compare/bazinga64@6.3.8...bazinga64@6.3.11) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [6.3.8](https://github.com/wireapp/wire-web-packages/compare/bazinga64@6.3.7...bazinga64@6.3.8) (2024-08-19)

**Note:** Version bump only for package bazinga64
Expand Down
2 changes: 1 addition & 1 deletion packages/bazinga64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "6.3.10"
"version": "6.3.11"
}
6 changes: 6 additions & 0 deletions packages/certificate-check/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.7.18](https://github.com/wireapp/wire-web-packages/compare/@wireapp/certificate-check@0.7.15...@wireapp/certificate-check@0.7.18) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [0.7.15](https://github.com/wireapp/wire-web-packages/compare/@wireapp/certificate-check@0.7.14...@wireapp/certificate-check@0.7.15) (2024-07-31)

**Note:** Version bump only for package @wireapp/certificate-check
Expand Down
2 changes: 1 addition & 1 deletion packages/certificate-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "0.7.17"
"version": "0.7.18"
}
6 changes: 6 additions & 0 deletions packages/commons/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.

## [5.2.13](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.2.10...@wireapp/commons@5.2.13) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [5.2.10](https://github.com/wireapp/wire-web-packages/compare/@wireapp/commons@5.2.9...@wireapp/commons@5.2.10) (2024-07-16)

**Note:** Version bump only for package @wireapp/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"test:coverage": "yarn test",
"test:watch": "yarn jest --watch"
},
"version": "5.2.12"
"version": "5.2.13"
}
6 changes: 6 additions & 0 deletions packages/copy-config/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.

## [2.2.10](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.2.7...@wireapp/copy-config@2.2.10) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [2.2.7](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.2.6...@wireapp/copy-config@2.2.7) (2024-09-16)

**Note:** Version bump only for package @wireapp/copy-config
Expand Down
2 changes: 1 addition & 1 deletion packages/copy-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "2.2.9"
"version": "2.2.10"
}
6 changes: 6 additions & 0 deletions packages/core/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.

## [46.4.2](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.4.0...@wireapp/core@46.4.2) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

# [46.4.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.3.2...@wireapp/core@46.4.0) (2024-09-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"test:coverage": "jest --coverage",
"watch": "tsc --watch"
},
"version": "46.4.1",
"version": "46.4.2",
"gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a"
}
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.19](https://github.com/wireapp/wire-web-packages/compare/@wireapp/eslint-config@3.0.18...@wireapp/eslint-config@3.0.19) (2024-10-16)

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

## [3.0.18](https://github.com/wireapp/wire-web-packages/compare/@wireapp/eslint-config@3.0.17...@wireapp/eslint-config@3.0.18) (2024-08-13)

### Reverts
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Wire ESLint config",
"repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/eslint-config",
"main": "eslintrc.js",
"version": "3.0.18",
"version": "3.0.19",
"peerDependencies": {
"eslint": "^8",
"prettier": "^3"
Expand Down
6 changes: 6 additions & 0 deletions packages/license-collector/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.12.11](https://github.com/wireapp/wire-web-packages/compare/@wireapp/license-collector@0.12.8...@wireapp/license-collector@0.12.11) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [0.12.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/license-collector@0.12.7...@wireapp/license-collector@0.12.8) (2024-07-16)

**Note:** Version bump only for package @wireapp/license-collector
Expand Down
2 changes: 1 addition & 1 deletion packages/license-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"dist": "yarn build",
"start": "ts-node -r tsconfig-paths/register ./src/cli.ts"
},
"version": "0.12.10"
"version": "0.12.11"
}
6 changes: 6 additions & 0 deletions packages/priority-queue/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.

## [2.1.11](https://github.com/wireapp/wire-web-packages/compare/@wireapp/priority-queue@2.1.8...@wireapp/priority-queue@2.1.11) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [2.1.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/priority-queue@2.1.7...@wireapp/priority-queue@2.1.8) (2024-07-31)

**Note:** Version bump only for package @wireapp/priority-queue
Expand Down
2 changes: 1 addition & 1 deletion packages/priority-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "2.1.10"
"version": "2.1.11"
}
6 changes: 6 additions & 0 deletions packages/promise-queue/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.

## [2.3.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/promise-queue@2.3.5...@wireapp/promise-queue@2.3.8) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [2.3.5](https://github.com/wireapp/wire-web-packages/compare/@wireapp/promise-queue@2.3.4...@wireapp/promise-queue@2.3.5) (2024-07-16)

**Note:** Version bump only for package @wireapp/promise-queue
Expand Down
2 changes: 1 addition & 1 deletion packages/promise-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "2.3.7"
"version": "2.3.8"
}
10 changes: 10 additions & 0 deletions packages/react-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.24.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.23.6...@wireapp/react-ui-kit@9.24.0) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

### Features

* **react-ui-kit:** add focus for switch button ([#6578](https://github.com/wireapp/wire-web-packages/issues/6578)) ([6f20b51](https://github.com/wireapp/wire-web-packages/commit/6f20b51cc77deb86df895831631d0a61b8d17fb7))

## [9.23.6](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.23.5...@wireapp/react-ui-kit@9.23.6) (2024-10-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
"test:watch": "jest --watch",
"test:update": "jest --updateSnapshot"
},
"version": "9.23.8"
"version": "9.24.0"
}
6 changes: 6 additions & 0 deletions packages/store-engine-dexie/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.

## [2.1.15](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-dexie@2.1.12...@wireapp/store-engine-dexie@2.1.15) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [2.1.12](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-dexie@2.1.11...@wireapp/store-engine-dexie@2.1.12) (2024-07-31)

**Note:** Version bump only for package @wireapp/store-engine-dexie
Expand Down
4 changes: 2 additions & 2 deletions packages/store-engine-dexie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/jest": "^29.2.0",
"@types/node": "^22.0.0",
"@types/uuid": "9.0.8",
"@wireapp/store-engine": "5.1.10",
"@wireapp/store-engine": "5.1.11",
"core-js": "^3.36.0",
"fake-indexeddb": "^5.0.2",
"jest": "^29.2.1",
Expand All @@ -36,5 +36,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "2.1.14"
"version": "2.1.15"
}
6 changes: 6 additions & 0 deletions packages/store-engine-fs/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.

## [3.1.11](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-fs@3.1.8...@wireapp/store-engine-fs@3.1.11) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [3.1.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-fs@3.1.7...@wireapp/store-engine-fs@3.1.8) (2024-07-31)

**Note:** Version bump only for package @wireapp/store-engine-fs
Expand Down
4 changes: 2 additions & 2 deletions packages/store-engine-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/fs-extra": "11.0.4",
"@types/jest": "^29.2.0",
"@types/node": "^22.0.0",
"@wireapp/store-engine": "5.1.10",
"@wireapp/store-engine": "5.1.11",
"jest": "^29.2.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
Expand All @@ -32,5 +32,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "3.1.10"
"version": "3.1.11"
}
6 changes: 6 additions & 0 deletions packages/store-engine/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.

## [5.1.11](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine@5.1.8...@wireapp/store-engine@5.1.11) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

## [5.1.8](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine@5.1.7...@wireapp/store-engine@5.1.8) (2024-07-31)

**Note:** Version bump only for package @wireapp/store-engine
Expand Down
2 changes: 1 addition & 1 deletion packages/store-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"test": "jest",
"test:coverage": "jest --coverage"
},
"version": "5.1.10"
"version": "5.1.11"
}
6 changes: 6 additions & 0 deletions packages/webapp-events/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.24.3](https://github.com/wireapp/wire-web-packages/compare/@wireapp/webapp-events@0.24.0...@wireapp/webapp-events@0.24.3) (2024-10-16)

### Bug Fixes

* **core, api-client:** Add abort controller to notifications api call (WPB-11013) ([#6577](https://github.com/wireapp/wire-web-packages/issues/6577)) ([3a5a308](https://github.com/wireapp/wire-web-packages/commit/3a5a30820ae03d589019ffe99f5b4587cf0e52f3))

# [0.24.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/webapp-events@0.23.0...@wireapp/webapp-events@0.24.0) (2024-08-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"dist": "yarn build",
"test": "exit 0"
},
"version": "0.24.2"
"version": "0.24.3"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5582,7 +5582,7 @@ __metadata:
"@types/jest": ^29.2.0
"@types/node": ^22.0.0
"@types/uuid": 9.0.8
"@wireapp/store-engine": 5.1.10
"@wireapp/store-engine": 5.1.11
core-js: ^3.36.0
dexie: ">3.2.0"
fake-indexeddb: ^5.0.2
Expand All @@ -5606,7 +5606,7 @@ __metadata:
"@types/fs-extra": 11.0.4
"@types/jest": ^29.2.0
"@types/node": ^22.0.0
"@wireapp/store-engine": 5.1.10
"@wireapp/store-engine": 5.1.11
fs-extra: 11.2.0
jest: ^29.2.1
rimraf: 6.0.1
Expand All @@ -5617,7 +5617,7 @@ __metadata:
languageName: unknown
linkType: soft

"@wireapp/store-engine@5.1.10, @wireapp/store-engine@workspace:*, @wireapp/store-engine@workspace:^, @wireapp/store-engine@workspace:packages/store-engine":
"@wireapp/store-engine@5.1.11, @wireapp/store-engine@workspace:*, @wireapp/store-engine@workspace:^, @wireapp/store-engine@workspace:packages/store-engine":
version: 0.0.0-use.local
resolution: "@wireapp/store-engine@workspace:packages/store-engine"
dependencies:
Expand Down

0 comments on commit a2d0caf

Please sign in to comment.