Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 2352b73

Browse files
committed
chore(release): 2.0.0
1 parent de0624d commit 2352b73

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

projects/sticky-directive/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/bikecoders/ngx-sticky/compare/v1.2.10...v2.0.0) (2020-05-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop intersection observer polyfill package
11+
12+
### Features
13+
14+
* remove intersection observer polyfill ([#33](https://github.com/bikecoders/ngx-sticky/issues/33)) ([de0624d](https://github.com/bikecoders/ngx-sticky/commit/de0624d7ee745bbab9ea55293e38bcb3f5e5cce9)), closes [#9](https://github.com/bikecoders/ngx-sticky/issues/9) [#11](https://github.com/bikecoders/ngx-sticky/issues/11)
15+
516
### [1.2.10](https://github.com/bikecoders/ngx-sticky/compare/v1.2.9...v1.2.10) (2020-04-29)

projects/sticky-directive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-sticky-directive",
3-
"version": "1.2.10",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"description": "Angular directive that adds sticky position to an HTML element and also applies and remove a custom class when the element is sticky positioned",
66
"keywords": [

0 commit comments

Comments
 (0)