Skip to content

Commit

Permalink
Merge pull request #261 from smartprocure/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
stellarhoof authored Oct 4, 2024
2 parents 0388a69 + 16935f1 commit 2ea9b6e
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/silly-seas-end.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.57.0

### Minor Changes

- 43b4eecc: revert defaults on `step` type

## 2.56.0

### Minor 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.56.0",
"version": "2.57.0",
"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.3.2

### Patch Changes

- 43b4eecc: revert defaults on `step` type
- Updated dependencies [43b4eecc]
- [email protected]

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"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.7",
"contexture-client": "^2.57.0",
"futil": "^1.76.4",
"lodash": "^4.17.21",
"minimal-csv-formatter": "^1.0.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/provider-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.33.1

### Patch Changes

- 43b4eecc: revert defaults on `step` type

## 1.33.0

### Minor Changes
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": "1.33.0",
"version": "1.33.1",
"description": "ElasticSearch Provider for Contexture",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.60.2

### Patch Changes

- 43b4eecc: revert defaults on `step` type

## 2.60.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexture-react",
"version": "2.60.1",
"version": "2.60.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.56.0",
"contexture-elasticsearch": "^1.33.0",
"contexture-client": "^2.57.0",
"contexture-elasticsearch": "^1.33.1",
"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@^2.53.7, contexture-client@^2.56.0, contexture-client@workspace:packages/client":
"contexture-client@^2.57.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@^1.33.0, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
"contexture-elasticsearch@^1.33.1, 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: ^2.53.7
contexture-client: ^2.57.0
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: ^2.56.0
contexture-elasticsearch: ^1.33.0
contexture-client: ^2.57.0
contexture-elasticsearch: ^1.33.1
contexture-util: ^0.1.2
elasticsearch-browser: ^14.2.2
emoji-datasource: ^5.0.1
Expand Down

0 comments on commit 2ea9b6e

Please sign in to comment.