Skip to content

Commit 4e2d6de

Browse files
author
Matt Strom
committed
chore(release): publish 1.0.0
1 parent 3919c54 commit 4e2d6de

File tree

7 files changed

+82
-8
lines changed

7 files changed

+82
-8
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2022-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **AP-1778:** confirm only on browsers ([9e8b523](https://github.com/evolv-ai/react-sdks/commit/9e8b523f7e05ebbdfff7f249c0c97ebe712a78ac))
12+
* **AP-1778:** fixes from code review ([1c6b9b8](https://github.com/evolv-ai/react-sdks/commit/1c6b9b88f3b67f02531b250541e90cbbe7aa24c0))
13+
* delete dist ([8811e0a](https://github.com/evolv-ai/react-sdks/commit/8811e0a0e73898c85c8565a3ab20402fb57db6a7))
14+
* packages formats ([24c7592](https://github.com/evolv-ai/react-sdks/commit/24c75923d1dafa7803562ccb98c44a5e3e12d15d))
15+
16+
17+
### Features
18+
19+
* **AP-1201:** replace javascript-sdk with @evolv/client ([#5](https://github.com/evolv-ai/react-sdks/issues/5)) ([d3f29f7](https://github.com/evolv-ai/react-sdks/commit/d3f29f71a4dbc42d03c4779bc9cbc7576071b48f))
20+
* **AP-1778:** add demo sites for nextjs and react ([196cfb0](https://github.com/evolv-ai/react-sdks/commit/196cfb07a74ebc278a1c423d37972960825cdecb))
21+
* **AP-1778:** add support for providing config via env file ([48127cd](https://github.com/evolv-ai/react-sdks/commit/48127cdf1e160c7c4f0d8b8ba8226e394008cb46))
22+
* **AP-1778:** implement nextjs sdk ([b05d5e5](https://github.com/evolv-ai/react-sdks/commit/b05d5e5bd715f3cadfa2d19e335e361122cd79d2))
23+
* **AP-1778:** implement react sdk ([3ec741a](https://github.com/evolv-ai/react-sdks/commit/3ec741a75e6195a08f59c24f026a03c3c5400309))
24+
* **AP-1871:** exclude "localContext" from server-side props result ([#15](https://github.com/evolv-ai/react-sdks/issues/15)) ([3919c54](https://github.com/evolv-ai/react-sdks/commit/3919c54c6bb5771eab34fcf45750016d7242ef71))
25+
* **AP-1898:** add support for client type option ([5ddd0fe](https://github.com/evolv-ai/react-sdks/commit/5ddd0fe60998ed313144489584d3ab21c153b79b))
26+
* **AP-1898:** add support for omitClientContext option ([eaf8248](https://github.com/evolv-ai/react-sdks/commit/eaf8248993e7f13d1ff35f4b11a1e970c8ba51fc))
27+
* base packages ([30f7bae](https://github.com/evolv-ai/react-sdks/commit/30f7bae7d9e520a9153f494210dba22170de7fdb))
28+
* docs app ([b520390](https://github.com/evolv-ai/react-sdks/commit/b5203906b74d2a3d092d4ece6a43588e2e91e315))
29+
* evolv-client ([dc62bd7](https://github.com/evolv-ai/react-sdks/commit/dc62bd79a3aaf619bfbea2d6665690df07caec16))
30+
* evolv-react ([101f8c4](https://github.com/evolv-ai/react-sdks/commit/101f8c457929696593496c5f51fa01b0c6ff4f90))
31+
* example app ([df99d56](https://github.com/evolv-ai/react-sdks/commit/df99d56fadc7999fa55783179f3ade19b85dcecc))
32+
* postinstall fix code ([e7d4074](https://github.com/evolv-ai/react-sdks/commit/e7d40741a480b1afd345ed51df4a2d97db1355bf))
33+
* repo config ([651ad65](https://github.com/evolv-ai/react-sdks/commit/651ad658e6efbc5f8fb95ee625ae94a3b22a263b))
34+
35+
36+
37+
38+
639
# [1.0.0-alpha.6](https://github.com/evolv-ai/react-sdks/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-09-12)
740

841

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "1.0.0-alpha.6",
5+
"version": "1.0.0",
66
"command": {
77
"version": {
88
"allowBranch": "main",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nextjs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2022-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **AP-1778:** confirm only on browsers ([9e8b523](https://github.com/evolv-ai/react-sdks/commit/9e8b523f7e05ebbdfff7f249c0c97ebe712a78ac))
12+
* **AP-1778:** fixes from code review ([1c6b9b8](https://github.com/evolv-ai/react-sdks/commit/1c6b9b88f3b67f02531b250541e90cbbe7aa24c0))
13+
14+
15+
### Features
16+
17+
* **AP-1778:** implement nextjs sdk ([b05d5e5](https://github.com/evolv-ai/react-sdks/commit/b05d5e5bd715f3cadfa2d19e335e361122cd79d2))
18+
* **AP-1871:** exclude "localContext" from server-side props result ([#15](https://github.com/evolv-ai/react-sdks/issues/15)) ([3919c54](https://github.com/evolv-ai/react-sdks/commit/3919c54c6bb5771eab34fcf45750016d7242ef71))
19+
* **AP-1898:** add support for client type option ([5ddd0fe](https://github.com/evolv-ai/react-sdks/commit/5ddd0fe60998ed313144489584d3ab21c153b79b))
20+
* **AP-1898:** add support for omitClientContext option ([eaf8248](https://github.com/evolv-ai/react-sdks/commit/eaf8248993e7f13d1ff35f4b11a1e970c8ba51fc))
21+
22+
23+
24+
25+
626
# [1.0.0-alpha.6](https://github.com/evolv-ai/react-sdks/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-09-12)
727

828

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolv/nextjs",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0",
44
"license": "Apache-2.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@evolv/react": "^1.0.0-alpha.6"
26+
"@evolv/react": "^1.0.0"
2727
},
2828
"peerDependencies": {
2929
"next": "^12.2.5",

packages/react/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.0.0 (2022-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **AP-1778:** fixes from code review ([1c6b9b8](https://github.com/evolv-ai/react-sdks/commit/1c6b9b88f3b67f02531b250541e90cbbe7aa24c0))
12+
13+
14+
### Features
15+
16+
* **AP-1778:** add demo sites for nextjs and react ([196cfb0](https://github.com/evolv-ai/react-sdks/commit/196cfb07a74ebc278a1c423d37972960825cdecb))
17+
* **AP-1778:** add support for providing config via env file ([48127cd](https://github.com/evolv-ai/react-sdks/commit/48127cdf1e160c7c4f0d8b8ba8226e394008cb46))
18+
* **AP-1778:** implement react sdk ([3ec741a](https://github.com/evolv-ai/react-sdks/commit/3ec741a75e6195a08f59c24f026a03c3c5400309))
19+
* **AP-1871:** exclude "localContext" from server-side props result ([#15](https://github.com/evolv-ai/react-sdks/issues/15)) ([3919c54](https://github.com/evolv-ai/react-sdks/commit/3919c54c6bb5771eab34fcf45750016d7242ef71))
20+
* **AP-1898:** add support for client type option ([5ddd0fe](https://github.com/evolv-ai/react-sdks/commit/5ddd0fe60998ed313144489584d3ab21c153b79b))
21+
* **AP-1898:** add support for omitClientContext option ([eaf8248](https://github.com/evolv-ai/react-sdks/commit/eaf8248993e7f13d1ff35f4b11a1e970c8ba51fc))
22+
23+
24+
25+
26+
627
# [1.0.0-alpha.6](https://github.com/evolv-ai/react-sdks/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-09-12)
728

829

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolv/react",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)