Skip to content

Commit

Permalink
Merge pull request #18 from ngx-primer/feature/accordion
Browse files Browse the repository at this point in the history
Feature/accordion Merged To Origin Develop
  • Loading branch information
elhakimdev authored Dec 7, 2024
2 parents e3c9243 + e699620 commit 64f5157
Show file tree
Hide file tree
Showing 105 changed files with 2,790 additions and 1,563 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ "main", "develop" ]
branches: ['main', 'develop']
pull_request:
branches: [ "main", "develop" ]
branches: ['main', 'develop']

jobs:
build:
Expand All @@ -16,30 +16,30 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm' # Cache pnpm instead of npm

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm

# Install dependencies using pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile

# Run build (Nx should handle the build, can be adjusted if specific commands are needed)
- name: Build the project
run: pnpm run build --if-present

# Run tests using Nx (adjust the test command if needed for Nx-specific testing)
- name: Run Tests
run: pnpm run test --if-present

# Optionally, you can also run linting if set up in Nx
- name: Run Lint
run: pnpm run lint --if-present
- uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm' # Cache pnpm instead of npm

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm

# Install dependencies using pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile

# Run build (Nx should handle the build, can be adjusted if specific commands are needed)
- name: Build the project
run: pnpm run build --if-present

# Run tests using Nx (adjust the test command if needed for Nx-specific testing)
- name: Run Tests
run: pnpm run test --if-present

# Optionally, you can also run linting if set up in Nx
- name: Run Lint
run: pnpm run lint --if-present
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## 0.0.2 (2024-12-01)

### 🚀 Features

- add package design system ([e0d1a78](https://github.com/ngx-primer/primer-ui/commit/e0d1a78))

### 🩹 Fixes

- fixing packcge json per dependencies ([cdc4049](https://github.com/ngx-primer/primer-ui/commit/cdc4049))
- implement base root accordion component ([2c42648](https://github.com/ngx-primer/primer-ui/commit/2c42648))
- add docs ([0cfbd66](https://github.com/ngx-primer/primer-ui/commit/0cfbd66))
- add id generation utils with interospection capability for genric componnet ([72ab09d](https://github.com/ngx-primer/primer-ui/commit/72ab09d))
- update readme ([99ae953](https://github.com/ngx-primer/primer-ui/commit/99ae953))
- fixing add license and readme ([bd59b69](https://github.com/ngx-primer/primer-ui/commit/bd59b69))
- add credit tags ([317e880](https://github.com/ngx-primer/primer-ui/commit/317e880))
- add project info ([d9c0618](https://github.com/ngx-primer/primer-ui/commit/d9c0618))
- uipdate readme ([2bbb119](https://github.com/ngx-primer/primer-ui/commit/2bbb119))
- fixing and migrate documentation to use analog js ([e9a410e](https://github.com/ngx-primer/primer-ui/commit/e9a410e))
- fixing al module boundaries issue ([c3dfe1c](https://github.com/ngx-primer/primer-ui/commit/c3dfe1c))
- fix strat documenting projects ([ec3d899](https://github.com/ngx-primer/primer-ui/commit/ec3d899))
- fix ci node js ([0e352ac](https://github.com/ngx-primer/primer-ui/commit/0e352ac))
- fixing context ([d9d85be](https://github.com/ngx-primer/primer-ui/commit/d9d85be))
- fixing ad accoridon all context an make it optional ([cddefaa](https://github.com/ngx-primer/primer-ui/commit/cddefaa))
- fixing remove un used conceept ([4a5ece7](https://github.com/ngx-primer/primer-ui/commit/4a5ece7))
- remove unused apps ([1fdba33](https://github.com/ngx-primer/primer-ui/commit/1fdba33))
- add base compoennt structure ([a46b9cb](https://github.com/ngx-primer/primer-ui/commit/a46b9cb))
- fixing all accordion base mechanisme ([c8a1428](https://github.com/ngx-primer/primer-ui/commit/c8a1428))
- format code ([98cd36c](https://github.com/ngx-primer/primer-ui/commit/98cd36c))

### ❤️ Thank You

- ATS - Elhakim Cool

## 0.0.2-0 (2024-11-17)

### 🩹 Fixes
Expand Down
9 changes: 0 additions & 9 deletions apps/documentations-e2e/project.json

This file was deleted.

15 changes: 0 additions & 15 deletions apps/documentations/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions apps/documentations/jest.config.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/documentations/package.json

This file was deleted.

71 changes: 0 additions & 71 deletions apps/documentations/project.json

This file was deleted.

Loading

0 comments on commit 64f5157

Please sign in to comment.