Skip to content

Commit

Permalink
Bump @angular/core to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgc committed Nov 25, 2024
1 parent e7bdaa5 commit 6ff0545
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.8.1] - 2024-11-25

### Update

- Bump `@angular/core` dependencies to v19.0.0.

## [4.8.0] - 2024-11-21

### Update
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Make sure you're using the proper corresponding version of socket.io on the server.

| Package Version | Socket-io Server Version | Angular version |
|-----------------|--------------------------|-----------------|
| --------------- | ------------------------ | --------------- |
| v3.4.0 | v2.2.0 | |
| v4.1.0 | v4.0.0 | 12.x |
| v4.2.0 | v4.0.0 | 13.x |
Expand All @@ -24,7 +24,7 @@ Make sure you're using the proper corresponding version of socket.io on the serv
| v4.5.0 | v4.5.1 | 16.x |
| v4.6.1 | v4.7.2 | 17.x |
| v4.7.0 | v4.7.2 | 18.x |
| v4.8.0 | v4.8.1 | 19.x |
| v4.8.1 | v4.8.1 | 19.x |

## How to use

Expand Down Expand Up @@ -59,9 +59,7 @@ import { SocketIoModule, SocketIoConfig } from 'ngx-socket-io';
const config: SocketIoConfig = { url: 'http://localhost:8988', options: {} };

export const appConfig: ApplicationConfig = {
providers: [
importProvidersFrom(SocketIoModule.forRoot(config))
]
providers: [importProvidersFrom(SocketIoModule.forRoot(config))],
};
```

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-socket-io",
"version": "4.8.0",
"version": "4.8.1",
"description": "Socket.IO module for Angular",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^18.0.0",
"@angular/core": "^19.0.0",
"rxjs": "^7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6ff0545

Please sign in to comment.