Skip to content

Commit

Permalink
chore(release): publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Oct 21, 2021
1 parent 4df8047 commit bbc2eae
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 13 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.2](https://github.com/amplitude/experiment-node-server/compare/v1.0.1...v1.0.2) (2021-10-21)


### Bug Fixes

* send library in fetch ([4df8047](https://github.com/amplitude/experiment-node-server/commit/4df804741f5b7f125f0717bca18b449595e24d3a))





## [1.0.1](https://github.com/amplitude/experiment-node-server/compare/v1.0.0...v1.0.1) (2021-07-16)


Expand Down
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 - v1.0.1</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.1">
<title>AmplitudeCookie | Experiment JS Server Documentation - v1.0.2</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.2">
<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 - v1.0.1</a></strong>
<strong><a href="../index.html">Experiment JS Server Documentation - v1.0.2</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down
6 changes: 3 additions & 3 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 - v1.0.1</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.1">
<title>ExperimentClient | Experiment JS Server Documentation - v1.0.2</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.2">
<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 - v1.0.1</a></strong>
<strong><a href="../index.html">Experiment JS Server Documentation - v1.0.2</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
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 - v1.0.1 | Experiment JS Server Documentation - v1.0.1</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.1">
<title>Experiment JS Server Documentation - v1.0.2 | Experiment JS Server Documentation - v1.0.2</title>
<meta name="description" content="Documentation for Experiment JS Server Documentation - v1.0.2">
<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 - v1.0.1</a></strong>
<strong><a href="index.html">Experiment JS Server Documentation - v1.0.2</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": "1.0.1",
"version": "1.0.2",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
11 changes: 11 additions & 0 deletions packages/node/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.2](https://github.com/amplitude/experiment-node-server/compare/v1.0.1...v1.0.2) (2021-10-21)


### Bug Fixes

* send library in fetch ([4df8047](https://github.com/amplitude/experiment-node-server/commit/4df804741f5b7f125f0717bca18b449595e24d3a))





## [1.0.1](https://github.com/amplitude/experiment-node-server/compare/v1.0.0...v1.0.1) (2021-07-16)


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": "1.0.1",
"version": "1.0.2",
"description": "Javascript Server SDK for Amplitude Experiment",
"main": "dist/src/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/ssr-demo/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.2](https://github.com/amplitude/experiment-node-server/compare/v1.0.1...v1.0.2) (2021-10-21)

**Note:** Version bump only for package ssr-demo





## [1.0.1](https://github.com/amplitude/experiment-node-server/compare/v1.0.0...v1.0.1) (2021-07-16)

**Note:** Version bump only for package ssr-demo
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": "1.0.1",
"version": "1.0.2",
"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": "^1.0.1",
"@amplitude/experiment-node-server": "^1.0.2",
"next": "9.5.5",
"next-transpile-modules": "^4.1.0",
"react": "16.13.1",
Expand Down

0 comments on commit bbc2eae

Please sign in to comment.