@scalewing/react 0.3.0 → 0.5.0

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 +26 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @scalewing/react
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Keep public package versions matched for the GitHub `v0.5.0` release tag.
8
+ Native Field ships in this version.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @scalewing/tokens@0.5.0
14
+
15
+ ## 0.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - Keep public package versions matched for the GitHub `v0.4.0` release tag.
20
+ Native TabBar, Table, and SegmentedControl ship in this version.
21
+
22
+ ### Patch Changes
23
+
24
+ - 01b138f: Point package metadata to the GitHub source repository and document explicit GitHub Actions releases. Package names and runtime APIs are unchanged.
25
+ - Updated dependencies [01b138f]
26
+ - Updated dependencies
27
+ - @scalewing/tokens@0.4.0
28
+
3
29
  ## 0.3.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@scalewing/react",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Scalewing DOM components and package-owned CSS utilities.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://gitlab.com/dna-consulting/scalewing.git",
9
+ "url": "git+https://github.com/nestor-garcia-dev/scalewing.git",
10
10
  "directory": "packages/react"
11
11
  },
12
- "homepage": "https://gitlab.com/dna-consulting/scalewing#readme",
12
+ "homepage": "https://github.com/nestor-garcia-dev/scalewing#readme",
13
13
  "bugs": {
14
- "url": "https://gitlab.com/dna-consulting/scalewing/-/issues"
14
+ "url": "https://github.com/nestor-garcia-dev/scalewing/issues"
15
15
  },
16
16
  "sideEffects": [
17
17
  "*.css"
@@ -38,7 +38,7 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@scalewing/tokens": "0.3.0"
41
+ "@scalewing/tokens": "0.5.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^19.0.0",