Skip to content

Commit

Permalink
chore(release): publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Jun 3, 2021
1 parent 0e3e0bc commit b742b5e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/classes/amplitudecookie.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AmplitudeCookie | Experiment JS Server Documentation - v0.1.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v0.1.0">
<title>AmplitudeCookie | Experiment JS Server Documentation - v1.0.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">:root {
--color-background: #fdfdfd;
Expand Down Expand Up @@ -2674,7 +2674,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Experiment JS Server Documentation - v0.1.0</a></strong>
<strong><a href="../index.html">Experiment JS Server Documentation - v1.0.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
11 changes: 7 additions & 4 deletions docs/classes/experimentclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ExperimentClient | Experiment JS Server Documentation - v0.1.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v0.1.0">
<title>ExperimentClient | Experiment JS Server Documentation - v1.0.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">:root {
--color-background: #fdfdfd;
Expand Down Expand Up @@ -2674,7 +2674,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Experiment JS Server Documentation - v0.1.0</a></strong>
<strong><a href="../index.html">Experiment JS Server Documentation - v1.0.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2825,8 +2825,9 @@ <h3>fetch</h3>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Returns all variants for the user</p>
<p>Fetch all variants for a user.</p>
</div>
<p>This method will automatically retry if configured (default).</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
Expand All @@ -2838,6 +2839,8 @@ <h5>user: <a href="../index.html#experimentuser" class="tsd-signature-type" data
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../index.html#variants" class="tsd-signature-type" data-tsd-kind="Type alias">Variants</a><span class="tsd-signature-symbol">&gt;</span></h4>
<p>The <a href="../index.html#variants">Variants</a> for the user on success, empty
<a href="../index.html#variants">Variants</a> on error.</p>
</li>
</ul>
</section>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Experiment JS Server Documentation - v0.1.0 | Experiment JS Server Documentation - v0.1.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v0.1.0">
<title>Experiment JS Server Documentation - v1.0.0 | Experiment JS Server Documentation - v1.0.0</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">:root {
--color-background: #fdfdfd;
Expand Down Expand Up @@ -2674,7 +2674,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="index.html">Experiment JS Server Documentation - v0.1.0</a></strong>
<strong><a href="index.html">Experiment JS Server Documentation - v1.0.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "1.0.0",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/experiment-node-server",
"version": "0.1.0",
"version": "1.0.0",
"description": "Javascript Server SDK for Amplitude Experiment",
"main": "dist/src/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ssr-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ssr-demo",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "yarn --cwd ../node build && yarn next dev"
},
"dependencies": {
"@amplitude/experiment-js-client": "^0.2.0",
"@amplitude/experiment-node-server": "^0.1.0",
"@amplitude/experiment-node-server": "^1.0.0",
"next": "9.5.5",
"next-transpile-modules": "^4.1.0",
"react": "16.13.1",
Expand Down

0 comments on commit b742b5e

Please sign in to comment.