ds-one 0.1.11-alpha.17 → 0.1.11-alpha.18
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 +4 -4
- package/package.json +1 -1
package/DS1/1-root/one.css
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Build modern UIs with web components!
|
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/ds-one)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
|
-
[](https://github.com/0001-labs/ds-one)
|
|
10
10
|
|
|
11
11
|
**DS one** is a modern design system that provides a comprehensive set of reusable UI components built with Web Components. Think "Material Design meets Web Standards"—a simple, accessible component library that works with any framework or vanilla JavaScript.
|
|
12
12
|
|
|
@@ -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.18`. Use `@alpha` tag to install.
|
|
31
31
|
|
|
32
32
|
### Basic Usage (CDN)
|
|
33
33
|
|
|
@@ -87,7 +87,7 @@ Try DS one in your browser: **[dsone.dev](https://dsone.dev)** (documentation sl
|
|
|
87
87
|
- **[Internationalization](./docs/i18n.md)** - Language keys and Notion CMS setup
|
|
88
88
|
- **[Examples](./docs/examples.md)** - Usage examples and patterns
|
|
89
89
|
|
|
90
|
-
## Current Status: v0.1.11-alpha.
|
|
90
|
+
## Current Status: v0.1.11-alpha.18
|
|
91
91
|
|
|
92
92
|
**⚠️ Alpha Release**: This is an early alpha version. The API may change as we refine the components and architecture.
|
|
93
93
|
|
|
@@ -184,7 +184,7 @@ bun run build
|
|
|
184
184
|
|
|
185
185
|
```bash
|
|
186
186
|
# Create a new alpha release (recommended for now)
|
|
187
|
-
bun run release:pre:alpha # Bumps alpha version (e.g., 0.1.11-alpha.
|
|
187
|
+
bun run release:pre:alpha # Bumps alpha version (e.g., 0.1.11-alpha.18 → 0.1.11-alpha.18)
|
|
188
188
|
|
|
189
189
|
# Other release commands (for future use)
|
|
190
190
|
bun run release:patch # For patch releases
|