Skip to content

Commit

Permalink
chore(update): major release 1.0.0 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed May 27, 2023
1 parent 5d0b2ff commit 29ec7df
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.0](https://github.com/Celtian/ngx-translate-version/compare/v0.0.2...v1.0.0)

- angular 16 [`#1`](https://github.com/Celtian/ngx-translate-version/pull/1)
- feat(deps): deps updated [`144c002`](https://github.com/Celtian/ngx-translate-version/commit/144c0020540b028e187180074cd67d94ce8e0c6a)
- feat(workflows): node changed [`087b612`](https://github.com/Celtian/ngx-translate-version/commit/087b612fb6f0593c149320d78befb1e4144311b8)
- chore(tslint): comment replaced [`73e5cda`](https://github.com/Celtian/ngx-translate-version/commit/73e5cda4fc5c739b029440b9ae579efab8286aa3)

#### [v0.0.2](https://github.com/Celtian/ngx-translate-version/compare/v0.0.1...v0.0.2)

> 16 April 2023
- chore(deps): deps updated [`08c93f8`](https://github.com/Celtian/ngx-translate-version/commit/08c93f8c92af5a6d76752eea54344f80a7ce3e2f)
- chore(readme): readme changed [`87b7bfb`](https://github.com/Celtian/ngx-translate-version/commit/87b7bfbb84ab61a4e643abb5a3d5036f431f299c)
- chore(update): patch release 0.0.2 🐛 [`309b943`](https://github.com/Celtian/ngx-translate-version/commit/309b943a85c2014c175c6dd417321710e05edfc7)

#### v0.0.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-translate-version",
"version": "0.0.2",
"version": "1.0.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down
15 changes: 11 additions & 4 deletions projects/ngx-translate-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,22 @@ yarn add ngx-translate-version
| **pathLocales** | string | `assets/locales.json` | Path to file with locales |
| **pathI18n** | (lang: string) => string | `(lang) => assets/i18n/${lang}.json` | Path to faile with translations |

## Compatibility

| Angular | ngx-translate-version | Install |
| ------- | --------------------- | ---------------------------------- |
| 16 | 1.x | `yarn add ngx-translate-version` |
| 15 | 0.x | `yarn add ngx-translate-version@0` |

## Peer Dependencies

```
"@angular/common": ">=15",
"@angular/core": ">=15",
"@angular/common": ">=16",
"@angular/core": ">=16",
"@gilsdav/ngx-translate-router-http-loader": ">=2",
"@gilsdav/ngx-translate-router": ">=6",
"@ngx-translate/core": ">=14",
"@ngx-translate/http-loader": ">=7"
"@ngx-translate/core": ">=15",
"@ngx-translate/http-loader": ">=8"
```

## License
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-translate-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-translate-version",
"version": "0.0.2",
"version": "1.0.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down Expand Up @@ -38,4 +38,4 @@
"engines": {
"node": ">=14"
}
}
}

0 comments on commit 29ec7df

Please sign in to comment.