Skip to content

Commit

Permalink
Merge pull request #260 from smartprocure/GS-8482/revert-pop-count-de…
Browse files Browse the repository at this point in the history
…faults

[GS-8482] Revert #259
  • Loading branch information
stellarhoof authored Oct 4, 2024
2 parents a76e217 + 43b4eec commit 0388a69
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .changeset/silly-seas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'contexture-client': minor
'contexture-elasticsearch': patch
'contexture-export': patch
'contexture-react': patch
---

revert defaults on `step` type
4 changes: 2 additions & 2 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 3.0.0
## 2.56.0

### Major Changes
### Minor Changes

- bf80fccc: `step` type contract updated to use `min` and `max` instead of `range` so it can be consistent with `number` type

Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-client",
"version": "3.0.0",
"version": "2.56.0",
"description": "The Contexture (aka ContextTree) Client",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/exampleTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default F.stampKey('type', {
defaults: {
field: null,
min: 0,
max: null,
max: 1000,
context: {
recordsCount: 0,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Patch Changes

- Updated dependencies [bf80fccc]
- contexture-client@3.0.0
- contexture-client@2.56.0

## 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion packages/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/export",
"dependencies": {
"contexture-client": "^3.0.0",
"contexture-client": "^2.53.7",
"futil": "^1.76.4",
"lodash": "^4.17.21",
"minimal-csv-formatter": "^1.0.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 2.0.0
## 1.33.0

### Major Changes
### Minor Changes

- bf80fccc: `step` type contract updated to use `min` and `max` instead of `range` so it can be consistent with `number` type

Expand Down
2 changes: 1 addition & 1 deletion packages/provider-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-elasticsearch",
"version": "2.0.0",
"version": "1.33.0",
"description": "ElasticSearch Provider for Contexture",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@storybook/react-webpack5": "^7.4.5",
"@storybook/storybook-deployer": "^2.8.16",
"chromatic": "^6.23.0",
"contexture-client": "^3.0.0",
"contexture-elasticsearch": "^2.0.0",
"contexture-client": "^2.56.0",
"contexture-elasticsearch": "^1.33.0",
"elasticsearch-browser": "^14.2.2",
"emoji-datasource": "^5.0.1",
"eslint-plugin-react": "^7.32.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7993,7 +7993,7 @@ __metadata:
languageName: node
linkType: hard

"contexture-client@^3.0.0, contexture-client@workspace:packages/client":
"contexture-client@^2.53.7, contexture-client@^2.56.0, contexture-client@workspace:packages/client":
version: 0.0.0-use.local
resolution: "contexture-client@workspace:packages/client"
dependencies:
Expand All @@ -8003,7 +8003,7 @@ __metadata:
languageName: unknown
linkType: soft

"contexture-elasticsearch@^2.0.0, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
"contexture-elasticsearch@^1.33.0, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
version: 0.0.0-use.local
resolution: "contexture-elasticsearch@workspace:packages/provider-elasticsearch"
dependencies:
Expand All @@ -8028,7 +8028,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "contexture-export@workspace:packages/export"
dependencies:
contexture-client: ^3.0.0
contexture-client: ^2.53.7
futil: ^1.76.4
lodash: ^4.17.21
minimal-csv-formatter: ^1.0.15
Expand Down Expand Up @@ -8091,8 +8091,8 @@ __metadata:
"@storybook/storybook-deployer": ^2.8.16
chromatic: ^6.23.0
contexture: ^0.12.24
contexture-client: ^3.0.0
contexture-elasticsearch: ^2.0.0
contexture-client: ^2.56.0
contexture-elasticsearch: ^1.33.0
contexture-util: ^0.1.2
elasticsearch-browser: ^14.2.2
emoji-datasource: ^5.0.1
Expand Down

0 comments on commit 0388a69

Please sign in to comment.