Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2020
1 parent b05f08c commit 067a514
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 6 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.

## <small>1.1.3 (2020-05-26)</small>

* Merge pull request #19 from appannie/bugfixes ([b05f08c](https://github.com/appannie/ab-testing/commit/b05f08c)), closes [#19](https://github.com/appannie/ab-testing/issues/19)





## 1.1.2 (2020-05-20)

**Note:** Version bump only for package root
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"version": "1.1.2",
"version": "1.1.3",
"npmClient": "yarn",
"useWorkspaces": true,
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md"
],
"command": {
"version": {
"allowBranch": "master",
Expand Down
8 changes: 8 additions & 0 deletions packages/ab-testing-hash-object/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.

## <small>1.1.3 (2020-05-26)</small>

* Merge pull request #19 from appannie/bugfixes ([b05f08c](https://github.com/appannie/ab-testing/commit/b05f08c)), closes [#19](https://github.com/appannie/ab-testing/issues/19)





## 1.1.2 (2020-05-20)

**Note:** Version bump only for package @appannie/ab-testing-hash-object
Expand Down
2 changes: 1 addition & 1 deletion packages/ab-testing-hash-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"files": [
"lib"
Expand Down
8 changes: 8 additions & 0 deletions packages/ab-testing/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.

## <small>1.1.3 (2020-05-26)</small>

* Merge pull request #19 from appannie/bugfixes ([b05f08c](https://github.com/appannie/ab-testing/commit/b05f08c)), closes [#19](https://github.com/appannie/ab-testing/issues/19)





## 1.1.2 (2020-05-20)

**Note:** Version bump only for package @appannie/ab-testing
Expand Down
2 changes: 1 addition & 1 deletion packages/ab-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"files": [
"lib"
Expand Down
8 changes: 8 additions & 0 deletions packages/py-ab-testing/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.

## <small>1.1.3 (2020-05-26)</small>

* Merge pull request #19 from appannie/bugfixes ([b05f08c](https://github.com/appannie/ab-testing/commit/b05f08c)), closes [#19](https://github.com/appannie/ab-testing/issues/19)





## 1.1.2 (2020-05-20)

**Note:** Version bump only for package py-ab-testing
Expand Down
2 changes: 1 addition & 1 deletion packages/py-ab-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "py-ab-testing",
"license": "MIT",
"private": true,
"version": "1.1.2"
"version": "1.1.3"
}
8 changes: 8 additions & 0 deletions packages/react-ab-testing/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.

## <small>1.1.3 (2020-05-26)</small>

* Merge pull request #19 from appannie/bugfixes ([b05f08c](https://github.com/appannie/ab-testing/commit/b05f08c)), closes [#19](https://github.com/appannie/ab-testing/issues/19)





## 1.1.2 (2020-05-20)

**Note:** Version bump only for package @appannie/react-ab-testing
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ab-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"files": [
"lib"
Expand Down

0 comments on commit 067a514

Please sign in to comment.