@startupjs-ui/array-input 0.2.0-alpha.2 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.1](https://github.com/startupjs/startupjs-ui/compare/v0.2.0...v0.2.1) (2026-05-11)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/array-input
9
+
10
+
11
+
12
+
13
+
14
+ # [0.2.0](https://github.com/startupjs/startupjs-ui/compare/v0.1.23...v0.2.0) (2026-05-04)
15
+
16
+
17
+ ### Features
18
+
19
+ * [v0.2] add accessibility features to most components, which also dramatically improves E2E testability ([#22](https://github.com/startupjs/startupjs-ui/issues/22)) ([b563e2f](https://github.com/startupjs/startupjs-ui/commit/b563e2fa498a8a83bd5abc7836d120f6d2381e3f))
20
+
21
+
22
+
23
+
24
+
6
25
  # [0.2.0-alpha.2](https://github.com/startupjs/startupjs-ui/compare/v0.2.0-alpha.1...v0.2.0-alpha.2) (2026-04-20)
7
26
 
8
27
  **Note:** Version bump only for package @startupjs-ui/array-input
@@ -20,6 +39,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
39
 
21
40
 
22
41
  # [0.2.0-alpha.0](https://github.com/startupjs/startupjs-ui/compare/v0.1.22...v0.2.0-alpha.0) (2026-03-27)
42
+ ## [0.1.23](https://github.com/startupjs/startupjs-ui/compare/v0.1.22...v0.1.23) (2026-03-27)
23
43
 
24
44
  **Note:** Version bump only for package @startupjs-ui/array-input
25
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/array-input",
3
- "version": "0.2.0-alpha.2",
3
+ "version": "0.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,15 +8,15 @@
8
8
  "types": "index.d.ts",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@startupjs-ui/button": "^0.2.0-alpha.2",
12
- "@startupjs-ui/core": "^0.2.0-alpha.1",
13
- "@startupjs-ui/div": "^0.2.0-alpha.1",
14
- "@startupjs-ui/input": "^0.2.0-alpha.2"
11
+ "@startupjs-ui/button": "^0.2.0",
12
+ "@startupjs-ui/core": "^0.2.0",
13
+ "@startupjs-ui/div": "^0.2.0",
14
+ "@startupjs-ui/input": "^0.2.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": "*",
18
18
  "react-native": "*",
19
19
  "startupjs": "*"
20
20
  },
21
- "gitHead": "8a6ae7871e4c82f3e24d5911a9df42338e057e7a"
21
+ "gitHead": "38511829e3e4f084aecc79ae563e83286e319249"
22
22
  }