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 May 10, 2024
1 parent 7e45352 commit e3bf466
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 22 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/babel-preset/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Fri, 10 May 2024 10:13:20 GMT",
"tag": "@griffel/babel-preset_v1.5.9",
"version": "1.5.9",
"comments": {
"patch": [
{
"author": "yuanboxue@microsoft.com",
"package": "@griffel/babel-preset",
"commit": "7e45352b83480964b3c9e6f9a76e5797eb028e8c",
"comment": "fix: remove duplicated styles from the generated metadata"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/babel-preset_v1.5.8",
Expand Down
10 changes: 9 additions & 1 deletion packages/babel-preset/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - @griffel/babel-preset

This log was last generated on Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.
This log was last generated on Fri, 10 May 2024 10:13:20 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.9

Fri, 10 May 2024 10:13:20 GMT

### Patches

- fix: remove duplicated styles from the generated metadata (yuanboxue@microsoft.com)

## 1.5.8

Thu, 02 May 2024 14:07:14 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@griffel/babel-preset",
"version": "1.5.8",
"version": "1.5.9",
"description": "Babel preset with build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/postcss-syntax/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@griffel/postcss-syntax",
"entries": [
{
"date": "Fri, 10 May 2024 10:13:20 GMT",
"tag": "@griffel/postcss-syntax_v1.1.1",
"version": "1.1.1",
"comments": {
"patch": [
{
"author": "yuanboxue@microsoft.com",
"package": "@griffel/postcss-syntax",
"commit": "1767ae3771caabf21f33155d913d4c03d9bff89a",
"comment": "fix: use plugins/presets from options.babelOptions to transform source."
},
{
"author": "beachball",
"package": "@griffel/postcss-syntax",
"comment": "Bump @griffel/babel-preset to v1.5.9",
"commit": "7e45352b83480964b3c9e6f9a76e5797eb028e8c"
}
]
}
},
{
"date": "Tue, 07 May 2024 12:51:34 GMT",
"tag": "@griffel/postcss-syntax_v1.1.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/postcss-syntax/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @griffel/postcss-syntax

This log was last generated on Tue, 07 May 2024 12:51:34 GMT and should not be manually modified.
This log was last generated on Fri, 10 May 2024 10:13:20 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.1

Fri, 10 May 2024 10:13:20 GMT

### Patches

- fix: use plugins/presets from options.babelOptions to transform source. (yuanboxue@microsoft.com)
- Bump @griffel/babel-preset to v1.5.9

## 1.1.0

Tue, 07 May 2024 12:51:34 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-syntax/package.json
@@ -1,6 +1,6 @@
{
"name": "@griffel/postcss-syntax",
"version": "1.1.0",
"version": "1.1.1",
"description": "postcss syntax for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/core": "^7.23.2",
"@griffel/babel-preset": "^1.5.8",
"@griffel/babel-preset": "^1.5.9",
"@babel/helper-plugin-utils": "^7.22.5",
"postcss": "^8.4.29"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/webpack-loader/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@griffel/webpack-loader",
"entries": [
{
"date": "Fri, 10 May 2024 10:13:20 GMT",
"tag": "@griffel/webpack-loader_v2.2.11",
"version": "2.2.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/babel-preset to v1.5.9",
"commit": "7e45352b83480964b3c9e6f9a76e5797eb028e8c"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/webpack-loader_v2.2.10",
Expand Down
10 changes: 9 additions & 1 deletion packages/webpack-loader/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - @griffel/webpack-loader

This log was last generated on Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.
This log was last generated on Fri, 10 May 2024 10:13:20 GMT and should not be manually modified.

<!-- Start content -->

## 2.2.11

Fri, 10 May 2024 10:13:20 GMT

### Patches

- Bump @griffel/babel-preset to v1.5.9

## 2.2.10

Thu, 02 May 2024 14:07:14 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-loader",
"version": "2.2.10",
"version": "2.2.11",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/core": "^7.23.2",
"@griffel/babel-preset": "^1.5.8",
"@griffel/babel-preset": "^1.5.9",
"enhanced-resolve": "^5.15.0",
"tslib": "^2.1.0"
},
Expand Down

0 comments on commit e3bf466

Please sign in to comment.