pipesol-notificationbar 1.0.3-beta.2 → 1.0.3
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/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
1.1.0 – nova funcionalidade compatível
|
|
26
26
|
2.0.0 – mudanças incompatíveis
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
- para publicar versão beta: "1.0.0-beta.x"
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
3. Comando para versao beta: npm run release-beta
|
|
31
|
+
Comando para versao oficial: npm run release
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pipesol-notificationbar",
|
|
3
|
-
"version": "1.0.3
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"start": "next start",
|
|
20
20
|
"lint": "next lint",
|
|
21
21
|
"release-beta": "npm run build && npm publish --tag beta",
|
|
22
|
-
"release": "npm run build && npm
|
|
22
|
+
"release": "npm run build && npm publish"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@emotion/css": "^11.13.5",
|