Skip to content

Commit

Permalink
v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgeeMachine committed Aug 23, 2022
1 parent 789d253 commit 0fc92b7
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 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.

## [4.8.2](https://github.com/tolgee/tolgee-js/compare/v4.8.1...v4.8.2) (2022-08-23)


### Bug Fixes

* **sveltekit:** Update SvelteKit to lastest version. ([082a8e5](https://github.com/tolgee/tolgee-js/commit/082a8e57d1b633342ad6b19c6849c6d2df4c2e4c))





## [4.8.1](https://github.com/tolgee/tolgee-js/compare/v4.8.0...v4.8.1) (2022-08-23)

**Note:** Version bump only for package root
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.8.1",
"version": "4.8.2",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/svelte/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.

## [4.8.2](https://github.com/tolgee/tolgee-js/compare/v4.8.1...v4.8.2) (2022-08-23)


### Bug Fixes

* **sveltekit:** Update SvelteKit to lastest version. ([082a8e5](https://github.com/tolgee/tolgee-js/commit/082a8e57d1b633342ad6b19c6849c6d2df4c2e4c))





# [4.8.0](https://github.com/tolgee/tolgee-js/compare/v4.7.3...v4.8.0) (2022-08-01)

**Note:** Version bump only for package @tolgee/svelte
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte",
"version": "4.8.0",
"version": "4.8.2",
"scripts": {
"dev": "npm run develop",
"develop": "sleep 5 && nodemon --exec svelte-package",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions testapps/svelte/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.

## [4.8.2](https://github.com/tolgee/tolgee-js/compare/v4.8.1...v4.8.2) (2022-08-23)


### Bug Fixes

* **sveltekit:** Update SvelteKit to lastest version. ([082a8e5](https://github.com/tolgee/tolgee-js/commit/082a8e57d1b633342ad6b19c6849c6d2df4c2e4c))





## [4.8.1](https://github.com/tolgee/tolgee-js/compare/v4.8.0...v4.8.1) (2022-08-23)

**Note:** Version bump only for package @tolgee/svelte-testapp
Expand Down
8 changes: 4 additions & 4 deletions testapps/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tolgee/svelte-testapp",
"version": "4.8.1",
"version": "4.8.2",
"private": true,
"scripts": {
"dev": "npm run develop",
Expand All @@ -19,11 +19,11 @@
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.429",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@tolgee/core": "^4.8.0",
"@tolgee/svelte": "^4.8.0",
"@tolgee/svelte": "^4.8.2",
"@tolgee/ui": "^4.8.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand Down

0 comments on commit 0fc92b7

Please sign in to comment.