alus-ui 0.1.0 → 0.1.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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -236,7 +236,7 @@ pnpm release:major # 0.1.0 → 1.0.0
|
|
|
236
236
|
2. Bumps `package.json` version
|
|
237
237
|
3. `after:bump` hook → `pnpm build` (regenerates `dist/`)
|
|
238
238
|
4. Writes `CHANGELOG.md` from conventional commits since the last tag
|
|
239
|
-
5. Commits `chore(release):
|
|
239
|
+
5. Commits `chore(release): v<version>` and tags `v<version>`
|
|
240
240
|
6. Pushes commit + tag to `origin/main`
|
|
241
241
|
7. Creates GitHub release with the changelog body
|
|
242
242
|
8. Publishes to npm (`npm publish` runs `prepublishOnly` → build + test again)
|
|
@@ -258,7 +258,7 @@ Append `!` after the type (or include `BREAKING CHANGE:` in the body) for a majo
|
|
|
258
258
|
|
|
259
259
|
### Config
|
|
260
260
|
|
|
261
|
-
Settings live in `packages/alus/.release-it.json`. Tag scheme is `
|
|
261
|
+
Settings live in `packages/alus/.release-it.json`. Tag scheme is `v<version>`.
|
|
262
262
|
|
|
263
263
|
## License
|
|
264
264
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alus-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Unstyled, accessible Svelte 5 components with full keyboard navigation and WCAG 2.1 AA compliance",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "https://github.com/Hanivan/alus.git"
|
|
13
|
+
"url": "git+https://github.com/Hanivan/alus.git"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/Hanivan/alus#readme",
|
|
16
16
|
"bugs": {
|