@rebilly/revel 12.50.5 → 12.50.6
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 +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [12.50.
|
|
1
|
+
## [12.50.6](https://github.com/Rebilly/rebilly/compare/revel-v12.50.5...revel-v12.50.6) (2026-09-03)
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ pnpm install && pnpm nx run revel:docs:dev
|
|
|
47
47
|
| `dev` | Run the dev server for the component documentation. See `docs:dev`. |
|
|
48
48
|
| `docs:dev` | Run the dev server for the component documentation. |
|
|
49
49
|
| `docs:build` | Build component documentation as a static HTML site. |
|
|
50
|
-
| `build` | Build the library.
|
|
50
|
+
| `build` | Build the library (JS bundle + types). Does not build docs. |
|
|
51
51
|
| `build:watch` | Build the library and rebuild on file changes. |
|
|
52
52
|
| `playground:dev` | Run the playground dev server (see [Playground](#playground)). |
|
|
53
53
|
| `lint:no-fix` | Run eslint. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebilly/revel",
|
|
3
|
-
"version": "12.50.
|
|
3
|
+
"version": "12.50.6",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"CHANGELOG.md"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"dev": "pnpm docs:dev",
|
|
28
|
-
"build": "concurrently npm:build:only npm:
|
|
28
|
+
"build": "concurrently npm:build:only npm:build:types",
|
|
29
29
|
"build:only": "vite build",
|
|
30
30
|
"build:watch": "vite build --watch",
|
|
31
31
|
"build:types": "vue-tsc -p tsconfig.build.json",
|