Skip to content

Commit 49b3fd6

Browse files
committed
fix: update license and version numbers in package.json files
1 parent cce7bb2 commit 49b3fd6

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Abhishek
3+
Copyright (c) 2026 Abhishek Verma and React Access Engine contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
[![npm version](https://img.shields.io/npm/v/react-access-engine?color=blue&label=npm)](https://www.npmjs.com/package/react-access-engine)
1010
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-access-engine?label=minzipped)](https://bundlephobia.com/package/react-access-engine)
11-
[![CI](https://github.com/abhishekayu/react-access-engine/actions/workflows/ci.yml/badge.svg)](https://github.com/abhishekayu/react-access-engine/actions/workflows/ci.yml)
1211
[![codecov](https://img.shields.io/badge/tests-220%20passing-brightgreen)](https://github.com/abhishekayu/react-access-engine)
1312
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7+-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
1413
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
@@ -948,6 +947,10 @@ pnpm --filter playground dev
948947
pnpm --filter docs dev
949948
```
950949

950+
### Quality & Release Readiness
951+
952+
See [QUALITY.md](QUALITY.md) for test coverage details, rerender strategy, bundle size analysis, SSR safety, and the full QA checklist.
953+
951954
### Contributing
952955

953956
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines. Quick version:

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-access-engine-devtools",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Development-only devtools overlay for react-access-engine — visualize access decisions, feature flags, policies, and experiments in real time",
55
"author": "Abhishek",
66
"license": "MIT",

packages/react-access-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-access-engine",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Unified React-first access control, feature flags, and policy engine",
55
"author": "Abhishek",
66
"license": "MIT",

0 commit comments

Comments
 (0)