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 2, 2024
1 parent 9745935 commit ffd995d
Show file tree
Hide file tree
Showing 53 changed files with 428 additions and 148 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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/babel-preset/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/babel-preset_v1.5.8",
"version": "1.5.8",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@griffel/babel-preset",
"commit": "7eb2fec2e84b606fa92ddc8a1775a74ce8ad3a43",
"comment": "chore: improve error reporting"
},
{
"author": "[email protected]",
"package": "@griffel/babel-preset",
"commit": "062a9d5bc3903f0ce7a3450403b19b622caab05d",
"comment": "chore: handle `RESET` during compilation"
},
{
"author": "beachball",
"package": "@griffel/babel-preset",
"comment": "Bump @griffel/core to v1.16.0",
"commit": "9745935b1bd28b02ee7c19d9195883e8454f0810"
}
]
}
},
{
"date": "Tue, 19 Mar 2024 11:33:53 GMT",
"tag": "@griffel/babel-preset_v1.5.7",
Expand Down
12 changes: 11 additions & 1 deletion packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @griffel/babel-preset

This log was last generated on Tue, 19 Mar 2024 11:33:53 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.8

Thu, 02 May 2024 14:07:14 GMT

### Patches

- chore: improve error reporting ([email protected])
- chore: handle `RESET` during compilation ([email protected])
- Bump @griffel/core to v1.16.0

## 1.5.7

Tue, 19 Mar 2024 11:33:53 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.5.7",
"version": "1.5.8",
"description": "Babel preset with build time transforms for Griffel",
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,7 @@
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@griffel/core": "^1.15.3",
"@griffel/core": "^1.16.0",
"@linaria/babel-preset": "^3.0.0-beta.24",
"@linaria/shaker": "^3.0.0-beta.22",
"ajv": "^8.4.0",
Expand Down
55 changes: 55 additions & 0 deletions packages/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"name": "@griffel/core",
"entries": [
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/core_v1.16.0",
"version": "1.16.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "062a9d5bc3903f0ce7a3450403b19b622caab05d",
"comment": "feat: add support for `RESET`"
},
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "b4ed7ac5ab5b490e7a1b38a214c92af359aa3206",
"comment": "chore: export getStyleSheetKey() for internal usage"
},
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "0f2eb5e6f199314b47c5a6cb0ef652f3eaa9ea08",
"comment": "feat: add support for shorthands"
},
{
"author": "beachball",
"package": "@griffel/core",
"comment": "Bump @griffel/style-types to v1.1.0",
"commit": "9745935b1bd28b02ee7c19d9195883e8454f0810"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "e514e2f9e83d9ee62290eaa262bece8bb0956e34",
"comment": "chore: add support for priority in CSS rules"
},
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "e7e8d0610cdf86359513affe1c8ba91b5de15f5c",
"comment": "chore: deprecate the most of shorthands.* functions"
}
],
"none": [
{
"author": "[email protected]",
"package": "@griffel/core",
"commit": "74dd47bf165dee7b3f752ba8939961c7e1a5b1ef",
"comment": "chore: update serializer"
}
]
}
},
{
"date": "Tue, 19 Mar 2024 11:33:53 GMT",
"tag": "@griffel/core_v1.15.3",
Expand Down
18 changes: 17 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @griffel/core

This log was last generated on Tue, 19 Mar 2024 11:33:53 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.

<!-- Start content -->

## 1.16.0

Thu, 02 May 2024 14:07:14 GMT

### Minor changes

- feat: add support for `RESET` ([email protected])
- chore: export getStyleSheetKey() for internal usage ([email protected])
- feat: add support for shorthands ([email protected])
- Bump @griffel/style-types to v1.1.0

### Patches

- chore: add support for priority in CSS rules ([email protected])
- chore: deprecate the most of shorthands.* functions ([email protected])

## 1.15.3

Tue, 19 Mar 2024 11:33:53 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/core",
"version": "1.15.3",
"version": "1.16.0",
"description": "DOM implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {
Expand All @@ -10,7 +10,7 @@
"sideEffects": false,
"dependencies": {
"@emotion/hash": "^0.9.0",
"@griffel/style-types": "^1.0.4",
"@griffel/style-types": "^1.1.0",
"csstype": "^3.1.3",
"rtl-css-js": "^1.16.1",
"stylis": "^4.2.0",
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, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/devtools_v0.2.28",
"version": "0.2.28",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.5.22",
"commit": "9745935b1bd28b02ee7c19d9195883e8454f0810"
}
]
}
},
{
"date": "Tue, 19 Mar 2024 11:33:53 GMT",
"tag": "@griffel/devtools_v0.2.27",
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 Tue, 19 Mar 2024 11:33:53 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.28

Thu, 02 May 2024 14:07:14 GMT

### Patches

- Bump @griffel/react to v1.5.22

## 0.2.27

Tue, 19 Mar 2024 11:33:53 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@griffel/devtools",
"version": "0.2.27",
"version": "0.2.28",
"description": "Griffel chrome devtools extension",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"devDependencies": {
"@griffel/react": "^1.5.21"
"@griffel/react": "^1.5.22"
}
}
21 changes: 21 additions & 0 deletions packages/jest-serializer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@griffel/jest-serializer",
"entries": [
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/jest-serializer_v1.1.24",
"version": "1.1.24",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@griffel/jest-serializer",
"commit": "062a9d5bc3903f0ce7a3450403b19b622caab05d",
"comment": "chore: handle `RESET` value"
},
{
"author": "beachball",
"package": "@griffel/jest-serializer",
"comment": "Bump @griffel/core to v1.16.0",
"commit": "9745935b1bd28b02ee7c19d9195883e8454f0810"
}
]
}
},
{
"date": "Tue, 19 Mar 2024 11:33:53 GMT",
"tag": "@griffel/jest-serializer_v1.1.23",
Expand Down
Loading

0 comments on commit ffd995d

Please sign in to comment.