ver: bumping version to 1.3.0, exposing selector apis
This commit is contained in:
Pratik Bhattacharya 2022-02-22 22:55:01 +05:30 коммит произвёл GitHub
Родитель 5f7f5b864b
Коммит ffb049b443
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "redux-micro-frontend",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"description": "This is a library for using Redux to managing state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.",
"author": {