@workwell-global/component-library 1.1.0 → 1.1.1

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.
@@ -43,11 +43,6 @@ stages:
43
43
  npm publish
44
44
  displayName: 'Publish to npmjs if version is new'
45
45
 
46
- - script: |
47
- npm publish
48
- displayName: 'Publish to npmjs'
49
-
50
-
51
46
  #image: node:22.9.0
52
47
  #variables:
53
48
  # ROUTES: account-status billing-types contractor-documents-categories contractor-documents-statuses contractor-documents-types countries currencies customer-types margins-basis nationalities payment-frequencies rate-frequencies salutations solutions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workwell-global/component-library",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A component library for Workwell",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",