@rikstv/shared-components 3.2.7-alpha.4 → 3.3.1-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  ## 3.3.0
4
4
 
5
- - update `vite` to v6 (uses sass modern compiler by default)
6
- - update sass to latest version
7
- - fix all sass compilation (deprecation) warnings
5
+ - update `vite` to v6 (uses `sass` modern compiler by default)
6
+ - update `sass` to latest version
7
+ - fix all `sass` deprecation warnings from moden compiler
8
8
 
9
9
  ## 3.2.3
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rikstv/shared-components",
3
- "version": "3.2.7-alpha.4",
3
+ "version": "3.3.1-alpha.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },