From 2b33cd52f4ac272fd81a51aa7b7c8ab5c7c7ff47 Mon Sep 17 00:00:00 2001 From: denihs Date: Wed, 2 Oct 2024 10:51:23 -0400 Subject: [PATCH] publish a version of the jquery package to work with v2 and v3 --- packages/non-core/jquery/.versions | 10 +++++----- packages/non-core/jquery/package.js | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/non-core/jquery/.versions b/packages/non-core/jquery/.versions index 91c784873dc..57e85de30b0 100644 --- a/packages/non-core/jquery/.versions +++ b/packages/non-core/jquery/.versions @@ -1,5 +1,5 @@ -core-runtime@1.0.0-alpha300.11 -jquery@3.0.1-alpha300.10 -meteor@2.0.0-alpha300.10 -modules@1.0.0-alpha300.10 -modules-runtime@1.0.0-alpha300.10 +core-runtime@1.0.0 +jquery@3.0.2 +meteor@2.0.1 +modules@0.20.1 +modules-runtime@0.13.2 diff --git a/packages/non-core/jquery/package.js b/packages/non-core/jquery/package.js index 069acbe6f9c..08f1444f771 100644 --- a/packages/non-core/jquery/package.js +++ b/packages/non-core/jquery/package.js @@ -1,10 +1,11 @@ Package.describe({ summary: "Manipulate the DOM using CSS selectors", - version: '3.0.1-alpha300.10' + version: '3.0.2' }); Package.onUse(function (api) { - api.use('modules@0.19.1-alpha300.17'); + api.versionsFrom(['2.16', '3.0.3']); + api.use('modules'); // Note that you can `meteor npm install jquery` (any version) into your // application's node_modules directory, and the meteor/jquery package