Skip to content

Commit

Permalink
feat: update package versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Surafel committed Dec 19, 2024
1 parent 0d4c65c commit b94b392
Show file tree
Hide file tree
Showing 74 changed files with 185 additions and 37 deletions.
4 changes: 4 additions & 0 deletions packages/vendure-plugin-accept-blue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.9.1 (2024-12-04)

- Recurring amounts divided by 100
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-accept-blue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-accept-blue",
"version": "1.9.1",
"version": "2.0.0",
"description": "Vendure plugin for creating subscriptions with the Accept Blue platform",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-admin-social-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.1.2 (2024-10-10)

- Added privacy policy to the login page
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-admin-social-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-admin-social-auth",
"version": "1.1.2",
"version": "1.2.0",
"description": "Plugin to allow authentication for administrators with socials like Google",
"author": "Martijn van de Brug <[email protected]>",
"repository": "https://github.com/vendure-ecommerce/plugin-template",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-admin-ui-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-06-21)

- Disable buttons on the `ArrangingPayment` state and allow vendure error to bubble by using a `Promise` instead of an `Observable`
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-admin-ui-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-admin-ui-helpers",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin for various admin ui helpers. Cancel button, complete order button etc.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-anonymized-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-anonymized-order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-anonymized-order",
"version": "1.2.1",
"version": "1.3.0",
"description": "This plugin facilitates the retrieval of anonymized customer orders",
"author": "Surafel Tariku <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-campaign-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0 (2024-12-19)

- Update Vendure to 3.1.1

# 0.0.4 (2024-11-01)

- Only fetch orders with connected campaigns for calculating revenue
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-campaign-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-campaign-tracker",
"version": "0.0.4",
"version": "0.1.0",
"description": "Compare different campaign and ads sources with server side revenue tracking.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-coinbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-coinbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-coinbase",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin for Coinbase payments",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-customer-managed-groups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.4.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-customer-managed-groups",
"version": "1.4.1",
"version": "1.5.0",
"description": "This plugin allows customer groups to have 'Group admins', that are allowed to fetch placed orders for everyone in the group.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-dutch-postalcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-dutch-postalcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-dutch-postalcode",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin for retrieving Dutch addresses by postal code via postcode.tech",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-e-boekhouden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-e-boekhouden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-e-boekhouden",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin for integration with the e-boekhouden accounting platform",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-facet-suggestions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.1.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-facet-suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-facet-suggestions",
"version": "1.1.1",
"version": "1.2.0",
"description": "A vendure plugin that allows you to define suggested facets for all products, or suggested facets based on other facets.",
"author": "Surafel Tariku <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.0.0 (2024-12-12)

- Implemented FPGrowth algorithm for defining frequently bought together relations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure-hub/pinelab-frequently-bought-together-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "Increase average order value by suggesting frequently bought together products based on past orders. Also known as related products or product recommendations.",
"keywords": [
"frequently bought together",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-goedgepickt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.3.2 (2024-11-05)

- `orderPlacedAt` field should not be mandatory to push to Picqer
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-goedgepickt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-goedgepickt",
"version": "1.3.2",
"version": "1.4.0",
"description": "Vendure plugin for integration with the Goedgepickt order picking platform",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-google-cloud-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.8.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.7.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-google-cloud-tasks",
"version": "1.7.1",
"version": "1.8.0",
"description": "Vendure plugin for using worker jobs with Google Cloud Tasks",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-google-storage-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.2 (2024-10-31)

- Use asset server for admin with Vendure V3 support
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-google-storage-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-google-storage-assets",
"version": "1.2.2",
"version": "1.3.0",
"description": "Vendure plugin for uploading assets to Google storage",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-invoices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.2.0 (2024-12-19)

- Update Vendure to 3.1.1

# 4.1.1 (2024-11-12)

- Better error message extraction from Xero API response
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-invoices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure-hub/pinelab-invoice-plugin",
"version": "4.1.1",
"version": "4.2.0",
"description": "Vendure plugin for PDF invoice generation",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-klaviyo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.4.0 (2024-12-13)

- Include `klaviyoCheckoutStarted` mutation to be able to use abandoned cart email flows
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-klaviyo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-klaviyo",
"version": "1.4.0",
"version": "1.5.0",
"description": "An extensible plugin for sending placed orders to the Klaviyo marketing platform.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-limited-products/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0 (2024-12-19)

- Update Vendure to 3.1.1

# 3.0.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-limited-products/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-limited-products",
"version": "3.0.1",
"version": "3.1.0",
"description": "Limit the maximum quantity of a product that can be ordered at a time, or require that purchases be made in bulk quantities, such as in multiples of 6 items.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.6.1 (2024-12-18)

- Fixed chart text color to display correctly in dark mode.
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-metrics",
"version": "1.6.1",
"version": "1.7.0",
"description": "Vendure plugin measuring and visualizing e-commerce metrics",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-modify-customer-orders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.3.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-modify-customer-orders",
"version": "1.3.1",
"version": "1.4.0",
"description": "Vendure plugin for converting Active orders to Draft",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pinelab/vendure-plugin-multiserver-db-sessioncache",
"description": "An implementation of Vendure's SessionCacheStrategy that caches session in the database",
"version": "1.2.1",
"version": "1.3.0",
"author": "Surafel Melese Tariku <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
"repository": "https://github.com/Pinelab-studio/pinelab-vendure-plugins",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-myparcel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.3.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-myparcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-myparcel",
"version": "1.3.1",
"version": "1.4.0",
"description": "Vendure plugin for MyParcel fulfillment",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-order-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-order-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-order-export",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin for exporting orders to a file",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-payment-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0 (2024-12-19)

- Update Vendure to 3.1.1

# 0.0.2 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-payment-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-payment-extensions",
"version": "0.0.2",
"version": "0.1.0",
"description": "Vendure plugin for allowing customers to 'pay' for an order without actually paying",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-picklist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (2024-12-19)

- Update Vendure to 3.1.1

# 1.2.1 (2024-08-04)

- Update compatibility range (#480)
Expand Down
2 changes: 1 addition & 1 deletion packages/vendure-plugin-picklist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-picklist",
"version": "1.2.1",
"version": "1.3.0",
"description": "Vendure plugin that provides picklists per order that won't be saved in the database",
"author": "Surafel Tariku <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
4 changes: 4 additions & 0 deletions packages/vendure-plugin-picqer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.0 (2024-12-19)

- Update Vendure to 3.1.1

# 3.4.2 (2024-11-13)

- Make falling back to parent product featured asset configurable, so that only images of variants are synced to Picqer.
Expand Down
Loading

0 comments on commit b94b392

Please sign in to comment.