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

Commit 8388086

Browse files
committed
chore(release): publish
1 parent 6f90289 commit 8388086

38 files changed

Lines changed: 153 additions & 39 deletions

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [6.14.1-beta.5](https://github.com/alleyinteractive/irving/compare/v6.14.1-beta.4...v6.14.1-beta.5) (2022-03-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **log:** fix vip logging to prevent bad formatting ([6f90289](https://github.com/alleyinteractive/irving/commit/6f90289b75061bcca537d79ab79ab002dd49ab09))
12+
* **log:** try capital O object formatting for server render log ([040124b](https://github.com/alleyinteractive/irving/commit/040124b4a3cc4382cf30be33eca9508f9e345b75))
13+
14+
15+
16+
17+
618
## [6.14.1-beta.4](https://github.com/alleyinteractive/irving/compare/v6.14.1-beta.3...v6.14.1-beta.4) (2022-03-02)
719

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.14.1-beta.4",
5+
"version": "6.14.1-beta.5",
66
"npmClient": "npm",
77
"useWorkspaces": true,
88
"command": {

packages/audio-player/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.14.1-beta.5](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.14.1-beta.4...v6.14.1-beta.5) (2022-03-02)
7+
8+
**Note:** Version bump only for package @irvingjs/audio-player
9+
10+
11+
12+
13+
614
## [6.14.1-beta.3](https://github.com/alleyinteractive/irving/packages/audio-player/compare/v6.14.1-beta.2...v6.14.1-beta.3) (2022-03-02)
715

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

packages/audio-player/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/audio-player/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@irvingjs/audio-player",
3-
"version": "6.14.1-beta.3",
3+
"version": "6.14.1-beta.5",
44
"description": "Persistent audio player and related components for Irving",
55
"files": [
66
"actions/**/*",
@@ -22,15 +22,15 @@
2222
"author": "Alley (Alley.co)",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@irvingjs/styled": "^6.14.1-beta.3",
25+
"@irvingjs/styled": "^6.14.1-beta.5",
2626
"howler": "^2.1.3",
2727
"prop-types": "^15.7.2",
2828
"react": "^17.0.2",
2929
"react-dom": "^17.0.2"
3030
},
3131
"devDependencies": {
3232
"@irvingjs/babel-preset-irving": "^6.14.1-beta.3",
33-
"@irvingjs/core": "^6.14.1-beta.3",
33+
"@irvingjs/core": "^6.14.1-beta.5",
3434
"babel-plugin-module-resolver": "^4.0.0",
3535
"jest": "^26.6.3"
3636
},

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.14.1-beta.5](https://github.com/alleyinteractive/irving/packages/core/compare/v6.14.1-beta.4...v6.14.1-beta.5) (2022-03-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **log:** try capital O object formatting for server render log ([040124b](https://github.com/alleyinteractive/irving/packages/core/commit/040124b4a3cc4382cf30be33eca9508f9e345b75))
12+
13+
14+
15+
16+
617
## [6.14.1-beta.3](https://github.com/alleyinteractive/irving/packages/core/compare/v6.14.1-beta.2...v6.14.1-beta.3) (2022-03-02)
718

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

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@irvingjs/core",
3-
"version": "6.14.1-beta.3",
3+
"version": "6.14.1-beta.5",
44
"description": "Irving core application",
55
"files": [
66
"actions/**/*",

packages/forms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [6.14.1-beta.5](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.14.1-beta.4...v6.14.1-beta.5) (2022-03-02)
7+
8+
**Note:** Version bump only for package @irvingjs/forms
9+
10+
11+
12+
13+
614
## [6.14.1-beta.3](https://github.com/alleyinteractive/irving/packages/forms/compare/v6.14.1-beta.2...v6.14.1-beta.3) (2022-03-02)
715

816
**Note:** Version bump only for package @irvingjs/forms

packages/forms/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)