Skip to content

Commit

Permalink
v4.7.3-rc.26e3fea.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Jul 29, 2022
1 parent 26e3fea commit 13cf09e
Show file tree
Hide file tree
Showing 40 changed files with 208 additions and 48 deletions.
8 changes: 8 additions & 0 deletions 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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

**Note:** Version bump only for package root





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


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": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"useWorkspaces": true,
"command": {
"publish": {
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


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": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "Library providing ability to translate messages directly in context of developed application.",
"main": "index.js",
"module": "./dist/tolgee.esm.mjs",
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


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": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "Tolgee i18n integration.",
"main": "index.js",
"module": "./dist/tolgee-i18next.esm.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"import": "./dist/tolgee-i18next.esm.js"
},
"dependencies": {
"@tolgee/core": "^4.7.2",
"@tolgee/ui": "^4.7.2"
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@tolgee/ui": "^4.7.3-rc.26e3fea.0"
}
}
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
4 changes: 2 additions & 2 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": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"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/core": "^4.7.2",
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)

**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 @@ -6,9 +6,9 @@
"url": "https://github.com/tolgee/tolgee-js"
},
"dependencies": {
"@tolgee/core": "^4.7.2"
"@tolgee/core": "^4.7.3-rc.26e3fea.0"
},
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/react",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "React implementation for tolgee localization framework",
"main": "index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"react": "^16.14.0 || ^17.0.1 || ^18.1.0"
},
"dependencies": {
"@tolgee/core": "^4.7.2",
"@tolgee/ui": "^4.7.2"
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@tolgee/ui": "^4.7.3-rc.26e3fea.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio-client/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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

**Note:** Version bump only for package @tolgee/socketio-client





# [4.0.0](https://github.com/tolgee/tolgee-js/compare/v3.6.0...v4.0.0) (2022-03-10)

**Note:** Version bump only for package @tolgee/socketio-client
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/socketio-client",
"version": "4.0.0",
"version": "4.7.3-rc.26e3fea.0",
"description": "Client library for Tolgee Socket.io server",
"main": "dist/tolgee-socketio-client.umd.js",
"types": "./lib/index.d.ts",
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"scripts": {
"build": "svelte-kit package",
"clean": "rm -rf build build-e2e dist dist-e2e lib .svelte-kit",
Expand All @@ -14,8 +14,8 @@
"prepare": "svelte-kit sync"
},
"dependencies": {
"@tolgee/core": "^4.7.2",
"@tolgee/ui": "^4.7.2"
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@tolgee/ui": "^4.7.3-rc.26e3fea.0"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.368",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/ui",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "Translation mode UI for @tolgee/core package",
"main": "index.js",
"module": "./dist/tolgee-ui.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@rollup/plugin-typescript": "8.3.3",
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@tolgee/core": "^4.7.2",
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.8",
"@types/react": "^17.0.30",
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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/vue",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "Vue implementation for tolgee localization framework",
"module": "dist/tolgee-vue.esm.js",
"main": "dist/tolgee-vue.cjs.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"vue": "^3.0.0"
},
"dependencies": {
"@tolgee/core": "^4.7.2",
"@tolgee/ui": "^4.7.2"
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@tolgee/ui": "^4.7.3-rc.26e3fea.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.3.3",
Expand Down
8 changes: 8 additions & 0 deletions testapps/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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

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





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
6 changes: 3 additions & 3 deletions testapps/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/core-testapp",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"description": "Test applications for Tolgee JS core.",
"main": "index.js",
"private": true,
Expand All @@ -13,8 +13,8 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tolgee/core": "^4.7.2",
"@tolgee/ui": "^4.7.2",
"@tolgee/core": "^4.7.3-rc.26e3fea.0",
"@tolgee/ui": "^4.7.3-rc.26e3fea.0",
"copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0",
"serve": "^13.0.4",
Expand Down
8 changes: 8 additions & 0 deletions testapps/gatsby/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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

**Note:** Version bump only for package @tolgee/gatsby-testapp





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
4 changes: 2 additions & 2 deletions testapps/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/gatsby-testapp",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"private": true,
"description": "Tolgee Gatsby TestApp",
"author": "Jan Cizmar",
Expand All @@ -15,7 +15,7 @@
"clean": "gatsby clean"
},
"dependencies": {
"@tolgee/react": "^4.7.2",
"@tolgee/react": "^4.7.3-rc.26e3fea.0",
"gatsby": "^4.19.2",
"gatsby-plugin-react-intl": "^4.0.0",
"react": "^17.0.1",
Expand Down
8 changes: 8 additions & 0 deletions testapps/next-internal/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.

## 4.7.3-rc.26e3fea.0 (2022-07-29)

**Note:** Version bump only for package @tolgee/next-internal-testapp





## [4.7.2](https://github.com/tolgee/tolgee-js/compare/v4.7.1...v4.7.2) (2022-07-04)


Expand Down
4 changes: 2 additions & 2 deletions testapps/next-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/next-internal-testapp",
"version": "4.7.2",
"version": "4.7.3-rc.26e3fea.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@tolgee/react": "^4.7.2",
"@tolgee/react": "^4.7.3-rc.26e3fea.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
Loading

0 comments on commit 13cf09e

Please sign in to comment.