Skip to content

Commit

Permalink
Merge pull request #215 from vietredweb/fix-package
Browse files Browse the repository at this point in the history
Fix package
  • Loading branch information
NguyenBao10 authored Mar 29, 2024
2 parents 220abfa + 8078aab commit 5ba1d64
Show file tree
Hide file tree
Showing 6 changed files with 2,903 additions and 2,594 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: yarn install
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aesirx-uikit",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.mts",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-color": "^3.0.6",
"aesirx-dam-app": "^1.5.0",
"aesirx-lib": "^2.0.1",
"aesirx-sso": "^1.4.3",
"aesirx-lib": "^2.0.5",
"aesirx-sso": "^1.4.6",
"bootstrap": "^5.3.1",
"dayjs": "^1.11.10",
"i18next": "^22.4.15",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Permission/store.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { PermissionApiService, PermissionItemModel, PermissionApiService } from 'aesirx-lib';
import { PermissionApiService, PermissionItemModel } from 'aesirx-lib';

class PermissionStore {
async getList(filters: any) {
Expand Down
6 changes: 1 addition & 5 deletions src/pages/Roles/store.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
OrganizationRoleApiService,
OrganizationRoleItemModel,
OrganizationRoleApiService,
} from 'aesirx-lib';
import { OrganizationRoleApiService, OrganizationRoleItemModel } from 'aesirx-lib';

class RoleStore {
async getList(filters: any) {
Expand Down
Loading

0 comments on commit 5ba1d64

Please sign in to comment.