Skip to content

Commit

Permalink
chore(update): major release 3.0.0 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Oct 18, 2024
1 parent 270696c commit 2b2c72f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ 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).

#### [v3.0.0](https://github.com/Celtian/ngx-translate-version/compare/v2.0.1...v3.0.0)

- Angular 18 [`#5`](https://github.com/Celtian/ngx-translate-version/pull/5)
- chore(deps): angular updated [`70eec92`](https://github.com/Celtian/ngx-translate-version/commit/70eec927f59a245f5ce4cc9a1ae4517ff7a813d7)
- chore(node): limits changed [`3b01d3a`](https://github.com/Celtian/ngx-translate-version/commit/3b01d3acff914fcb2ea427b5d974b46d23e6d694)

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

> 10 February 2024
- deps updated & actions updated [`#4`](https://github.com/Celtian/ngx-translate-version/pull/4)
- chore(deps): deps updated [`2220f87`](https://github.com/Celtian/ngx-translate-version/commit/2220f87bbf8f640029ee63281766f23fbcb9d747)
- chore(update): patch release 2.0.1 🐛 [`583f769`](https://github.com/Celtian/ngx-translate-version/commit/583f76944813eb857016bef6d1637a0c29c6e161)
- chore(actions): chache action updated [`7edd99d`](https://github.com/Celtian/ngx-translate-version/commit/7edd99dc88406f8dc876d29377167f58da19d252)

### [v2.0.0](https://github.com/Celtian/ngx-translate-version/compare/v1.1.0...v2.0.0)
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": "2.0.1",
"version": "3.0.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down
9 changes: 5 additions & 4 deletions projects/ngx-translate-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

> Angular module that provides version to your language files
> _Angular 17 compatible_
> _Angular 18 compatible_
Here's the [demo](http://celtian.github.io/ngx-translate-version/)

Expand Down Expand Up @@ -75,15 +75,16 @@ or module

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

## Peer Dependencies

```
"@angular/common": ">=17",
"@angular/core": ">=17",
"@angular/common": ">=18",
"@angular/core": ">=18",
"@gilsdav/ngx-translate-router-http-loader": ">=2",
"@gilsdav/ngx-translate-router": ">=7",
"@ngx-translate/core": ">=15",
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": "2.0.1",
"version": "3.0.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down Expand Up @@ -38,4 +38,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 2b2c72f

Please sign in to comment.