We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949d1c2 commit 8c06d3cCopy full SHA for 8c06d3c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.0.1 Release - 2021-04-12
4
+
5
+### Bugfixes
6
7
+- Fixe publishing missing scss files
8
9
## v2.0.0 Release - 2021-04-12
10
11
### Changes
package.json
@@ -1,10 +1,11 @@
{
"name": "matestack-ui-bootstrap",
- "version": "2.0.0",
+ "version": "2.0.1",
"license": "MIT",
"main": "./lib/matestack/ui/bootstrap/index.js",
"files": [
"lib/**/*.js",
+ "lib/**/*.scss",
"LICENSE"
],
"dependencies": {
0 commit comments