Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
 - @syntatis/eslint-config@0.2.6
 - @syntatis/kubrick@0.1.0-beta.7
 - @syntatis/kubrick-dev@0.1.0-beta.1
 - @syntatis/stylelint-config@0.1.10
  • Loading branch information
tfirdaus committed Dec 11, 2024
1 parent 9f84d04 commit a3aab1a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syntatis/eslint-config",
"description": "Curated JavaScript, TypeScript and React linter configs",
"version": "0.2.5",
"version": "0.2.6",
"license": "MIT",
"keywords": [
"config",
Expand Down
6 changes: 3 additions & 3 deletions packages/kubrick-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syntatis/kubrick-dev",
"description": "Classic WordPress Admin UI (Development)",
"version": "0.1.0-beta.0",
"version": "0.1.0-beta.1",
"license": "GPL-2.0-or-later",
"type": "module",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"clsx": "^2.1.1"
},
"devDependencies": {
"@syntatis/eslint-config": "^0.2.5",
"@syntatis/stylelint-config": "^0.1.9",
"@syntatis/eslint-config": "0.2.6",
"@syntatis/stylelint-config": "0.1.10",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/kubrick/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syntatis/kubrick",
"description": "Classic WordPress Admin UI",
"version": "0.1.0-beta.6",
"version": "0.1.0-beta.7",
"license": "GPL-2.0-or-later",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@syntatis/eslint-config": "^0.2.5",
"@syntatis/stylelint-config": "^0.1.9",
"@syntatis/eslint-config": "0.2.6",
"@syntatis/stylelint-config": "0.1.10",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syntatis/stylelint-config",
"description": "Curated CSS and SCSS linter configs",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",
"keywords": [
"config",
Expand Down

0 comments on commit a3aab1a

Please sign in to comment.