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

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,17 @@
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.4](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.3...v4.49.1-alpha.4) (2022-07-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * trigger release of all packages ([a5cd9ab](https://github.com/Lundalogik/lime-web-components/commit/a5cd9abed3a3633b0c099ffe3c8f8c61b1d9e5bd))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.49.1-alpha.3](https://github.com/Lundalogik/lime-web-components/compare/v4.49.1-alpha.2...v4.49.1-alpha.3) (2022-07-05)
7
18
 
8
19
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Lime Web Components
2
2
 
3
- This package contains the main library for Lime Web Components!
3
+ This package contains the main library for Lime Web Components
4
4
 
5
5
  Lime Web Components are web components that are used to customize [Lime CRM](https://lime-crm.se/). Components are built using [StencilJS](https://stenciljs.com/docs/introduction), which uses [TypeScript](https://www.typescriptlang.org), [JSX](https://reactjs.org/docs/introducing-jsx.html) and [reactive](https://en.wikipedia.org/wiki/Reactive_programming) data-binding.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "4.49.1-alpha.3",
3
+ "version": "4.49.1-alpha.4",
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.2",
39
- "@limetech/lime-web-components-decorators": "^4.49.1-alpha.2",
40
- "@limetech/lime-web-components-interfaces": "^4.49.1-alpha.2",
41
- "@limetech/lime-web-components-testing": "^4.49.1-alpha.2"
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"
42
42
  },
43
- "gitHead": "45887e726bb85de674c9c1efeef0221d5f41d6cf"
43
+ "gitHead": "86f23f6c8a4e993d3b9e3307c978a2bb36dc2e95"
44
44
  }