Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from ubiquibot/release-please--branches--devel…
Browse files Browse the repository at this point in the history
…opment--components--configuration

chore(development): release 1.0.0
  • Loading branch information
gentlementlegen authored May 3, 2024
2 parents 4382ea4 + 5143961 commit ebc0483
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2024-05-03)


### ⚠ BREAKING CHANGES

* added plugins type
* updated the config to match the new version
* enable on browser env ([#7](https://github.com/ubiquibot/configuration/issues/7))

### Features

* added jest testing and action ([cdca8ed](https://github.com/ubiquibot/configuration/commit/cdca8edfd257face4117837b4620253296c7f431))
* added plugins type ([02aa283](https://github.com/ubiquibot/configuration/commit/02aa28386e60b1c8190a35545120d3fc088de2e7))
* enable on browser env ([#7](https://github.com/ubiquibot/configuration/issues/7)) ([709dd26](https://github.com/ubiquibot/configuration/commit/709dd2621eaa556460a2add1f4f4e1540a6303a6))
* package creation for ubiquibot config ([7afa962](https://github.com/ubiquibot/configuration/commit/7afa9622cd8c30c27405104086af5d8ad05f58be))
* updated the config to match the new version ([0f777c8](https://github.com/ubiquibot/configuration/commit/0f777c8710919abb3439f0b280280705bb21e93d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ubiquibot/configuration",
"version": "2.0.3",
"version": "1.0.0",
"private": false,
"description": "Configuration helpers for Ubiquibot.",
"author": "Ubiquity DAO",
Expand Down

1 comment on commit ebc0483

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Lines Statements Branches Functions
Coverage: 91%
91.08% (143/157) 53.12% (17/32) 73.68% (14/19)

JUnit

Tests Skipped Failures Errors Time
3 0 💤 0 ❌ 0 🔥 6.04s ⏱️
Coverage Report (91%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files91.0853.1273.6891.44 
   .github100100100100 
   .ubiquibot-config.yml100100100100 
src100100100100 
   index.ts100100100100 
src/types94.59808094.59 
   configuration-types.ts93.93808093.9340, 44
   index.ts100100100100 
   valid-html-elements.ts100100100100 
src/types/configuration90.7418.1866.6690.56 
   comment-types.ts100100100100 
   common-incentive-config-type.ts100100100100 
   content-evaluator-config.ts100100100100 
   data-purge-config.ts100100100100 
   formatting-evaluator-config.ts100100100100 
   github-comment-config.ts100100100100 
   index.ts100100100100 
   permit-generation-configuration.ts100100100100 
   plugin-configuration.ts58.33033.3358.3317–29
   user-extractor-config.ts100100100100 
   webhook-events.ts100100100100 
src/utils88.8868.757589.83 
   ajv.ts100100100100 
   generate-configuration.ts87.9368.757588.8811–17, 33–34
   index.ts100100100100 

Please sign in to comment.