Skip to content

Commit

Permalink
chore(release): 17.0.0-next.8 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0-next.8](v17.0.0-next.7...v17.0.0-next.8) (2024-05-30)

### Bug Fixes

* build ([edec59d](edec59d))
* bump version ([e315fc1](e315fc1))
* **demo:** add doc for icons ([0526198](0526198))
* **demo:** directions add required search sources ([3f251e7](3f251e7))
* deploy ([3f11802](3f11802))
* **geo:** print add option to show hide north arrow direction ([#1672](#1672)) ([8b0e11b](8b0e11b))
* ol version to 9.1.0 ([7483865](7483865))
* retry publish ([237bc1b](237bc1b))

### Features

* automate the release and publishing with semantic-release ([#1683](#1683)) ([bc4e61e](bc4e61e))
* **geo:** print - add map attribution under the map ([#1670](#1670)) ([dcb3dda](dcb3dda))
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent 3f11802 commit 93caee6
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 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
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"projects/*"
],
"version": "17.0.0-next.2",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/auth",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/common",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/context",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/config/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export interface Version {
}

export const version: Version = {
lib: '17.0.0-next.1',
releaseDate: 1717100357791
lib: '17.0.0-next.8',
releaseDate: 1717101709999
};
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/core",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/geo",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/integration",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igo2/utils",
"version": "17.0.0-next.1",
"version": "17.0.0-next.8",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
Expand Down

0 comments on commit 93caee6

Please sign in to comment.