Skip to content

Commit

Permalink
Merge pull request #251 from smartprocure/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
positiveVibes4all authored Aug 19, 2024
2 parents ec35c2c + e76b1cf commit 02e1313
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-lies-share.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.55.0

### Minor Changes

- 16e9bbff: New type Step Slider type added

## 2.54.2

### 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.54.2",
"version": "2.55.0",
"description": "The Contexture (aka ContextTree) Client",
"type": "module",
"exports": {
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.31.0

### Minor Changes

- 16e9bbff: New type Step Slider type added

## 1.30.1

### Patch 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.30.1",
"version": "1.31.0",
"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.0

### Minor Changes

- 16e9bbff: New type Step Slider type added

## 2.59.11

### 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.59.11",
"version": "2.60.0",
"description": "React components for building contexture interfaces",
"type": "module",
"exports": {
Expand Down Expand Up @@ -67,8 +67,8 @@
"@types/react-dom": "^18.3.0",
"babel-jest": "^29.7.0",
"chromatic": "^6.23.0",
"contexture-client": "^2.54.2",
"contexture-elasticsearch": "^1.30.0",
"contexture-client": "^2.55.0",
"contexture-elasticsearch": "^1.31.0",
"elasticsearch-browser": "^14.2.2",
"emoji-datasource": "^5.0.1",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10026,7 +10026,7 @@ __metadata:
languageName: node
linkType: hard

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

"contexture-elasticsearch@^1.30.0, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
"contexture-elasticsearch@^1.31.0, contexture-elasticsearch@workspace:packages/provider-elasticsearch":
version: 0.0.0-use.local
resolution: "contexture-elasticsearch@workspace:packages/provider-elasticsearch"
dependencies:
Expand Down Expand Up @@ -10135,8 +10135,8 @@ __metadata:
babel-jest: ^29.7.0
chromatic: ^6.23.0
contexture: ^0.12.24
contexture-client: ^2.54.2
contexture-elasticsearch: ^1.30.0
contexture-client: ^2.55.0
contexture-elasticsearch: ^1.31.0
contexture-util: ^0.1.2
elasticsearch-browser: ^14.2.2
emoji-datasource: ^5.0.1
Expand Down

0 comments on commit 02e1313

Please sign in to comment.