Skip to content

Commit

Permalink
chore: Publish [skip ci]
Browse files Browse the repository at this point in the history
 - @wireapp/core@44.0.0
 - @wireapp/eslint-config@3.0.6
 - @wireapp/react-ui-kit@9.15.2
  • Loading branch information
otto-the-bot committed Feb 13, 2024
1 parent eab8411 commit 197aef3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [44.0.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@43.14.3...@wireapp/core@44.0.0) (2024-02-13)

### Code Refactoring

* Improve and streamline client initialization ([#5972](https://github.com/wireapp/wire-web-packages/issues/5972)) ([eab8411](https://github.com/wireapp/wire-web-packages/commit/eab8411434a52abf8aefe6117877a1e3da834c45))

### BREAKING CHANGES

* now the registerClient does not automatically initialize the client. It needs to be done in 2 steps:

```js
const localClient = await account.registerClient(...)
await account.initClient(localClient);
```

## [43.14.3](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@43.14.2...@wireapp/core@43.14.3) (2024-02-08)

**Note:** Version bump only for package @wireapp/core
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": "43.14.3",
"version": "44.0.0",
"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.6](https://github.com/wireapp/wire-web-packages/compare/@wireapp/eslint-config@3.0.5...@wireapp/eslint-config@3.0.6) (2024-02-13)

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

## [3.0.5](https://github.com/wireapp/wire-web-packages/compare/@wireapp/eslint-config@3.0.4...@wireapp/eslint-config@3.0.5) (2024-01-08)

**Note:** Version bump only for package @wireapp/eslint-config
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.5",
"version": "3.0.6",
"peerDependencies": {
"eslint": "^8",
"prettier": "^3"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-ui-kit/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.

## [9.15.2](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.15.1...@wireapp/react-ui-kit@9.15.2) (2024-02-13)

**Note:** Version bump only for package @wireapp/react-ui-kit

## [9.15.1](https://github.com/wireapp/wire-web-packages/compare/@wireapp/react-ui-kit@9.15.0...@wireapp/react-ui-kit@9.15.1) (2024-02-07)

### 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 @@ -70,5 +70,5 @@
"test:watch": "jest --watch",
"test:update": "jest --updateSnapshot"
},
"version": "9.15.1"
"version": "9.15.2"
}

0 comments on commit 197aef3

Please sign in to comment.