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 13, 2022
1 parent 32d9b0b commit 6bce3bc
Show file tree
Hide file tree
Showing 34 changed files with 301 additions and 95 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 29 additions & 0 deletions packages/babel-preset/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/babel-preset_v1.4.0",
"version": "1.4.0",
"comments": {
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/babel-preset",
"commit": "b360b562bc7180fa13c6d0a1979673983bfe5ee0",
"comment": "feat: add support for makeResetStyles transforms"
},
{
"author": "beachball",
"package": "@griffel/babel-preset",
"comment": "Bump @griffel/core to v1.8.0",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684"
}
],
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/babel-preset",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684",
"comment": "fix: handle multiple url()"
}
]
}
},
{
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
"tag": "@griffel/babel-preset_v1.3.9",
Expand Down
15 changes: 14 additions & 1 deletion packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @griffel/babel-preset

This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.0

Thu, 13 Oct 2022 08:36:18 GMT

### Minor changes

- feat: add support for makeResetStyles transforms (olfedias@microsoft.com)
- Bump @griffel/core to v1.8.0

### Patches

- fix: handle multiple url() (olfedias@microsoft.com)

## 1.3.9

Wed, 05 Oct 2022 14:28:43 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.3.9",
"version": "1.4.0",
"description": "Babel preset with build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -20,6 +20,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.7.0"
"@griffel/core": "^1.8.0"
}
}
29 changes: 29 additions & 0 deletions packages/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@griffel/core",
"entries": [
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/core_v1.8.0",
"version": "1.8.0",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "635096302c6e9a8b18e51745c1fadec5ab4674d5",
"comment": "chore: add __resetStyles (internal function)"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "4f7c10f9e057cf613deecc2b47cb1777f2a2dc3e",
"comment": "chore: add __resetStyles (internal function)"
}
],
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "28641c5bc7616ffe3ec327b0de67625bbd9c727c",
"comment": "feat: add support for `animationName` in makeResetStyles"
}
]
}
},
{
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
"tag": "@griffel/core_v1.7.0",
Expand Down
15 changes: 14 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @griffel/core

This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.

<!-- Start content -->

## 1.8.0

Thu, 13 Oct 2022 08:36:18 GMT

### Minor changes

- feat: add support for `animationName` in makeResetStyles (olfedias@microsoft.com)

### Patches

- chore: add __resetStyles (internal function) (olfedias@microsoft.com)
- chore: add __resetStyles (internal function) (olfedias@microsoft.com)

## 1.7.0

Wed, 05 Oct 2022 14:28:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/core",
"version": "1.7.0",
"version": "1.8.0",
"description": "DOM implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/devtools/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/devtools",
"entries": [
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/devtools_v0.2.3",
"version": "0.2.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.4.1",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684"
}
]
}
},
{
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
"tag": "@griffel/devtools_v0.2.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/devtools

This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.3

Thu, 13 Oct 2022 08:36:18 GMT

### Patches

- Bump @griffel/react to v1.4.1

## 0.2.2

Wed, 05 Oct 2022 14:28:43 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/devtools",
"version": "0.2.2",
"version": "0.2.3",
"description": "Griffel chrome devtools extension",
"license": "MIT",
"repository": {
Expand All @@ -10,7 +10,7 @@
"sideEffects": false,
"dependencies": {
"@emotion/hash": "^0.8.0",
"@griffel/react": "^1.4.0",
"@griffel/react": "^1.4.1",
"js-beautify": "^1.14.0",
"prism-react-renderer": "1.2.1",
"react-dom": ">=16.8.0 <18.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/jest-serializer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/jest-serializer",
"entries": [
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/jest-serializer_v1.0.13",
"version": "1.0.13",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/jest-serializer",
"comment": "Bump @griffel/core to v1.8.0",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684"
}
]
}
},
{
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
"tag": "@griffel/jest-serializer_v1.0.12",
Expand Down
10 changes: 9 additions & 1 deletion packages/jest-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/jest-serializer

This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.13

Thu, 13 Oct 2022 08:36:18 GMT

### Patches

- Bump @griffel/core to v1.8.0

## 1.0.12

Wed, 05 Oct 2022 14:28:43 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/jest-serializer",
"version": "1.0.12",
"version": "1.0.13",
"description": "Jest serializer for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -11,6 +11,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.7.0"
"@griffel/core": "^1.8.0"
}
}
21 changes: 21 additions & 0 deletions packages/next-extraction-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@griffel/next-extraction-plugin",
"entries": [
{
"date": "Thu, 13 Oct 2022 08:36:18 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.6",
"version": "0.0.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.2.0",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684"
},
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/core to v1.8.0",
"commit": "32d9b0bfa4372343d710368b6bed1cc5185a6684"
}
]
}
},
{
"date": "Wed, 05 Oct 2022 14:28:43 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.5",
Expand Down
11 changes: 10 additions & 1 deletion packages/next-extraction-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @griffel/next-extraction-plugin

This log was last generated on Wed, 05 Oct 2022 14:28:43 GMT and should not be manually modified.
This log was last generated on Thu, 13 Oct 2022 08:36:18 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.6

Thu, 13 Oct 2022 08:36:18 GMT

### Patches

- Bump @griffel/webpack-extraction-plugin to v0.2.0
- Bump @griffel/core to v1.8.0

## 0.0.5

Wed, 05 Oct 2022 14:28:43 GMT
Expand Down

0 comments on commit 6bce3bc

Please sign in to comment.