Skip to content

Commit

Permalink
Merge pull request #227 from CirclesUBI/207-organisation-replacement
Browse files Browse the repository at this point in the history
207 organisation replacement
  • Loading branch information
JacqueGM authored Sep 28, 2023
2 parents 05b43da + 47ec68a commit dd5e78a
Show file tree
Hide file tree
Showing 26 changed files with 1,365 additions and 1,942 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.7.1] - 2023-08-25

### Fixed

- Fixed mutual activities [#223](https://github.com/CirclesUBI/circles-core/pull/223)

## [4.7.0] - 2023-08-08

### Added

- Add news module [#211](https://github.com/CirclesUBI/circles-core/pull/211)

## [4.6.0] - 2023-07-31

### Changed

- Update graph limit query from 100 to 1000 [#215](https://github.com/CirclesUBI/circles-core/pull/215)

### Added

- Added get mutual activity [#213](https://github.com/CirclesUBI/circles-core/pull/213)

## [4.5.0] - 2023-06-14

### Changed
Expand Down
5 changes: 2 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ module.exports = {
moduleNameMapper: {
'^~(.*)$': '<rootDir>/src$1',
},
modulePathIgnorePatterns: ['<rootDir>/test/helpers'],
coveragePathIgnorePatterns: ['<rootDir>/test'],
testEnvironment: 'node',
testMatch: ['**/safe.test.js', '**/trust.test.js', '**/token.test.js'],
testTimeout: 30 * 1000,
testTimeout: 60 * 1000,
verbose: true,
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circles/core",
"version": "4.5.0",
"version": "4.7.1",
"description": "Common methods to interact with the Circles ecosystem",
"source": "src/index.js",
"main": "dist/main.js",
Expand Down
Loading

0 comments on commit dd5e78a

Please sign in to comment.