@olenbetong/appframe-ds 0.9.0 → 0.9.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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @olenbetong/appframe-ds
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fca0ec7: republish with actual updated builds
8
+ - Updated dependencies [fca0ec7]
9
+ - @olenbetong/appframe-core@2.13.1
10
+ - @olenbetong/appframe-data@1.6.2
11
+ - @olenbetong/appframe-react@2.1.2
12
+
3
13
  ## 0.9.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olenbetong/appframe-ds",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Components that bind Designsystemet components to Appframe data objects",
5
5
  "type": "module",
6
6
  "types": "./es/index.d.ts",
@@ -62,9 +62,9 @@
62
62
  "mitt": "^3.0.1",
63
63
  "react-virtualized-auto-sizer": "^1.0.26",
64
64
  "react-window": "^1.8.11",
65
- "@olenbetong/appframe-core": "2.13.0",
66
- "@olenbetong/appframe-react": "2.1.1",
67
- "@olenbetong/appframe-data": "1.6.1"
65
+ "@olenbetong/appframe-core": "2.13.1",
66
+ "@olenbetong/appframe-data": "1.6.2",
67
+ "@olenbetong/appframe-react": "2.1.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@digdir/designsystemet-react": "1.18.0",