@open-pioneer/experimental-layout-sidebar 0.2.4 → 0.7.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 +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @open-pioneer/experimental-layout-sidebar
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 310800c: Switch from `peerDependencies` to normal `dependencies`. Peer dependencies have some usability problems when used at scale.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 310800c: Update core packages version.
|
|
12
|
+
- a8b3449: Switch to a new versioning strategy.
|
|
13
|
+
From now on, packages released by this repository share a common version number.
|
|
14
|
+
- 900eb11: Update dependencies.
|
|
15
|
+
|
|
3
16
|
## 0.2.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/experimental-layout-sidebar",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"open-pioneer-trails"
|
|
7
7
|
],
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
|
|
13
13
|
"directory": "src/experimental-packages/layout-sidebar"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"@chakra-ui/icons": "^2.
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@chakra-ui/icons": "^2.2.4",
|
|
17
17
|
"@chakra-ui/system": "^2.6.2",
|
|
18
18
|
"@emotion/react": "^11.13.0",
|
|
19
19
|
"@emotion/styled": "^11.13.0",
|
|
20
|
-
"@open-pioneer/chakra-integration": "^
|
|
21
|
-
"@open-pioneer/runtime": "^2.
|
|
20
|
+
"@open-pioneer/chakra-integration": "^2.3.0",
|
|
21
|
+
"@open-pioneer/runtime": "^2.3.0",
|
|
22
22
|
"react": "^18.3.1"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|