Skip to content

Commit

Permalink
Commit from GitHub Actions (Publish packages with updated changelog t…
Browse files Browse the repository at this point in the history
…o npmjs.org)
  • Loading branch information
Dataport Geo Bot committed Mar 12, 2024
1 parent 1c58cce commit 576c2eb
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 15 deletions.
120 changes: 113 additions & 7 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/core",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "MapClient Core",
"license": "EUPL-1.2",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/AddressSearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/plugin-address-search",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Plugin AddressSearch",
"license": "EUPL-1.2",
"type": "module",
Expand Down
6 changes: 4 additions & 2 deletions packages/plugins/Filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/plugin-filter",
"version": "1.1.0",
"version": "2.0.0-alpha.1",
"description": "Plugin Filter",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -44,6 +44,8 @@
"@polar/lib-custom-types": "^1.2.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
2 changes: 1 addition & 1 deletion packages/plugins/Gfi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/plugin-gfi",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Plugin Gfi",
"license": "EUPL-1.2",
"type": "module",
Expand Down
6 changes: 4 additions & 2 deletions packages/plugins/IconMenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/plugin-icon-menu",
"version": "1.2.0",
"version": "2.0.0-alpha.1",
"description": "Plugin IconMenu",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -42,6 +42,8 @@
"@polar/lib-test-mount-parameters": "^1.1.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
2 changes: 1 addition & 1 deletion packages/plugins/Pins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/plugin-pins",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Plugin Pins",
"license": "EUPL-1.2",
"type": "module",
Expand Down

0 comments on commit 576c2eb

Please sign in to comment.