ds-one 0.1.11-alpha.14 → 0.1.11-alpha.15
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/DS1/1-root/one.css +1 -1
- package/README.md +6 -6
- package/package.json +1 -1
package/DS1/1-root/one.css
CHANGED
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ npm install ds-one@alpha
|
|
|
27
27
|
yarn add ds-one@alpha
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
**Note**: Currently published as alpha version `0.1.11-alpha.
|
|
30
|
+
**Note**: Currently published as alpha version `0.1.11-alpha.15`. Use `@alpha` tag to install.
|
|
31
31
|
|
|
32
32
|
### Basic Usage
|
|
33
33
|
|
|
@@ -90,7 +90,7 @@ Try DS one in your browser: **[dsone.dev](https://dsone.dev)** (documentation sl
|
|
|
90
90
|
- **[Internationalization](./docs/i18n.md)** - Language keys and Notion CMS setup
|
|
91
91
|
- **[Examples](./docs/examples.md)** - Usage examples and patterns
|
|
92
92
|
|
|
93
|
-
## Current Status: v0.1.11-alpha.
|
|
93
|
+
## Current Status: v0.1.11-alpha.15
|
|
94
94
|
|
|
95
95
|
**⚠️ Alpha Release**: This is an early alpha version. The API may change as we refine the components and architecture.
|
|
96
96
|
|
|
@@ -187,10 +187,10 @@ bun run build
|
|
|
187
187
|
|
|
188
188
|
```bash
|
|
189
189
|
# Create a new release
|
|
190
|
-
bun run release:patch # 0.1.11-alpha.
|
|
191
|
-
bun run release:minor # 0.1.11-alpha.
|
|
192
|
-
bun run release:major # 0.1.11-alpha.
|
|
193
|
-
bun run release:beta # 0.1.11-alpha.
|
|
190
|
+
bun run release:patch # 0.1.11-alpha.15 → 0.1.11-alpha.15
|
|
191
|
+
bun run release:minor # 0.1.11-alpha.15 → 0.1.11-alpha.15
|
|
192
|
+
bun run release:major # 0.1.11-alpha.15 → 1.0.0
|
|
193
|
+
bun run release:beta # 0.1.11-alpha.15 → 0.1.11-alpha.15
|
|
194
194
|
```
|
|
195
195
|
|
|
196
196
|
## License
|