Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samturrell committed Apr 19, 2024
1 parent 07cac8d commit bcc34fe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hhl-linters",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Basic linter rules for the hedgehog lab org",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config-basic",
"version": "1.0.0",
"version": "1.1.0",
"description": "Basic eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config-nuxt",
"version": "1.0.0",
"version": "1.1.0",
"description": "Nuxt eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config-react",
"version": "1.0.0",
"version": "1.1.0",
"description": "React eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config-ts",
"version": "1.0.0",
"version": "1.1.0",
"description": "Typescript eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config-vue",
"version": "1.0.0",
"version": "1.1.0",
"description": "Vue eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Combined eslint config rules for the hedgehog lab org",
"keywords": [
"eslint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/prettier-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Prettier config rules for the hedgehog lab org",
"keywords": [
"prettier-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/stylelint-config-basic",
"version": "1.0.0",
"version": "1.1.0",
"description": "Basic stylelint config rules for the hedgehog lab org",
"keywords": [
"stylelint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/stylelint-config-scss",
"version": "1.0.0",
"version": "1.1.0",
"description": "SCSS specific stylelint config rules for the hedgehog lab org",
"keywords": [
"stylelint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/stylelint-config-vue",
"version": "1.0.0",
"version": "1.1.0",
"description": "Vue specific stylelint config rules for the hedgehog lab org",
"keywords": [
"stylelint-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedgehoglab/stylelint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Combined stylelint config rules for the hedgehog lab org",
"keywords": [
"stylelint-config",
Expand Down

0 comments on commit bcc34fe

Please sign in to comment.