@nimbus-ds/webpack 1.3.1 → 1.4.0-rc.2
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 +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
This package is intended for internal use in generating builds of each design system package. It contains all the necessary settings and dependencies to optimize the creation of our builds.
|
|
4
4
|
|
|
5
|
+
## 2023-09-26 `1.2.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Updated vanilla extract to new version. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
|
|
11
|
+
#### 📚 3rd party library updates
|
|
12
|
+
|
|
13
|
+
- Updated `@vanilla-extract/webpack-plugin@2.3.1`. ([#193](https://github.com/TiendaNube/nimbus-design-system/pull/#193) by [@juniorconquista](https://github.com/juniorconquista))
|
|
14
|
+
|
|
5
15
|
## 2023-03-13 `1.1.0`
|
|
6
16
|
|
|
7
17
|
#### 🎉 New features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/webpack",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/dashify": "^1.0.1",
|
|
26
26
|
"@types/webpack": "^5.28.0",
|
|
27
|
-
"@vanilla-extract/webpack-plugin": "^2.
|
|
27
|
+
"@vanilla-extract/webpack-plugin": "^2.3.1",
|
|
28
28
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
29
29
|
"dashify": "^2.0.0",
|
|
30
|
-
"dotenv": "^16.0.3",
|
|
31
30
|
"mini-css-extract-plugin": "^2.7.2",
|
|
32
31
|
"terser-webpack-plugin": "^5.3.6",
|
|
33
32
|
"typescript": "^4.9.3",
|
|
34
33
|
"webpack": "^5.76.0",
|
|
35
34
|
"webpack-merge": "^5.8.0",
|
|
36
35
|
"webpack-shell-plugin-next": "^2.3.1"
|
|
37
|
-
}
|
|
36
|
+
},
|
|
37
|
+
"stableVersion": "1.3.1"
|
|
38
38
|
}
|