Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @promaster-sdk/[email protected]
 - @promaster-sdk/[email protected]
 - @promaster-sdk/[email protected]
 - @promaster-sdk/[email protected]
  • Loading branch information
jonaskello committed Feb 2, 2024
1 parent 3a2e034 commit e1090f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/property-filter-pretty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@promaster-sdk/property-filter-pretty",
"author": "Divid Promaster AB",
"license": "MIT",
"version": "6.1.0",
"version": "7.0.0",
"description": "Pretty printing of property filters",
"main": "lib/index.js",
"types": "lib/index",
Expand All @@ -21,7 +21,7 @@
"promaster-sdk"
],
"dependencies": {
"@promaster-sdk/property": "^6.1.0",
"@promaster-sdk/property": "^7.0.0",
"ts-exhaustive-check": "^1.0.0",
"uom": "^6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/property/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@promaster-sdk/property",
"author": "Divid Promaster AB",
"license": "MIT",
"version": "6.1.0",
"version": "7.0.0",
"main": "lib/index.js",
"types": "lib/index",
"description": "Property values and filtering",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-property-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@promaster-sdk/react-property-selectors",
"author": "Divid Promaster AB",
"license": "MIT",
"version": "11.1.0",
"version": "12.0.0",
"main": "lib/index.js",
"types": "lib/index",
"description": "Hooks for building UI for selection of property values",
Expand All @@ -21,8 +21,8 @@
"promaster-sdk"
],
"dependencies": {
"@promaster-sdk/property": "^6.1.0",
"@promaster-sdk/property-filter-pretty": "^6.1.0",
"@promaster-sdk/property": "^7.0.0",
"@promaster-sdk/property-filter-pretty": "^7.0.0",
"uom": "^6.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/variant-listing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@promaster-sdk/variant-listing",
"author": "Divid Promaster AB",
"license": "MIT",
"version": "6.1.0",
"version": "7.0.0",
"description": "Generate list of valid variants",
"main": "lib/index.js",
"types": "lib/index",
Expand All @@ -21,7 +21,7 @@
"promaster-sdk"
],
"dependencies": {
"@promaster-sdk/property": "^6.1.0",
"@promaster-sdk/property": "^7.0.0",
"ramda": "^0.25.0",
"uom": "^6.0.0"
},
Expand Down

0 comments on commit e1090f4

Please sign in to comment.