Skip to content

Commit

Permalink
chore(release): publish 1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Strom committed Sep 7, 2022
1 parent 2920a3b commit b03374c
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.5](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-09-07)


### Bug Fixes

* **AP-1778:** confirm only on browsers ([d0d6c2a](https://github.com/evolv-ai/delivery-clients/commit/d0d6c2ac0d3e9e0958d0f7e4d9d89a561610a057))





# [1.0.0-alpha.4](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-01)

**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
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

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

# [1.0.0-alpha.5](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-09-07)


### Bug Fixes

* **AP-1778:** confirm only on browsers ([d0d6c2a](https://github.com/evolv-ai/delivery-clients/commit/d0d6c2ac0d3e9e0958d0f7e4d9d89a561610a057))





# [1.0.0-alpha.4](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-01)

**Note:** Version bump only for package @evolv/nextjs
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolv/nextjs",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@evolv/react": "^1.0.0-alpha.4"
"@evolv/react": "^1.0.0-alpha.5"
},
"peerDependencies": {
"next": "^12.2.5",
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.

# [1.0.0-alpha.5](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-09-07)

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





# [1.0.0-alpha.4](https://github.com/evolv-ai/delivery-clients/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-01)

**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": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit b03374c

Please sign in to comment.