@operato/board 8.0.0-alpha.42 → 8.0.0-alpha.43

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 CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.42...v8.0.0-alpha.43) (2024-10-22)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * add history property ([be6c676](https://github.com/hatiolab/operato/commit/be6c6761dbf94059f931ee907ed0827835083992))
12
+
13
+
14
+
6
15
  ## [8.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v8.0.0-alpha.41...v8.0.0-alpha.42) (2024-10-21)
7
16
 
8
17
 
@@ -104,7 +104,7 @@
104
104
  )
105
105
 
106
106
  render(
107
- html` <ox-board-viewer .board=${boards[0]} .provider=${provider}></ox-board-viewer> `,
107
+ html` <ox-board-viewer .board=${boards[0]} .provider=${provider} history></ox-board-viewer> `,
108
108
  document.querySelector('#demo')
109
109
  )
110
110
  </script>
package/demo/index.html CHANGED
@@ -104,7 +104,7 @@
104
104
  )
105
105
 
106
106
  render(
107
- html` <ox-board-viewer .board=${boards[0]} .provider=${provider}></ox-board-viewer> `,
107
+ html` <ox-board-viewer .board=${boards[0]} .provider=${provider} history></ox-board-viewer> `,
108
108
  document.querySelector('#demo')
109
109
  )
110
110
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/board",
3
- "version": "8.0.0-alpha.42",
3
+ "version": "8.0.0-alpha.43",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -159,5 +159,5 @@
159
159
  "prettier --write"
160
160
  ]
161
161
  },
162
- "gitHead": "f22840748a48faf8aad81350000b89d65f0dd081"
162
+ "gitHead": "af52699d89b5d4185de1a1546e0b06f912a3c14d"
163
163
  }