@stenajs-webui/elements 15.0.0-alpha.8 → 15.0.2

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # v15.0.1 (Thu Feb 17 2022)
2
+
3
+ #### ⚠️ Pushed to `master`
4
+
5
+ - Fix exact version reference ([@lindskogen](https://github.com/lindskogen))
6
+
7
+ #### Authors: 1
8
+
9
+ - Johan Lindskogen ([@lindskogen](https://github.com/lindskogen))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stenajs-webui/elements",
3
- "version": "15.0.0-alpha.8",
3
+ "version": "15.0.2",
4
4
  "description": "",
5
5
  "author": "mattias800",
6
6
  "license": "MIT",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@react-aria/focus": "3.3.0",
31
- "@stenajs-webui/core": "15.0.0-alpha.8",
32
- "@stenajs-webui/theme": "15.0.0-alpha.8",
31
+ "@stenajs-webui/core": "15.0.2",
32
+ "@stenajs-webui/theme": "15.0.2",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
35
  "peerDependencies": {
@@ -62,5 +62,5 @@
62
62
  "files": [
63
63
  "dist"
64
64
  ],
65
- "gitHead": "f57a1cd64b0a380b5970b1a19dcf2445bb1a7882"
65
+ "gitHead": "4d2fea5ac5e44da7c461f017ee20c18fa1693040"
66
66
  }