Skip to content

Commit

Permalink
Merge branch 'main' into feature/bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Dec 1, 2023
2 parents 766315f + fa4b173 commit c495edf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [1.0.6] - 2023-12-01
## [1.0.9] - 2023-12-01
### Added
- TSS pages
- Oracle pages
Expand All @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
- Network pages
- Supported token pages

## [1.0.8] - 2023-11-23
### Changed
- Disabled eslint during the build in the next.config.js

## [1.0.7] - 2023-11-23
### Fixed
- Build issues

## [1.0.6] - 2023-11-23
### Added
- CreateIdentityGISTTransferOp, CreateIdentityStateTransferOp message types localization

## [1.0.5] - 2023-11-02
### Added
- Ability to delegate, undelegate and vote proposal via authorization grants
Expand Down Expand Up @@ -48,7 +60,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

- Initiated project

[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.6...HEAD
[Unreleased]: https://gitlab.com/rarimo/scan/compare/1.0.9...HEAD
[1.0.9]: https://gitlab.com/rarimo/scan/compare/1.0.8...1.0.9
[1.0.8]: https://gitlab.com/rarimo/scan/compare/1.0.7...1.0.8
[1.0.7]: https://gitlab.com/rarimo/scan/compare/1.0.6...1.0.7
[1.0.6]: https://gitlab.com/rarimo/scan/compare/1.0.5...1.0.6
[1.0.5]: https://gitlab.com/rarimo/scan/compare/1.0.4...1.0.5
[1.0.4]: https://gitlab.com/rarimo/scan/compare/1.0.3...1.0.4
Expand Down
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
config.externals.push({
'utf-8-validate': 'commonjs utf-8-validate',
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": "scan",
"version": "1.0.6",
"version": "1.0.9",
"private": true,
"gitHooks": {
"pre-commit": "yarn lint",
Expand Down

0 comments on commit c495edf

Please sign in to comment.