Skip to content

Commit

Permalink
chore: update astro-i18next dependency to beta.15 for examples and we…
Browse files Browse the repository at this point in the history
…bsite
  • Loading branch information
yassinedoghri committed Jan 8, 2023
1 parent 633b593 commit aaf0583
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 106 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# [1.0.0-beta.15](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-01-08)


### Bug Fixes

* add levels to Astro.global pattern and scripts' import statements ([9d88d79](https://github.com/yassinedoghri/astro-i18next/commit/9d88d79e5d24d8b4663501f7436f512d02d114d3))
* remove trailing slash from localized path ([1998309](https://github.com/yassinedoghri/astro-i18next/commit/19983092a1b71fb962a924dccd19fbbe40b58d62)), closes [#77](https://github.com/yassinedoghri/astro-i18next/issues/77)
* use fileURLToPath to normalize publicDir pathname accross operating systems ([3c07d6a](https://github.com/yassinedoghri/astro-i18next/commit/3c07d6af4d1eb0beb959b35e19768ba2ad7a0037)), closes [#79](https://github.com/yassinedoghri/astro-i18next/issues/79)
- add levels to Astro.global pattern and scripts' import statements
([9d88d79](https://github.com/yassinedoghri/astro-i18next/commit/9d88d79e5d24d8b4663501f7436f512d02d114d3))
- remove trailing slash from localized path
([1998309](https://github.com/yassinedoghri/astro-i18next/commit/19983092a1b71fb962a924dccd19fbbe40b58d62)),
closes [#77](https://github.com/yassinedoghri/astro-i18next/issues/77)
- use fileURLToPath to normalize publicDir pathname accross operating systems
([3c07d6a](https://github.com/yassinedoghri/astro-i18next/commit/3c07d6af4d1eb0beb959b35e19768ba2ad7a0037)),
closes [#79](https://github.com/yassinedoghri/astro-i18next/issues/79)

# [1.0.0-beta.14](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-11-27)

Expand Down
53 changes: 31 additions & 22 deletions examples/basics/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"astro": "^1.9.1"
},
"dependencies": {
"astro-i18next": "^1.0.0-beta.14"
"astro-i18next": "1.0.0-beta.15"
}
}
53 changes: 31 additions & 22 deletions examples/netlify/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@astrojs/netlify": "^1.3.0",
"astro-i18next": "^1.0.0-beta.14",
"astro-i18next": "1.0.0-beta.15",
"netlify-cli": "^12.5.0"
}
}
Loading

0 comments on commit aaf0583

Please sign in to comment.