@oneblink/apps-react 8.12.1-beta.1 → 8.12.2-beta.1
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/dist/styles/modal.scss +2 -2
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/styles/modal.scss
CHANGED
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneblink/apps-react",
|
|
3
3
|
"description": "Helper functions for OneBlink apps in ReactJS.",
|
|
4
|
-
"version": "8.12.
|
|
4
|
+
"version": "8.12.2-beta.1",
|
|
5
5
|
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/oneblink/apps-react/issues"
|
|
@@ -137,6 +137,6 @@
|
|
|
137
137
|
"test": "jest",
|
|
138
138
|
"types": "npm i -D github:oneblink/types",
|
|
139
139
|
"typescript": "tsc --noEmit",
|
|
140
|
-
"update-dependents": "oneblink-release update-dependents
|
|
140
|
+
"update-dependents": "oneblink-release update-dependents"
|
|
141
141
|
}
|
|
142
142
|
}
|