Skip to content

Commit 3ab1164

Browse files
edsonmartinsclaude
andcommitted
chore: release v3.0.19
Re-publish to fix v3.0.18 which was published with stale build artifacts missing ArchbaseLookupDataTemplate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb16553 commit 3ab1164

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archbase-react",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"private": true,
55
"type": "module",
66
"description": "Monorepo for Archbase React v3 - Modern TypeScript React Component Library",

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/admin",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Admin interface components for Archbase React",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/advanced",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Archbase React Advanced Components - Charts, Kanban, QueryBuilder",
55
"type": "module",
66
"main": "./dist/index.js",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/components",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "UI Components for Archbase React v3 - Form editors, data visualization, and business components",
55
"author": "Edson Martins <edsonmartins2005@gmail.com>",
66
"license": "MIT",

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": "@archbase/core",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Core utilities and foundation for Archbase React v3",
55
"author": "Edson Martins <edsonmartins2005@gmail.com>",
66
"license": "MIT",

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/data",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Data management layer for Archbase React v3 - DataSource, hooks, and API services",
55
"author": "Edson Martins <edsonmartins2005@gmail.com>",
66
"license": "MIT",

packages/feature-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/feature-flags",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Feature flags integration for Archbase React v3 using Unleash",
55
"license": "MIT",
66
"type": "module",

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/layout",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Layout components for Archbase React",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/security-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/security-ui",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Security UI components for Archbase React - Forms, Modals, and Views",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/security/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@archbase/security",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Security and authentication components for Archbase React",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)