Skip to content

Commit

Permalink
0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed May 5, 2024
1 parent 9345145 commit 4fd3b95
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "css-render",
"version": "0.15.13",
"version": "0.15.14",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions packages/css-render/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "css-render",
"entries": [
{
"version": "0.15.14",
"tag": "css-render_v0.15.14",
"date": "Sun, 05 May 2024 06:34:46 GMT",
"comments": {}
},
{
"version": "0.15.13",
"tag": "css-render_v0.15.13",
Expand Down
7 changes: 6 additions & 1 deletion packages/css-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - css-render

This log was last generated on Sun, 05 May 2024 05:43:33 GMT and should not be manually modified.
This log was last generated on Sun, 05 May 2024 06:34:46 GMT and should not be manually modified.

## 0.15.14
Sun, 05 May 2024 06:34:46 GMT

_Version update only_

## 0.15.13
Sun, 05 May 2024 05:43:33 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/css-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/07akioni/css-render"
},
"version": "0.15.13",
"version": "0.15.14",
"sideEffects": false,
"scripts": {
"lint": "eslint --fix *.js src/*.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-bem/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@css-render/plugin-bem",
"entries": [
{
"version": "0.15.14",
"tag": "@css-render/plugin-bem_v0.15.14",
"date": "Sun, 05 May 2024 06:34:46 GMT",
"comments": {}
},
{
"version": "0.15.13",
"tag": "@css-render/plugin-bem_v0.15.13",
Expand Down
7 changes: 6 additions & 1 deletion packages/plugin-bem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @css-render/plugin-bem

This log was last generated on Sun, 05 May 2024 05:43:33 GMT and should not be manually modified.
This log was last generated on Sun, 05 May 2024 06:34:46 GMT and should not be manually modified.

## 0.15.14
Sun, 05 May 2024 06:34:46 GMT

_Version update only_

## 0.15.13
Sun, 05 May 2024 05:43:33 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-bem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"test": "jest",
"build": "npm run lint && npm run test && rm -rf es lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
},
"version": "0.15.13",
"version": "0.15.14",
"sideEffects": false,
"peerDependencies": {
"css-render": "~0.15.13"
"css-render": "~0.15.14"
},
"devDependencies": {
"@babel/preset-env": "^7.12.17",
Expand All @@ -41,7 +41,7 @@
"@types/jest": "^27.0.3",
"@types/node": "~17.0.5",
"babel-jest": "^27.4.5",
"css-render": "workspace:~0.15.13",
"css-render": "workspace:~0.15.14",
"eslint": "~8.5.0",
"jest": "^27.4.5",
"jest-standard-reporter": "~2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue3-ssr/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@css-render/vue3-ssr",
"entries": [
{
"version": "0.15.14",
"tag": "@css-render/vue3-ssr_v0.15.14",
"date": "Sun, 05 May 2024 06:34:46 GMT",
"comments": {}
},
{
"version": "0.15.13",
"tag": "@css-render/vue3-ssr_v0.15.13",
Expand Down
7 changes: 6 additions & 1 deletion packages/vue3-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @css-render/vue3-ssr

This log was last generated on Sun, 05 May 2024 05:43:33 GMT and should not be manually modified.
This log was last generated on Sun, 05 May 2024 06:34:46 GMT and should not be manually modified.

## 0.15.14
Sun, 05 May 2024 06:34:46 GMT

_Version update only_

## 0.15.13
Sun, 05 May 2024 05:43:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-render/vue3-ssr",
"version": "0.15.13",
"version": "0.15.14",
"scripts": {
"lint": "eslint --fix *.js src/**/*.ts __tests__/**/*.ts",
"test": "jest",
Expand All @@ -14,7 +14,7 @@
"@types/jest": "^27.0.3",
"@vue/server-renderer": "^3.0.11",
"babel-jest": "^27.4.5",
"css-render": "workspace:~0.15.13",
"css-render": "workspace:~0.15.14",
"eslint": "~8.5.0",
"jest": "^27.4.5",
"jest-standard-reporter": "~2.0.0",
Expand Down

0 comments on commit 4fd3b95

Please sign in to comment.