@dbosoft/nextjs-uicore 1.7.0-pre.3 → 1.7.0-pre.4

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @dbosoft/nextjs-uicore
2
2
 
3
+ ## 1.7.0-pre.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Align pre-release versions.
8
+ - Updated dependencies
9
+ - @dbosoft/react-uicore@1.5.0-pre.4
10
+
3
11
  ## 1.7.0-pre.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "DEPRECATED: Use @dbosoft/react-uicore/tabs for pure React tabs and @dbosoft/nextjs-site-core/ui/tabs for Next.js integration. All other components (head, subnav, themeselector) are replaced by @dbosoft/nextjs-site-core.",
4
4
  "deprecated": true,
5
5
  "author": "dbosoft",
6
- "version": "1.7.0-pre.3",
6
+ "version": "1.7.0-pre.4",
7
7
  "sideEffects": false,
8
8
  "license": "MIT",
9
9
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "@heroicons/react": ">=2.1.0",
40
40
  "clsx": ">=2.1.0",
41
41
  "next-themes": ">=0.4.3",
42
- "@dbosoft/react-uicore": "1.5.0-pre.3"
42
+ "@dbosoft/react-uicore": "1.5.0-pre.4"
43
43
  },
44
44
  "scripts": {
45
45
  "check-types": "tsc --noEmit",