Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 7, 2024
1 parent c858ea6 commit 2304056
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adonisjs/tooling-configs",
"description": "Tooling configs for AdonisJS projects",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down
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": "@adonisjs/eslint-config",
"description": "Base ESLint config used by AdonisJS apps and packages",
"version": "1.2.2",
"version": "1.3.0",
"exports": {
"./app": "./presets/ts_app.js",
"./package": "./presets/ts_package.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adonisjs/eslint-plugin",
"description": "ESLint plugin to enforce AdonisJS app specific linting rules",
"version": "1.2.2",
"version": "1.3.0",
"main": "dist/src/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adonisjs/prettier-config",
"description": "",
"version": "1.2.2",
"version": "1.3.0",
"main": "index.json",
"exports": {
".": "./index.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adonisjs/tsconfig",
"description": "Base TypeScript configuration files for AdonisJS applications and packages",
"version": "1.2.2",
"version": "1.3.0",
"exports": {
"./tsconfig.app.json": "./tsconfig.app.json",
"./tsconfig.client.json": "./tsconfig.client.json",
Expand Down

0 comments on commit 2304056

Please sign in to comment.