Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Ringier-Axel-Springer-PL/namespace-all-ring-ui
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To chyba tu nie zadziała 🤔, ponieważ to repo nie należy do organizacji.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuebk , @wareczek jest jakiś zalecany sposób jak podchodzimy do repo z tego konta?

31 changes: 31 additions & 0 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Node Library Build and Deployment
on:
push:
branches:
- master
pull_request:
branches:
- "**"
workflow_dispatch:
inputs:
is-force-build:
default: false
description: Force full build.
required: true
type: boolean
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
ci-cd:
name: CI/CD
uses: ringier-axel-springer-pl/sdk-workflow-node-library/.github/workflows/shared.yaml@v1
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
# Possible workflow parameters: https://github.com/ringier-axel-springer-pl/sdk-workflow-node-library
is-force-build: ${{ inputs.is-force-build || false }}
test-js-framework: jest
test-js-enabled: true
node-version: "20"
npm-registry: npmjs
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2024-01-02

## [1.2.0] - 2025-01-17

### Added

- [@jpalis]: Added github actions set up.


## [1.1.0] - 2025-01-02

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ringpublishing/mui-theme",
"version": "1.1.0",
"version": "1.2.0",
"description": "Ring Mui Theme",
"license": "LGPL-3.0-or-later",
"repository": {},
Expand Down