Skip to content

Commit

Permalink
feat: changelogs and versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JBezerra committed Aug 16, 2024
1 parent cc775a1 commit aff206b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.55.0
- 771d85a: 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
3 changes: 3 additions & 0 deletions packages/provider-elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.31.0
- 771d85a: 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
3 changes: 3 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.60.0
- 771d85a: New type `Step Slider` type added

## 2.59.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit aff206b

Please sign in to comment.