physical-quantity 1.1.67 → 1.1.68

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/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,10 @@ It is a new HTML element for expressing physical quantities, featuring self-cont
14
14
  - Easy to integrate into any web project.
15
15
 
16
16
  ## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
17
- [Live Demo 1](https://v2-docs.donwen.com/demo/products/quik2.html)
18
- [Live Demo 2](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
19
- [Live Demo 3](https://v2-docs.donwen.com/demo/pq-samples-less.html)
17
+ [Live Demo 1 - technical writing](https://v2-docs.donwen.com/fun-calculations/slingshot-stress-calculation.html)
18
+ [Live Demo 2 - typical product specs](https://v2-docs.donwen.com/demo/products/quik2.html)
19
+ [Live Demo 3 - typical product specs](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
20
+ [Live Demo 4 - unique ft-in conversion](https://v2-docs.donwen.com/demo/pq-samples-less.html)
20
21
 
21
22
 
22
23
  ![Physical Quantity (Gif Animation)](https://firebasestorage.googleapis.com/v0/b/auto-calc-80237.appspot.com/o/PQE%2Fexamples%2FPhysicalQuantityElementDemo3-ezgif.com.gif?alt=media&token=b910c493-e990-490b-bf4d-015a4d4c10d2)
@@ -260,6 +261,7 @@ Contributions are welcome! Please contact the developer for any bugs, features,
260
261
  ## Change Log
261
262
  | Version | Date | Description |
262
263
  |---|---|---|
264
+ | v1.1.68 |20240722| Readme update with Technical Writing example. |
263
265
  | v1.1.67 |20240721| Number formatting with comma, eg: 20000 to 23,000; bug fixes. |
264
266
  | v1.1.60 |20240721| A main refactoring. |
265
267
  | v1.1.52 |20240718| Added category "Electrical Potential Difference (Voltage)".|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.1.67",
3
+ "version": "1.1.68",
4
4
  "description": "A web component to represent a physical quantity with unit conversion.",
5
5
  "main": "dist/pq.umd.js",
6
6
  "module": "dist/pq.es.js",