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

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Sep 16, 2021
1 parent 4441c88 commit eba0745
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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.

## [6.12.1-beta.0](https://github.com/alleyinteractive/irving/compare/v6.12.0...v6.12.1-beta.0) (2021-09-16)


### Bug Fixes

* **pico:** fix scriptLoaded flag to use pico lifecycle instead of accessing Pico object directly ([4441c88](https://github.com/alleyinteractive/irving/commit/4441c88b527cbace2aeb4bfe8d331f384037e9b6))





# [6.12.0](https://github.com/alleyinteractive/irving/compare/v6.12.0-beta.0...v6.12.0) (2021-09-14)

**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.12.0",
"version": "6.12.1-beta.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/integrations/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.

## [6.12.1-beta.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.12.0...v6.12.1-beta.0) (2021-09-16)


### Bug Fixes

* **pico:** fix scriptLoaded flag to use pico lifecycle instead of accessing Pico object directly ([4441c88](https://github.com/alleyinteractive/irving/packages/integrations/commit/4441c88b527cbace2aeb4bfe8d331f384037e9b6))





# [6.12.0](https://github.com/alleyinteractive/irving/packages/integrations/compare/v6.12.0-beta.0...v6.12.0) (2021-09-14)

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

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

2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/integrations",
"version": "6.12.0",
"version": "6.12.1-beta.0",
"description": "Third party integrations for Irving",
"files": [
"actions/**/*",
Expand Down

0 comments on commit eba0745

Please sign in to comment.