@lukso/web-components 1.0.5 → 1.0.6

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 +7 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.6](https://github.com/lukso-network/tools-web-components/compare/v1.0.5...v1.0.6) (2023-01-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * tinycolor2 must be a regular dependency ([98489b6](https://github.com/lukso-network/tools-web-components/commit/98489b6aeb5d6dc693b35fc4892cd665f3321789))
9
+
3
10
  ## [1.0.5](https://github.com/lukso-network/tools-web-components/compare/v1.0.4...v1.0.5) (2023-01-23)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/web-components",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/",
@@ -141,13 +141,15 @@
141
141
  "stylelint-config-standard-scss": "^6.1.0",
142
142
  "stylelint-prettier": "^2.0.0",
143
143
  "tailwindcss": "^3.2.4",
144
- "tinycolor2": "^1.5.2",
145
144
  "typescript": "^4.9.4",
146
145
  "typescript-bundle": "^1.0.18",
147
146
  "vite": "^4.0.4",
148
147
  "vite-plugin-static-copy": "^0.13.0",
149
148
  "wait-on": "^7.0.1"
150
149
  },
150
+ "dependencies": {
151
+ "tinycolor2": "^1.5.2"
152
+ },
151
153
  "packageManager": "yarn@3.3.1",
152
154
  "customElements": "custom-elements.json"
153
155
  }