Skip to content

Commit

Permalink
Feat/add changelog (#631)
Browse files Browse the repository at this point in the history
* feat: add ens changes in the changelog

* feat: export dao structs in osx ethers

* feat: export action struct
  • Loading branch information
clauBv23 authored Feb 3, 2025
1 parent cc9f0d4 commit e77f489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/contracts-ethers/npm/structs/DAO.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {PermissionLib} from '../../types/src/core/dao/DAO';

export {ActionStruct} from '../../types/src/core/dao/DAO';

export type MultiTargetPermissionStruct =
PermissionLib.MultiTargetPermissionStruct;
export type SingleTargetPermissionStruct =
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-ethers/npm/structs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// export * as DAOStructs from './DAO';
export * as DAOStructs from './DAO';
export * as DAOFactoryStructs from './DAOFactory';
export * as PluginRepoStructs from './PluginRepo';
export * as PluginSetupProcessorStructs from './PluginSetupProcessor';
1 change: 1 addition & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Aligned contract names during deployment with the names given in `@aragon/osx-commons-configs`.
- Move events `ReleaseMetadataUpdated`and `VersionCreated` from `PluginRepo` to `IPluginRepo`.
- Allow granting permission to `_who: ANY_ADDR`.
- Made ENS registration optional: DAOs and PluginRepos can be registered without a subdomain, but providing subdomain when the protocol doesn't support ENS, will revert with `ENSNotSupported`.

### Removed

Expand Down

0 comments on commit e77f489

Please sign in to comment.