@limetech/lime-web-components 4.51.0 → 4.51.3

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 (3) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +0 -1
  3. package/package.json +14 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ ## [4.51.3](https://github.com/Lundalogik/lime-web-components/compare/v4.51.2...v4.51.3) (2022-07-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * include Stencil in build ([9c402b1](https://github.com/Lundalogik/lime-web-components/commit/9c402b1220b96c7f1a32a47e4e779057b7284445))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.51.2](https://github.com/Lundalogik/lime-web-components/compare/v4.51.1...v4.51.2) (2022-07-13)
18
+
19
+ **Note:** Version bump only for package @limetech/lime-web-components
20
+
21
+
22
+
23
+
24
+
25
+ ## [4.51.1](https://github.com/Lundalogik/lime-web-components/compare/v4.51.0...v4.51.1) (2022-07-12)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * please release this lerna ([6716f58](https://github.com/Lundalogik/lime-web-components/commit/6716f5825278c35a5c1c8f3131787fa8abf264b5))
31
+
32
+
33
+
34
+
35
+
6
36
  # [4.51.0](https://github.com/Lundalogik/lime-web-components/compare/v4.50.1-alpha.1...v4.51.0) (2022-07-12)
7
37
 
8
38
  **Note:** Version bump only for package @limetech/lime-web-components
package/README.md CHANGED
@@ -11,4 +11,3 @@ Please use **lime-project** to generate new plugins and components. **lime-web-c
11
11
  For a list of changes, see the [CHANGELOG](https://github.com/Lundalogik/lime-web-components/blob/master/CHANGELOG.md).
12
12
 
13
13
  Read the full documentation at [https://lundalogik.github.io/lime-web-components/](https://lundalogik.github.io/lime-web-components/)
14
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "4.51.0",
3
+ "version": "4.51.3",
4
4
  "author": "Lime Technologies",
5
5
  "homepage": "https://github.com/Lundalogik/lime-web-components",
6
6
  "license": "Apache-2.0",
@@ -36,10 +36,18 @@
36
36
  "url": "https://github.com/Lundalogik/lime-web-components/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@limetech/lime-web-components-commands": "^4.51.0",
40
- "@limetech/lime-web-components-decorators": "^4.51.0",
41
- "@limetech/lime-web-components-interfaces": "^4.51.0",
42
- "@limetech/lime-web-components-testing": "^4.51.0"
39
+ "@limetech/lime-web-components-commands": "^4.51.2",
40
+ "@limetech/lime-web-components-decorators": "^4.51.2",
41
+ "@limetech/lime-web-components-interfaces": "^4.51.2",
42
+ "@limetech/lime-web-components-testing": "^4.51.2"
43
43
  },
44
- "gitHead": "25b2b42c06e8403b01f3be79d52163ec752f73dd"
44
+ "devDependencies": {
45
+ "@types/jest": "^27.5.0",
46
+ "jest": "^27.5.1",
47
+ "jest-cli": "^27.5.1"
48
+ },
49
+ "peerDependencies": {
50
+ "@stencil/core": "^2.17.1"
51
+ },
52
+ "gitHead": "ed2a3da8138ef6cce7a0b5a5610e38d35d04c5fe"
45
53
  }