Skip to content

Commit a3699aa

Browse files
committed
chore: set versions to alpha.4
1 parent 8d20834 commit a3699aa

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
npx --no-install lint-staged
2-
## npm run type:check
2+
npm run type:check

apps/showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showcase",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"scripts": {
55
"dev": "npm run dev:init && next dev --turbopack",
66
"dev2": "npm run dev:init && next dev --turbopack --port 3001",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/monorepo",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"homepage": "https://primereact.org/",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"release:beta": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag beta",
2323
"release:rc": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag rc",
2424
"build": "cross-env NODE_ENV=production pnpm run build:check && pnpm run build:packages",
25-
"build:check": "pnpm run format:check && pnpm run security:check",
25+
"build:check": "pnpm run format:check && pnpm run type:check && pnpm run security:check",
2626
"build:packages": "pnpm recursive run build",
2727
"build:core": "pnpm --filter core build",
2828
"build:headless": "pnpm --filter headless build",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/core",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/headless",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/hooks",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/icons",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/primereact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primereact",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/styles",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primereact/types",
3-
"version": "11.0.0-alpha.3",
3+
"version": "11.0.0-alpha.4",
44
"author": "PrimeTek Informatics",
55
"description": "",
66
"homepage": "https://primereact.org/",

0 commit comments

Comments
 (0)