@unsass/breakpoint 2.3.0 → 2.4.0
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/CHANGELOG.md +13 -0
- package/index.scss +1 -1
- package/package.json +6 -6
- package/src/_functions.scss +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.4.0](https://github.com/unsass/breakpoint/compare/v2.3.0...v2.4.0) (2023-09-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **function:** add `get-next()` to public ([95eb60b](https://github.com/unsass/breakpoint/commit/95eb60baad56668132478f57c0750f8d2ac3cafa))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Build System
|
|
14
|
+
|
|
15
|
+
* **deps:** bump to `sass` 1.66.1 ([64126cd](https://github.com/unsass/breakpoint/commit/64126cdba032ad8cb1f256a11319c4bb3e9853e6))
|
|
16
|
+
* **deps:** prevent dependencies vulnerabilities ([04f8a67](https://github.com/unsass/breakpoint/commit/04f8a67c503ba2690afac850bfbd3a3bfdf0c54d))
|
|
17
|
+
|
|
5
18
|
## [2.3.0](https://github.com/unsass/breakpoint/compare/v2.2.0...v2.3.0) (2023-03-06)
|
|
6
19
|
|
|
7
20
|
|
package/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unsass/breakpoint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Sass functions and mixins to use media queries rules.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint:css": "stylelint --fix \"**/*.scss\"",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sass": "index.scss",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@commitlint/cli": "^17.
|
|
19
|
-
"@commitlint/config-conventional": "^17.
|
|
20
|
-
"@semantic-release/changelog": "^6.0.
|
|
18
|
+
"@commitlint/cli": "^17.7.1",
|
|
19
|
+
"@commitlint/config-conventional": "^17.7.0",
|
|
20
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
21
21
|
"@semantic-release/git": "^10.0.1",
|
|
22
22
|
"glob": "^7.2.0",
|
|
23
23
|
"husky": "^8.0.3",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"jest-junit": "^15.0.0",
|
|
27
27
|
"npm-run-all": "^4.1.5",
|
|
28
28
|
"sass-true": "^7.0.0",
|
|
29
|
-
"semantic-release": "^
|
|
29
|
+
"semantic-release": "^21.1.1",
|
|
30
30
|
"stylelint": "^15.2.0",
|
|
31
31
|
"stylelint-config-unsass": "^1.0.1"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"sass": "^1.
|
|
34
|
+
"sass": "^1.66.1"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"sass",
|