@frsource/frs-hide-scrollbar 2.0.7 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frsource/frs-hide-scrollbar",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding",
5
5
  "source": "src/index.scss",
6
6
  "main": "dist/frs-hide-scrollbar.css",
@@ -11,9 +11,10 @@
11
11
  "build": "yarn build:bundle && yarn build:example",
12
12
  "build:bundle": "microbundle --compress -o dist/frs-hide-scrollbar.js -f cjs",
13
13
  "postbuild:bundle": "yarn clean:dist:js",
14
- "build:example": "cpy dist/* docs",
14
+ "build:example": "cpy . ../docs --cwd dist",
15
15
  "prerelease": "yarn build && git add dist && git add docs",
16
- "release": "standard-version",
16
+ "release": "semantic-release",
17
+ "release:ci": "yarn release --yes",
17
18
  "postrelease": "git push --follow-tags origin master && yarn publish",
18
19
  "clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}",
19
20
  "clean:dist:js": "rimraf dist/*.{js,mjs,js.map}"
@@ -36,20 +37,29 @@
36
37
  "scrollbar"
37
38
  ],
38
39
  "files": [
39
- "dist/",
40
- "src/",
41
- "LICENSE",
42
- "yarn.lock"
40
+ "dist/frs-hide-scrollbar.css",
41
+ "dist/frs-hide-scrollbar.css.map",
42
+ "src/index.scss",
43
+ "package.json"
43
44
  ],
44
45
  "bugs": {
45
46
  "url": "https://github.com/FRSource/FRS-hide-scrollbar/issues"
46
47
  },
47
48
  "devDependencies": {
48
- "cpy-cli": "^3.0.0",
49
- "microbundle": "^0.14.0",
50
- "rimraf": "^3.0.0",
51
- "sass": "^1.32.0",
52
- "standard-version": "^9.0.0"
49
+ "@semantic-release/changelog": "^6.0.2",
50
+ "@semantic-release/commit-analyzer": "^9.0.2",
51
+ "@semantic-release/git": "^10.0.1",
52
+ "@semantic-release/github": "^8.0.7",
53
+ "@semantic-release/npm": "^9.0.1",
54
+ "@semantic-release/release-notes-generator": "^10.0.3",
55
+ "cpy-cli": "4.2.0",
56
+ "microbundle": "0.15.1",
57
+ "rimraf": "3.0.2",
58
+ "sass": "1.58.0",
59
+ "semantic-release": "^19.0.5"
60
+ },
61
+ "publishConfig": {
62
+ "access": "public"
53
63
  },
54
64
  "dependencies": {}
55
65
  }
package/CHANGELOG.md DELETED
@@ -1,112 +0,0 @@
1
- # Changelog
2
-
3
- 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.
4
-
5
- ### [2.0.7](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.6...v2.0.7) (2022-01-04)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * upgrade packages based on yarn audit ([bd84ecc](https://github.com/FRSource/FRS-hide-scrollbar/commit/bd84ecce6efa9d1f6017a49306f8cf462fd16685))
11
-
12
- ### [2.0.6](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.5...v2.0.6) (2021-09-06)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * security updates
18
-
19
- ### [2.0.5](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.4...v2.0.5) (2021-02-28)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * security updates
25
-
26
- ### [2.0.4](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.2...v2.0.4) (2021-01-03)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * security updates
32
-
33
- ### [2.0.2](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.1...v2.0.2) (2021-01-03)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * security updates
39
-
40
- ### [2.0.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.0...v2.0.1) (2021-01-03)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * security updates
46
-
47
- ## [2.0.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v2.0.0-alpha.0...v2.0.0) (2021-01-03)
48
-
49
-
50
- ### Bug Fixes
51
-
52
- * security updates
53
-
54
- ## [2.0.0-alpha.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v1.0.1...v2.0.0-alpha.0) (2021-01-03)
55
-
56
-
57
- ### ⚠ BREAKING CHANGES
58
-
59
- * drop the whole JS API - the package is CSS-only from now on
60
-
61
- ### Features
62
-
63
- * move to css-only implementation ([39d99ab](https://github.com/FRSource/FRS-hide-scrollbar/commit/39d99ab0819bb39c050a578901eb1c2a7952505f))
64
-
65
- ### [1.0.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v1.0.0...v1.0.1) (2021-01-02)
66
-
67
-
68
- ### Bug Fixes
69
-
70
- * security updates
71
-
72
- ## [1.0.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.5.0...v1.0.0) (2020-02-06)
73
-
74
-
75
- ### Features
76
-
77
- * Library got stable! 🚀
78
-
79
- ### Bug Fixes
80
-
81
- * security updates
82
-
83
- ## [0.5.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.4.1...v0.5.0) (2020-02-06)
84
-
85
-
86
- ### ⚠ BREAKING CHANGES
87
-
88
- * .updateStyles method got renamed into .update, also - first argument type now is supposed to be a partial of configuration object
89
- * createNewChild is no longer exposed - it's part of an private, internal API
90
- * there is no longer any css file to be included - whole styling is being generated by JS
91
-
92
- ### Features
93
-
94
- * global refactor: make api more consistent & reliable ([7522a9f](https://github.com/FRSource/FRS-hide-scrollbar/commit/7522a9f168c511f5bb3ea442267a305174c241f0))
95
-
96
-
97
- ### Bug Fixes
98
-
99
- * custom className is not always respected in css ([52cdcf0](https://github.com/FRSource/FRS-hide-scrollbar/commit/52cdcf0ce65e066179872717c13ae09928c5523c))
100
-
101
- ### [0.4.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.4.0...v0.4.1) (2019-11-01)
102
-
103
- ## [0.4.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.4.0) (2019-10-31)
104
-
105
-
106
- ### ⚠ BREAKING CHANGES
107
-
108
- * FRSHideScrollbar is now shipped via regular export rather than default one
109
-
110
- * migrate from parcel to microbundle ([#13](https://github.com/FRSource/FRS-hide-scrollbar/issues/13)) ([3f0bafd](https://github.com/FRSource/FRS-hide-scrollbar/commit/3f0bafd4dc800f2c98fef097bbfa8f904a30dec1))
111
-
112
- ### [0.3.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.3.1) (2019-10-30)
package/dist/.DS_Store DELETED
Binary file
package/src/.DS_Store DELETED
Binary file