Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.0.8...v10.0.0) (2024-11-15)

### Features

* **centralnic reseller node sdk:** Introducing CentralNic Reseller Node SDK API Connector ([d3c5fb1](d3c5fb1))

### BREAKING CHANGES

* **centralnic reseller node sdk:** This release deprecates the Hexonet Node SDK and introduces the CentralNic Reseller Node SDK.
- Note: To continue using the Hexonet SDK, please install version 9.0.8 or earlier.
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 1320982 commit 24170e2
Show file tree
Hide file tree
Showing 41 changed files with 322 additions and 241 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [10.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v9.0.8...v10.0.0) (2024-11-15)


### Features

* **centralnic reseller node sdk:** Introducing CentralNic Reseller Node SDK API Connector ([d3c5fb1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/d3c5fb14286cb1f6e00c776b331200b36d077238))


### BREAKING CHANGES

* **centralnic reseller node sdk:** This release deprecates the Hexonet Node SDK and introduces the CentralNic Reseller Node SDK.
- Note: To continue using the Hexonet SDK, please install version 9.0.8 or earlier.

## [9.0.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v9.0.7...v9.0.8) (2024-07-25)

### Bug Fixes
Expand Down
21 changes: 21 additions & 0 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,43 @@
:root {
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--code-background: var(--dark-code-background);
}

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

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

2 changes: 1 addition & 1 deletion docs/assets/search.js

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

Loading

0 comments on commit 24170e2

Please sign in to comment.