@limetech/lime-web-components 4.49.1-alpha.4 → 4.49.1-alpha.5

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.49.1-alpha.5](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.4...v4.49.1-alpha.5) (2022-07-06)
7
+
8
+
9
+
10
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.48.2) (2022-07-05)
11
+
12
+ **Note:** Version bump only for package @limetech/lime-web-components
13
+
14
+
15
+
16
+
17
+
6
18
  ## [4.49.1-alpha.4](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.3...v4.49.1-alpha.4) (2022-07-05)
7
19
 
8
20
 
@@ -155,6 +167,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
155
167
 
156
168
 
157
169
 
170
+ ## [4.48.2](https://github.com/Lundalogik/lime-web-components/compare/v4.48.1...v4.48.2) (2022-07-05)
171
+
172
+ **Note:** Version bump only for package @limetech/lime-web-components
173
+
174
+
175
+
176
+
177
+
158
178
  ## [4.48.1](https://github.com/Lundalogik/lime-web-components/compare/v4.48.0...v4.48.1) (2022-06-21)
159
179
 
160
180
  **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.49.1-alpha.4",
3
+ "version": "4.49.1-alpha.5",
4
4
  "author": "Lime Technologies",
5
5
  "homepage": "https://github.com/Lundalogik/lime-web-components",
6
6
  "license": "Apache-2.0",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/Lundalogik/lime-web-components/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@limetech/lime-web-components-commands": "^4.49.1-alpha.4",
39
- "@limetech/lime-web-components-decorators": "^4.49.1-alpha.4",
40
- "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.4",
41
- "@limetech/lime-web-components-testing": "^4.49.1-alpha.4"
38
+ "@limetech/lime-web-components-commands": "^4.49.1-alpha.5",
39
+ "@limetech/lime-web-components-decorators": "^4.49.1-alpha.5",
40
+ "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.5",
41
+ "@limetech/lime-web-components-testing": "^4.49.1-alpha.5"
42
42
  },
43
- "gitHead": "86f23f6c8a4e993d3b9e3307c978a2bb36dc2e95"
43
+ "gitHead": "49b7b6e4e09348884ee93fe4acf02f84cc2374fe"
44
44
  }