Skip to content

Commit

Permalink
Merge pull request #198 from smartprocure/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
stellarhoof authored Feb 14, 2024
2 parents 825498f + ac21fbe commit 109743c
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 36 deletions.
10 changes: 0 additions & 10 deletions .changeset/fuzzy-pigs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-ghosts-heal.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.53.7

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems

## 2.53.6

### Patch Changes
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": "2.53.6",
"version": "2.53.7",
"description": "The Contexture (aka ContextTree) Client",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.3

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems
- Updated dependencies [5b45757d]
- contexture-client@2.53.7

## 1.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-export",
"version": "1.1.2",
"version": "1.1.3",
"description": "Contexture Exports",
"type": "module",
"exports": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/smartprocure/contexture/tree/main/packages/export",
"dependencies": {
"contexture-client": "^2.53.6",
"contexture-client": "^2.53.7",
"futil": "^1.76.4",
"lodash": "^4.17.21",
"minimal-csv-formatter": "^1.0.15"
Expand Down
7 changes: 7 additions & 0 deletions packages/provider-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.27.3

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems
- 1237b3ab: Low-hanging perf improvements in elasticsearch highlighting

## 1.27.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-elasticsearch",
"version": "1.27.2",
"version": "1.27.3",
"description": "ElasticSearch Provider for Contexture",
"type": "module",
"exports": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@elastic/elasticsearch": "^7.11.0",
"agentkeepalive": "^4.1.4",
"contexture": "^0.12.20",
"contexture": "^0.12.21",
"json-stable-stringify": "^1.0.1"
},
"packageManager": "yarn@3.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/provider-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.26.20

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems

## 0.26.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-mongo",
"version": "0.26.19",
"version": "0.26.20",
"description": "Mongo Provider for Contexture",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"mongodb": ">=4.0.0"
},
"devDependencies": {
"contexture": "^0.12.20",
"contexture": "^0.12.21",
"mongodb-memory-server": "^9.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.59.2

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems
- Updated dependencies [5b45757d]
- contexture@0.12.21

## 2.59.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-react",
"version": "2.59.1",
"version": "2.59.2",
"description": "React components for building contexture interfaces",
"type": "module",
"exports": {
Expand Down Expand Up @@ -58,8 +58,8 @@
"@storybook/react-webpack5": "^7.4.5",
"@storybook/storybook-deployer": "^2.8.16",
"chromatic": "^6.23.0",
"contexture-client": "^2.53.6",
"contexture-elasticsearch": "^1.27.2",
"contexture-client": "^2.53.7",
"contexture-elasticsearch": "^1.27.3",
"elasticsearch-browser": "^14.2.2",
"emoji-datasource": "^5.0.1",
"eslint-plugin-react": "^7.32.0",
Expand All @@ -79,7 +79,7 @@
},
"dependencies": {
"@chakra-ui/react-use-outside-click": "^2.1.0",
"contexture": "^0.12.20",
"contexture": "^0.12.21",
"futil": "^1.76.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.21

### Patch Changes

- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems

## 0.12.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture",
"version": "0.12.20",
"version": "0.12.21",
"description": "The Contexture (aka ContextTree) Server",
"type": "module",
"exports": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7799,7 +7799,7 @@ __metadata:
languageName: node
linkType: hard

"contexture-client@^2.53.6, contexture-client@workspace:packages/client":
"contexture-client@^2.53.7, contexture-client@workspace:packages/client":
version: 0.0.0-use.local
resolution: "contexture-client@workspace:packages/client"
dependencies:
Expand All @@ -7809,14 +7809,14 @@ __metadata:
languageName: unknown
linkType: soft

"contexture-elasticsearch@^1.27.2, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
"contexture-elasticsearch@^1.27.3, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
version: 0.0.0-use.local
resolution: "contexture-elasticsearch@workspace:packages/provider-elasticsearch"
dependencies:
"@elastic/datemath": ^2.3.0
"@elastic/elasticsearch": ^7.11.0
agentkeepalive: ^4.1.4
contexture: ^0.12.20
contexture: ^0.12.21
debug: ^4.3.1
futil: ^1.76.4
js-combinatorics: ^2.1.1
Expand All @@ -7833,7 +7833,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "contexture-export@workspace:packages/export"
dependencies:
contexture-client: ^2.53.6
contexture-client: ^2.53.7
futil: ^1.76.4
lodash: ^4.17.21
minimal-csv-formatter: ^1.0.15
Expand All @@ -7845,7 +7845,7 @@ __metadata:
resolution: "contexture-mongo@workspace:packages/provider-mongo"
dependencies:
"@elastic/datemath": ^2.3.0
contexture: ^0.12.20
contexture: ^0.12.21
debug: ^4.3.1
futil: ^1.76.4
lodash: ^4.17.4
Expand Down Expand Up @@ -7893,9 +7893,9 @@ __metadata:
"@storybook/react-webpack5": ^7.4.5
"@storybook/storybook-deployer": ^2.8.16
chromatic: ^6.23.0
contexture: ^0.12.20
contexture-client: ^2.53.6
contexture-elasticsearch: ^1.27.2
contexture: ^0.12.21
contexture-client: ^2.53.7
contexture-elasticsearch: ^1.27.3
elasticsearch-browser: ^14.2.2
emoji-datasource: ^5.0.1
eslint-plugin-react: ^7.32.0
Expand Down Expand Up @@ -7930,7 +7930,7 @@ __metadata:
languageName: unknown
linkType: soft

"contexture@^0.12.20, contexture@workspace:packages/server":
"contexture@^0.12.21, contexture@workspace:packages/server":
version: 0.0.0-use.local
resolution: "contexture@workspace:packages/server"
dependencies:
Expand Down

0 comments on commit 109743c

Please sign in to comment.