Skip to content

Commit

Permalink
Merge pull request #71 from MurhafSousli/ng-16
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
MurhafSousli authored Jul 10, 2023
2 parents 84be612 + 559c120 commit 0815ddb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 21 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0

- Upgrade to Angular 16

## 2.4.3

- enhance(Disqus): Ability to provide disqus shortname value using the `DISQUS_SHORTNAME` token.
Expand Down Expand Up @@ -79,7 +83,6 @@ No changes, republished the library with [email protected], fixes [#33](http
- (feat) @Output() `comment` callback (output)
- **[removeOnDestroy]** input is deprecated, it will remove disqus script on destroy by default.


## 1.0.4
- Improve component code
- Add URL validator
Expand All @@ -90,4 +93,4 @@ No changes, republished the library with [email protected], fixes [#33](http
- Adds window service

## 1.0.2
- initial release
- initial release
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ Add Disqus to your app instantly!

## Installation

**NPM**

```bash
$ npm install -S ngx-disqus
```

**YARN**

```bash
$ yarn add ngx-disqus
npm install ngx-disqus
```

## Usage
Expand Down
10 changes: 1 addition & 9 deletions projects/ngx-disqus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ Add Disqus to your app instantly!

## Installation

**NPM**

```bash
$ npm install -S ngx-disqus
```

**YARN**

```bash
$ yarn add ngx-disqus
npm install ngx-disqus
```

## Usage
Expand Down
21 changes: 20 additions & 1 deletion projects/ngx-disqus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"name": "ngx-disqus",
"version": "0.0.1",
"description": "Angular Disqus Module",
"version": "3.0.0",
"homepage": "http://github.com/murhafsousli/ngx-disqus",
"author": {
"name": "Murhaf Sousli",
"url": "http://github.com/murhafsousli"
},
"repository": {
"type": "git",
"url": "git://github.com/murhafsousli/ngx-disqus.git"
},
"license": "MIT",
"keywords": [
"angular",
"comments",
"disqus"
],
"bugs": {
"url": "http://github.com/murhafsousli/ngx-disqus/issues"
},
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
Expand Down

0 comments on commit 0815ddb

Please sign in to comment.