@limetech/lime-web-components 4.50.0-alpha.3 → 4.50.1-alpha.0

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 +30 -0
  2. package/package.json +6 -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.50.1-alpha.0](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.5...v4.50.1-alpha.0) (2022-07-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove alpha from version ([3323de9](https://github.com/Lundalogik/lime-web-components/commit/3323de9d81dfb414b5b59fdca10100c6d8ec86bc))
12
+
13
+
14
+
15
+
16
+
17
+ # [4.50.0-alpha.5](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.4...v4.50.0-alpha.5) (2022-07-12)
18
+
19
+ **Note:** Version bump only for package @limetech/lime-web-components
20
+
21
+
22
+
23
+
24
+
25
+ # [4.50.0-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.3...v4.50.0-alpha.4) (2022-07-12)
26
+
27
+
28
+ ### Features
29
+
30
+ * trigger release of all packages ([2909cf7](https://github.com/Lundalogik/lime-web-components/commit/2909cf75c7bc5adb1c5381304add8f7b10b62e06))
31
+
32
+
33
+
34
+
35
+
6
36
  # [4.50.0-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.50.0-alpha.2...v4.50.0-alpha.3) (2022-07-11)
7
37
 
8
38
  **Note:** Version bump only for package @limetech/lime-web-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "4.50.0-alpha.3",
3
+ "version": "4.50.1-alpha.0",
4
4
  "author": "Lime Technologies",
5
5
  "homepage": "https://github.com/Lundalogik/lime-web-components",
6
6
  "license": "Apache-2.0",
@@ -36,10 +36,10 @@
36
36
  "url": "https://github.com/Lundalogik/lime-web-components/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@limetech/lime-web-components-commands": "^4.49.1-alpha.6",
40
- "@limetech/lime-web-components-decorators": "^4.50.0-alpha.1",
41
- "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.6",
42
- "@limetech/lime-web-components-testing": "^4.50.0-alpha.3"
39
+ "@limetech/lime-web-components-commands": "^4.50.1-alpha.0",
40
+ "@limetech/lime-web-components-decorators": "^4.50.1-alpha.0",
41
+ "@limetech/lime-web-components-interfaces": "^4.50.1-alpha.0",
42
+ "@limetech/lime-web-components-testing": "^4.50.1-alpha.0"
43
43
  },
44
- "gitHead": "2d964462582f150de33ad5149956e2fa1e5c3310"
44
+ "gitHead": "16a58fb0293e6abbcad5257f259d843634fb4e7a"
45
45
  }