Skip to content
This repository was 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 May 5, 2021
1 parent a0ad32f commit 31ca082
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.1.2-beta.0](https://github.com/alleyinteractive/irving/compare/v6.1.1...v6.1.2-beta.0) (2021-05-05)


### Bug Fixes

* **webpack:** fix missing buffer fallback in styled-components from last release ([a0ad32f](https://github.com/alleyinteractive/irving/commit/a0ad32fb7be6014731bde71f267b2a6c409d10f9))





## [6.1.1](https://github.com/alleyinteractive/irving/compare/v6.1.0...v6.1.1) (2021-05-04)


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.1.1",
"version": "6.1.2-beta.0",
"npmClient": "npm",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/styled-components/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.1.2-beta.0](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.1.1...v6.1.2-beta.0) (2021-05-05)


### Bug Fixes

* **webpack:** fix missing buffer fallback in styled-components from last release ([a0ad32f](https://github.com/alleyinteractive/irving/packages/styled-components/commit/a0ad32fb7be6014731bde71f267b2a6c409d10f9))





## [6.1.1](https://github.com/alleyinteractive/irving/packages/styled-components/compare/v6.1.0...v6.1.1) (2021-05-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/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/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@irvingjs/styled-components",
"version": "6.1.1",
"version": "6.1.2-beta.0",
"description": "Integration for React components with attached styles for Irving",
"files": [
"components/**/*",
Expand Down

0 comments on commit 31ca082

Please sign in to comment.