Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/6.3' of github.com:alleyinteractive/irving into…
Browse files Browse the repository at this point in the history
… release/6.3
  • Loading branch information
ostowe committed May 28, 2021
2 parents 58effda + 481a7de commit 2ccbd39
Show file tree
Hide file tree
Showing 38 changed files with 2,527 additions and 8,024 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.

## [6.3.2](https://github.com/alleyinteractive/irving/compare/v6.3.1...v6.3.2) (2021-05-28)

**Note:** Version bump only for package irving





## [6.3.1](https://github.com/alleyinteractive/irving/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28)

**Note:** Version bump only for package irving
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 @@
"packages": [
"packages/*"
],
"version": "6.3.1",
"version": "6.3.2",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/audio-player/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.

## [6.3.2](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.3.1...v6.3.2) (2021-05-28)

**Note:** Version bump only for package @irvingjs/audio-player





## [6.3.1](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28)

**Note:** Version bump only for package @irvingjs/audio-player
Expand Down
2 changes: 1 addition & 1 deletion packages/audio-player/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/audio-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/audio-player",
"version": "6.3.1",
"version": "6.3.2",
"description": "Persistent audio player and related components for Irving",
"files": [
"actions/**/*",
Expand All @@ -22,15 +22,15 @@
"author": "Alley (Alley.co)",
"license": "MIT",
"dependencies": {
"@irvingjs/styled": "^6.3.1",
"@irvingjs/styled": "^6.3.2",
"howler": "^2.1.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@irvingjs/babel-preset-irving": "^6.3.0",
"@irvingjs/core": "^6.3.1",
"@irvingjs/core": "^6.3.2",
"babel-plugin-module-resolver": "^4.0.0",
"jest": "^26.6.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

## [6.3.2](https://github.com/alleyinteractive/irving/packages/core/compare/v6.3.1...v6.3.2) (2021-05-28)

**Note:** Version bump only for package @irvingjs/core





## [6.3.1](https://github.com/alleyinteractive/irving/packages/core/compare/v6.3.1-beta.1...v6.3.1) (2021-05-28)

**Note:** Version bump only for package @irvingjs/core
Expand Down
Loading

0 comments on commit 2ccbd39

Please sign in to comment.