@lynx-js/luna-reactlynx 0.0.1 → 0.1.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.
- package/CHANGELOG.md +10 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# @lynx-js/luna-reactlynx
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Normalize `repository.url` to the strict `git+https://...git` form.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies:
|
|
10
|
+
- @lynx-js/luna-core@0.1.0
|
|
11
|
+
|
|
3
12
|
## 0.0.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
16
|
- Initial publish of L.U.N.A packages.
|
|
8
17
|
|
|
9
|
-
- Updated dependencies
|
|
18
|
+
- Updated dependencies:
|
|
10
19
|
- @lynx-js/luna-core@0.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/luna-reactlynx",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Reactlynx theming primitives (provider/hooks) and optional runtime wrappers for the L.U.N.A project",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"luna",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"homepage": "https://github.com/lynx-family/lynx-ui/tree/main/luna/packages/luna-reactlynx#readme",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/lynx-family/lynx-ui",
|
|
17
|
+
"url": "git+https://github.com/lynx-family/lynx-ui.git",
|
|
18
18
|
"directory": "luna/packages/luna-reactlynx"
|
|
19
19
|
},
|
|
20
20
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"README.md"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@lynx-js/luna-core": "0.0
|
|
52
|
+
"@lynx-js/luna-core": "0.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@dugyu/luna-reactlynx": "0.3.1",
|