Skip to content

Commit

Permalink
chore(release): publish 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstrom committed Jul 31, 2023
1 parent 169b071 commit a42ec71
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.2 (2023-07-31)

**Note:** Version bump only for package @evolv/react-sdks





## 2.0.1 (2023-07-31)

**Note:** Version bump only for package @evolv/react-sdks
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "2.0.1",
"version": "2.0.2",
"command": {
"version": {
"allowBranch": "main",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.2 (2023-07-31)

**Note:** Version bump only for package @evolv/nextjs





## 2.0.1 (2023-07-31)

**Note:** Version bump only for package @evolv/nextjs
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolv/nextjs",
"version": "2.0.1",
"version": "2.0.2",
"description": "NextJS SDK for the Evolv AI Platform",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.2 (2023-07-31)

**Note:** Version bump only for package @evolv/react





## 2.0.1 (2023-07-31)

**Note:** Version bump only for package @evolv/react
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": "@evolv/react",
"version": "2.0.1",
"version": "2.0.2",
"description": "React SDK for the Evolv AI Platform",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a42ec71

Please sign in to comment.