Skip to content

Commit

Permalink
:octocat: [ci release] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 24, 2023
1 parent 18892f7 commit e4bd7c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/bundled-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundled-eslint-config",
"version": "0.1.5",
"version": "0.2.7",
"scripts": {
"test": "vitest",
"typecheck": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "scss.js",
"keywords": [
"stylelint preset",
"stylelintconfig",
"stylelint config",
"stylelint",
"lint",
"stylelint config"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "standard.js",
"keywords": [
"stylelint preset",
"stylelintconfig",
"stylelint config",
"stylelint",
"lint",
"stylelint config"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-vue-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "vue-scss.js",
"keywords": [
"stylelint preset",
"stylelintconfig",
"stylelint config",
"stylelint",
"lint",
"stylelint config"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "vue.js",
"keywords": [
"stylelint preset",
"stylelintconfig",
"stylelint config",
"stylelint",
"lint",
"stylelint config"
Expand Down
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const packageJsonJobs = {
},
'packages/bundled-eslint-config': {
type: 'module',
version: '0.2.6',
version: '0.2.7',
description: 'A preset for ESLint',
keywords: [
'eslint',
Expand Down

0 comments on commit e4bd7c5

Please sign in to comment.