Skip to content

Commit

Permalink
chore: release master (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 23, 2023
1 parent 61cda31 commit 1181fcf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/beastcss": "2.1.2",
"packages/beastcss-webpack-plugin": "2.1.2"
"packages/beastcss": "2.1.3",
"packages/beastcss-webpack-plugin": "2.1.3"
}
14 changes: 14 additions & 0 deletions packages/beastcss-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
* dependencies
* beastcss bumped from ^2.1.1 to ^2.1.2

## [2.1.3](https://github.com/freddy38510/beastcss/compare/beastcss-webpack-plugin-v2.1.2...beastcss-webpack-plugin-v2.1.3) (2023-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([#125](https://github.com/freddy38510/beastcss/issues/125)) ([61cda31](https://github.com/freddy38510/beastcss/commit/61cda31593f610ce207c11d3f8c354281248be40))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* beastcss bumped from ^2.1.2 to ^2.1.3

## [2.1.0](https://github.com/freddy38510/beastcss/compare/beastcss-webpack-plugin-v2.0.1...beastcss-webpack-plugin-v2.1.0) (2022-11-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/beastcss-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beastcss-webpack-plugin",
"version": "2.1.2",
"version": "2.1.3",
"description": "Webpack plugin to inline critical CSS and async load the rest.",
"main": "dist/beastcss-webpack-plugin.cjs",
"module": "dist/beastcss-webpack-plugin.mjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dev": "rimraf dist && pnpm build-bundle -w"
},
"dependencies": {
"beastcss": "^2.1.2",
"beastcss": "^2.1.3",
"micromatch": "4.0.5",
"schema-utils": "4.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/beastcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.3](https://github.com/freddy38510/beastcss/compare/beastcss-v2.1.2...beastcss-v2.1.3) (2023-02-23)


### Bug Fixes

* **deps:** update all non-major dependencies ([#125](https://github.com/freddy38510/beastcss/issues/125)) ([61cda31](https://github.com/freddy38510/beastcss/commit/61cda31593f610ce207c11d3f8c354281248be40))

## [2.1.2](https://github.com/freddy38510/beastcss/compare/beastcss-v2.1.1...beastcss-v2.1.2) (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/beastcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beastcss",
"version": "2.1.2",
"version": "2.1.3",
"description": "Inline critical CSS and async load the rest.",
"main": "dist/beastcss.cjs",
"module": "dist/beastcss.mjs",
Expand Down

0 comments on commit 1181fcf

Please sign in to comment.