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 Nov 13, 2023
1 parent dbbdcb6 commit 413bb6f
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 21 deletions.

This file was deleted.

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": "Mon, 13 Nov 2023 15:16:05 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.35",
"version": "0.0.35",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.4.3",
"commit": "dbbdcb6cdacb4ee3200b0dbb4a6e4da7fd443805"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 14:35:07 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.34",
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 Thu, 09 Nov 2023 14:35:07 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:16:05 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.35

Mon, 13 Nov 2023 15:16:05 GMT

### Patches

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

## 0.0.34

Thu, 09 Nov 2023 14:35:07 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.34",
"version": "0.0.35",
"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.4.2",
"@griffel/webpack-extraction-plugin": "^0.4.3",
"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": "Mon, 13 Nov 2023 15:16:05 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.4.3",
"version": "0.4.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@griffel/webpack-extraction-plugin",
"commit": "dbbdcb6cdacb4ee3200b0dbb4a6e4da7fd443805",
"comment": "fix: replace null inputSourceMap with undefined"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 14:35:07 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.4.2",
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 Thu, 09 Nov 2023 14:35:07 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:16:05 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.3

Mon, 13 Nov 2023 15:16:05 GMT

### Patches

- fix: replace null inputSourceMap with undefined ([email protected])

## 0.4.2

Thu, 09 Nov 2023 14:35:07 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.4.2",
"version": "0.4.3",
"description": "Webpack plugin that performs CSS extraction for Griffel",
"license": "MIT",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/webpack-loader/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/webpack-loader",
"entries": [
{
"date": "Mon, 13 Nov 2023 15:16:05 GMT",
"tag": "@griffel/webpack-loader_v2.2.6",
"version": "2.2.6",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@griffel/webpack-loader",
"commit": "dbbdcb6cdacb4ee3200b0dbb4a6e4da7fd443805",
"comment": "fix: replace null inputSourceMap with undefined"
}
]
}
},
{
"date": "Thu, 09 Nov 2023 14:35:07 GMT",
"tag": "@griffel/webpack-loader_v2.2.5",
Expand Down
10 changes: 9 additions & 1 deletion packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/webpack-loader

This log was last generated on Thu, 09 Nov 2023 14:35:07 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:16:05 GMT and should not be manually modified.

<!-- Start content -->

## 2.2.6

Mon, 13 Nov 2023 15:16:05 GMT

### Patches

- fix: replace null inputSourceMap with undefined ([email protected])

## 2.2.5

Thu, 09 Nov 2023 14:35:07 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-loader",
"version": "2.2.5",
"version": "2.2.6",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 413bb6f

Please sign in to comment.