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, 2022
1 parent 7745eb7 commit a119921
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/babel-preset/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Tue, 18 Oct 2022 15:59:43 GMT",
"tag": "@griffel/babel-preset_v1.4.1",
"version": "1.4.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@griffel/babel-preset",
"commit": "7745eb70d3e82aed0a188f2546b01f43917d440d",
"comment": "fix: don't extract http:, https:, data: and hash only urls as assets"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/babel-preset_v1.4.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/babel-preset

This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Tue, 18 Oct 2022 15:59:43 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.1

Tue, 18 Oct 2022 15:59:43 GMT

### Patches

- fix: don't extract http:, https:, data: and hash only urls as assets ([email protected])

## 1.4.0

Thu, 13 Oct 2022 08:36:18 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/babel-preset",
"version": "1.4.0",
"version": "1.4.1",
"description": "Babel preset with build time transforms 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": "Tue, 18 Oct 2022 15:59:43 GMT",
"tag": "@griffel/webpack-loader_v2.1.1",
"version": "2.1.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/babel-preset to v1.4.1",
"commit": "7745eb70d3e82aed0a188f2546b01f43917d440d"
}
]
}
},
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/webpack-loader_v2.1.0",
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, 13 Oct 2022 08:36:18 GMT and should not be manually modified.
This log was last generated on Tue, 18 Oct 2022 15:59:43 GMT and should not be manually modified.

<!-- Start content -->

## 2.1.1

Tue, 18 Oct 2022 15:59:43 GMT

### Patches

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

## 2.1.0

Thu, 13 Oct 2022 08:36:18 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "2.1.1",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/core": "^7.12.13",
"@griffel/babel-preset": "^1.4.0",
"@griffel/babel-preset": "^1.4.1",
"enhanced-resolve": "^5.8.2",
"loader-utils": "^2.0.0",
"schema-utils": "^3.1.1",
Expand Down

0 comments on commit a119921

Please sign in to comment.