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 22, 2024
1 parent 6ae570d commit 16f1c22
Show file tree
Hide file tree
Showing 47 changed files with 377 additions and 87 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.

21 changes: 21 additions & 0 deletions packages/babel-preset/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/babel-preset_v1.6.0",
"version": "1.6.0",
"comments": {
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/babel-preset",
"commit": "1a56464e77f603906e113179d6ce732f9b5b9998",
"comment": "feat: add \"classNameHashSalt\" for AOT"
},
{
"author": "beachball",
"package": "@griffel/babel-preset",
"comment": "Bump @griffel/core to v1.17.0",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3"
}
]
}
},
{
"date": "Fri, 10 May 2024 10:13:20 GMT",
"tag": "@griffel/babel-preset_v1.5.9",
Expand Down
11 changes: 10 additions & 1 deletion packages/babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @griffel/babel-preset

This log was last generated on Fri, 10 May 2024 10:13:20 GMT and should not be manually modified.
This log was last generated on Wed, 22 May 2024 08:24:17 GMT and should not be manually modified.

<!-- Start content -->

## 1.6.0

Wed, 22 May 2024 08:24:17 GMT

### Minor changes

- feat: add "classNameHashSalt" for AOT (olfedias@microsoft.com)
- Bump @griffel/core to v1.17.0

## 1.5.9

Fri, 10 May 2024 10:13:20 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.9",
"version": "1.6.0",
"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.16.0",
"@griffel/core": "^1.17.0",
"@linaria/babel-preset": "^3.0.0-beta.24",
"@linaria/shaker": "^3.0.0-beta.22",
"ajv": "^8.4.0",
Expand Down
41 changes: 41 additions & 0 deletions packages/core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@griffel/core",
"entries": [
{
"date": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/core_v1.17.0",
"version": "1.17.0",
"comments": {
"minor": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "1a56464e77f603906e113179d6ce732f9b5b9998",
"comment": "feat: add \"classNameHashSalt\" for AOT"
},
{
"author": "chhabrashubhdeep@gmail.com",
"package": "@griffel/core",
"commit": "f545363cc35245722381f1ec1524f60b7175f3d1",
"comment": "feat: add fallback values support in makeStaticStyles"
},
{
"author": "beachball",
"package": "@griffel/core",
"comment": "Bump @griffel/style-types to v1.2.0",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3"
}
],
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "80ca330e9b475d9d95b13c421fe7df2513ae08c7",
"comment": "fix(core): fix hash collisions with at rules"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "3cac9f0799024e21e4efa5439dd90d91732b4fff",
"comment": "chore: refactor at rules to be a separate param in functions"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/core_v1.16.0",
Expand Down
17 changes: 16 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @griffel/core

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 Wed, 22 May 2024 08:24:17 GMT and should not be manually modified.

<!-- Start content -->

## 1.17.0

Wed, 22 May 2024 08:24:17 GMT

### Minor changes

- feat: add "classNameHashSalt" for AOT (olfedias@microsoft.com)
- feat: add fallback values support in makeStaticStyles (chhabrashubhdeep@gmail.com)
- Bump @griffel/style-types to v1.2.0

### Patches

- fix(core): fix hash collisions with at rules (olfedias@microsoft.com)
- chore: refactor at rules to be a separate param in functions (olfedias@microsoft.com)

## 1.16.0

Thu, 02 May 2024 14:07:14 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.16.0",
"version": "1.17.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.1.0",
"@griffel/style-types": "^1.2.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": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/devtools_v0.2.29",
"version": "0.2.29",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.5.23",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/devtools_v0.2.28",
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 Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.
This log was last generated on Wed, 22 May 2024 08:24:17 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.29

Wed, 22 May 2024 08:24:17 GMT

### Patches

- Bump @griffel/react to v1.5.23

## 0.2.28

Thu, 02 May 2024 14:07:14 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.28",
"version": "0.2.29",
"description": "Griffel chrome devtools extension",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"devDependencies": {
"@griffel/react": "^1.5.22"
"@griffel/react": "^1.5.23"
}
}
15 changes: 15 additions & 0 deletions packages/eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@griffel/eslint-plugin",
"entries": [
{
"date": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/eslint-plugin_v1.6.3",
"version": "1.6.3",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/eslint-plugin",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3",
"comment": "fix(eslint-plugin): update the list of unsupported shorthands"
}
]
}
},
{
"date": "Tue, 19 Mar 2024 15:27:35 GMT",
"tag": "@griffel/eslint-plugin_v1.6.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @griffel/eslint-plugin

This log was last generated on Tue, 19 Mar 2024 15:27:35 GMT and should not be manually modified.
This log was last generated on Wed, 22 May 2024 08:24:17 GMT and should not be manually modified.

<!-- Start content -->

## 1.6.3

Wed, 22 May 2024 08:24:17 GMT

### Patches

- fix(eslint-plugin): update the list of unsupported shorthands (olfedias@microsoft.com)

## 1.6.2

Tue, 19 Mar 2024 15:27:35 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@griffel/eslint-plugin",
"version": "1.6.2",
"version": "1.6.3",
"description": "ESLint plugin with lint rules for Griffel",
"license": "MIT",
"repository": {
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": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/jest-serializer_v1.1.25",
"version": "1.1.25",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/jest-serializer",
"comment": "Bump @griffel/core to v1.17.0",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/jest-serializer_v1.1.24",
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 Thu, 02 May 2024 14:07:14 GMT and should not be manually modified.
This log was last generated on Wed, 22 May 2024 08:24:17 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.25

Wed, 22 May 2024 08:24:17 GMT

### Patches

- Bump @griffel/core to v1.17.0

## 1.1.24

Thu, 02 May 2024 14:07:14 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,14 +1,14 @@
{
"name": "@griffel/jest-serializer",
"version": "1.1.24",
"version": "1.1.25",
"description": "Jest serializer for Griffel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"dependencies": {
"@griffel/core": "^1.16.0",
"@griffel/core": "^1.17.0",
"tslib": "^2.1.0"
}
}
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": "Wed, 22 May 2024 08:24:17 GMT",
"tag": "@griffel/next-extraction-plugin_v0.1.4",
"version": "0.1.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.5.3",
"commit": "6ae570dbbd711a5e95184004f5d4d98a8ffa2df3"
}
]
}
},
{
"date": "Thu, 02 May 2024 14:07:14 GMT",
"tag": "@griffel/next-extraction-plugin_v0.1.3",
Expand Down
Loading

0 comments on commit 16f1c22

Please sign in to comment.