Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Oct 18, 2023
1 parent c2d6694 commit 885aa0f
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 12 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/next-extraction-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/next-extraction-plugin",
"entries": [
{
"date": "Wed, 18 Oct 2023 09:11:01 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.32",
"version": "0.0.32",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.4.0",
"commit": "c2d669493849f4c117624862379f05c25d7f1b40"
}
]
}
},
{
"date": "Tue, 03 Oct 2023 19:09:32 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.31",
Expand Down
10 changes: 9 additions & 1 deletion packages/next-extraction-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/next-extraction-plugin

This log was last generated on Tue, 03 Oct 2023 19:09:32 GMT and should not be manually modified.
This log was last generated on Wed, 18 Oct 2023 09:11:01 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.32

Wed, 18 Oct 2023 09:11:01 GMT

### Patches

- Bump @griffel/webpack-extraction-plugin to v0.4.0

## 0.0.31

Tue, 03 Oct 2023 19:09:32 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/next-extraction-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@griffel/next-extraction-plugin",
"version": "0.0.31",
"version": "0.0.32",
"description": "NextJS plugin that add Griffel's CSS extraction to webpack loaders pipeline",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"dependencies": {
"@griffel/webpack-extraction-plugin": "^0.3.22",
"@griffel/webpack-extraction-plugin": "^0.4.0",
"browserslist": "^4.19.1",
"tslib": "^2.1.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/webpack-extraction-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/webpack-extraction-plugin",
"entries": [
{
"date": "Wed, 18 Oct 2023 09:11:01 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.4.0",
"version": "0.4.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@griffel/webpack-extraction-plugin",
"commit": "c2d669493849f4c117624862379f05c25d7f1b40",
"comment": "feat(webpack-extraction-plugin): add compat for Rspack"
}
]
}
},
{
"date": "Tue, 03 Oct 2023 19:09:32 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.3.22",
Expand Down
10 changes: 9 additions & 1 deletion packages/webpack-extraction-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/webpack-extraction-plugin

This log was last generated on Tue, 03 Oct 2023 19:09:32 GMT and should not be manually modified.
This log was last generated on Wed, 18 Oct 2023 09:11:01 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.0

Wed, 18 Oct 2023 09:11:01 GMT

### Minor changes

- feat(webpack-extraction-plugin): add compat for Rspack ([email protected])

## 0.3.22

Tue, 03 Oct 2023 19:09:32 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-extraction-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-extraction-plugin",
"version": "0.3.22",
"version": "0.4.0",
"description": "Webpack plugin that performs CSS extraction for Griffel",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 885aa0f

Please sign in to comment.