Skip to content

Commit

Permalink
v5.23.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Apr 9, 2024
1 parent 8e4947b commit 277ed51
Show file tree
Hide file tree
Showing 43 changed files with 267 additions and 93 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)


### Bug Fixes

* stop affecting tooltips by higlighter ([#3323](https://github.com/tolgee/tolgee-js/issues/3323)) ([8e4947b](https://github.com/tolgee/tolgee-js/commit/8e4947bd2a5359cfd709ac28bcac5b0f7fe14488))





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.0",
"version": "5.23.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/core





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/core",
"version": "5.23.0",
"version": "5.23.1",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "./dist/tolgee.cjs.js",
"module": "./dist/tolgee.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/format-icu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/format-icu





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/format-icu
Expand Down
4 changes: 2 additions & 2 deletions packages/format-icu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/format-icu",
"version": "5.23.0",
"version": "5.23.1",
"description": "Tolgee format-icu plugin.",
"main": "./dist/tolgee-format-icu.cjs.js",
"module": "./dist/tolgee-format-icu.esm.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/jest-dom": "^5.16.5",
"@tolgee/core": "5.23.0",
"@tolgee/core": "5.23.1",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/testing-library__jest-dom": "^5.14.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/i18next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/i18next





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/i18next
Expand Down
6 changes: 3 additions & 3 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/i18next",
"version": "5.23.0",
"version": "5.23.1",
"description": "Tolgee i18n integration.",
"main": "./dist/tolgee-i18next.cjs.js",
"module": "./dist/tolgee-i18next.esm.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/dom": "^8.7.1",
"@testing-library/jest-dom": "^5.11.4",
"@tolgee/testing": "5.23.0",
"@tolgee/testing": "5.23.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"concurrently": "7.3.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tolgee/web": "5.23.0"
"@tolgee/web": "5.23.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/ngx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/ngx-workspace





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/ngx-workspace
Expand Down
8 changes: 4 additions & 4 deletions packages/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tolgee/ngx-workspace",
"private": true,
"version": "5.23.0",
"version": "5.23.1",
"keywords": [
"localization",
"internationalization",
Expand All @@ -27,7 +27,7 @@
"@angular/platform-browser": "~13.1.3",
"@angular/platform-browser-dynamic": "~13.3.9",
"@angular/router": "~13.1.3",
"@tolgee/web": "5.23.0",
"@tolgee/web": "5.23.1",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
Expand All @@ -39,8 +39,8 @@
"@angular/language-service": "~13.3.8",
"@testing-library/angular": "^10.11.1",
"@testing-library/jest-dom": "5.16.4",
"@tolgee/format-icu": "5.23.0",
"@tolgee/testing": "5.23.0",
"@tolgee/format-icu": "5.23.1",
"@tolgee/testing": "5.23.1",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "27.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ngx/projects/ngx-tolgee/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/ngx





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/ngx
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx/projects/ngx-tolgee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"build": "ng build --configuration production"
},
"dependencies": {
"@tolgee/web": "5.23.0"
"@tolgee/web": "5.23.1"
},
"version": "5.23.0",
"version": "5.23.1",
"publishConfig": {
"directory": "../../dist/ngx-tolgee",
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/react





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/react
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "5.23.0",
"version": "5.23.1",
"description": "React implementation for Tolgee localization framework",
"main": "./dist/tolgee-react.cjs.js",
"module": "./dist/tolgee-react.esm.js",
Expand Down Expand Up @@ -38,16 +38,16 @@
"react": "^16.14.0 || ^17.0.1 || ^18.1.0"
},
"dependencies": {
"@tolgee/web": "5.23.0"
"@tolgee/web": "5.23.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "8.3.4",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^14.0.0",
"@tolgee/format-icu": "5.23.0",
"@tolgee/testing": "5.23.0",
"@tolgee/format-icu": "5.23.1",
"@tolgee/testing": "5.23.1",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/react": "^18.2.42",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/svelte





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "5.23.0",
"version": "5.23.1",
"description": "Svelte implementation for Tolgee localization framework",
"repository": "https://github.com/tolgee/tolgee-js",
"homepage": "https://tolgee.io",
Expand Down Expand Up @@ -31,16 +31,16 @@
"svelte": "^3.29.0 || ^4.0.0"
},
"dependencies": {
"@tolgee/web": "5.23.0"
"@tolgee/web": "5.23.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.2",
"@sveltejs/kit": "1.2.6",
"@sveltejs/package": "1.0.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@tolgee/format-icu": "5.23.0",
"@tolgee/testing": "5.23.0",
"@tolgee/format-icu": "5.23.1",
"@tolgee/testing": "5.23.1",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "^5.34.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/testing





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/testing
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/testing",
"version": "5.23.0",
"version": "5.23.1",
"description": "Shared testing tools",
"main": "index.ts",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)

**Note:** Version bump only for package @tolgee/vue





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)

**Note:** Version bump only for package @tolgee/vue
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/vue",
"version": "5.23.0",
"version": "5.23.1",
"description": "Vue implementation for Tolgee localization framework",
"module": "dist/tolgee-vue.esm.js",
"main": "dist/tolgee-vue.cjs.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"vue": "^3.0.0"
},
"dependencies": {
"@tolgee/web": "5.23.0"
"@tolgee/web": "5.23.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/vue": "^6.6.1",
"@tolgee/format-icu": "5.23.0",
"@tolgee/testing": "5.23.0",
"@tolgee/format-icu": "5.23.1",
"@tolgee/testing": "5.23.1",
"@types/jest": "^27.0.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@vue/vue3-jest": "^27.0.0-alpha.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.23.1](https://github.com/tolgee/tolgee-js/compare/v5.23.0...v5.23.1) (2024-04-09)


### Bug Fixes

* stop affecting tooltips by higlighter ([#3323](https://github.com/tolgee/tolgee-js/issues/3323)) ([8e4947b](https://github.com/tolgee/tolgee-js/commit/8e4947bd2a5359cfd709ac28bcac5b0f7fe14488))





# [5.23.0](https://github.com/tolgee/tolgee-js/compare/v5.22.0...v5.23.0) (2024-04-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/web",
"version": "5.23.0",
"version": "5.23.1",
"description": "Tolgee for web",
"declaration": true,
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"index.cjs"
],
"dependencies": {
"@tolgee/core": "5.23.0"
"@tolgee/core": "5.23.1"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
Loading

0 comments on commit 277ed51

Please sign in to comment.