Skip to content

Commit

Permalink
published 8.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jul 17, 2024
1 parent 91c4e86 commit d708e0c
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 173 deletions.
144 changes: 73 additions & 71 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,75 +1,77 @@
aldeed:[email protected].1
aldeed:[email protected].2-beta.1
aldeed:[email protected].3
aldeed:[email protected].3
aldeed:[email protected]
aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
local-test:aldeed:[email protected].1
[email protected].3
meteor@1.11.5
meteortesting:[email protected]-beta300.0
meteortesting:[email protected]beta300.0
meteortesting:[email protected]beta300.0
minimongo@1.9.3
[email protected].10
[email protected].0
[email protected].1
local-test:aldeed:[email protected].3
[email protected].5
meteor@2.0.0
meteortesting:[email protected]
meteortesting:[email protected]rc.1
meteortesting:[email protected]rc300.1
minimongo@2.0.0
[email protected].11
[email protected].1
[email protected].2
momentjs:[email protected]
mongo@1.16.8
[email protected].3
[email protected].0
[email protected].8
[email protected].2
observe-sequence@1.0.21
ordered-dict@1.1.0
promise@0.12.2
mongo@2.0.0
[email protected].4-beta300.7
[email protected].1
[email protected].9
[email protected].3
observe-sequence@2.0.0
ordered-dict@1.2.0
promise@1.0.0
raix:[email protected]
[email protected].1
[email protected].8
[email protected].1
[email protected].12
[email protected].1
[email protected].0
[email protected].1
[email protected].2
spacebars@1.3.0
spacebars-compiler@1.3.2
[email protected].3
templating-compiler@1.4.2
templating-runtime@1.6.4
templating-tools@1.2.3
[email protected].3
typescript@4.9.5
[email protected].0
[email protected].2
webapp@1.13.8
[email protected].1
[email protected].2
[email protected].9
[email protected].2
[email protected].13
[email protected].2
[email protected].1
[email protected].2
[email protected].3
spacebars@2.0.0
spacebars-compiler@2.0.0
[email protected].4
templating-compiler@2.0.0
templating-runtime@2.0.0
templating-tools@2.0.0
[email protected].4
typescript@5.4.3
[email protected].4
[email protected].3
webapp@2.0.0
[email protected].2
28 changes: 14 additions & 14 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Package.describe({
summary:
'Easily create forms with automatic insert and update, and automatic reactive validation.',
git: 'https://github.com/aldeed/meteor-autoform.git',
version: '8.0.0-rc.1'
version: '8.0.0-rc.3'
})

Npm.depends({
'mongo-object': '3.0.1'
})

Package.onUse(function (api) {
api.versionsFrom(['2.8.0', '3.0-rc.0'])
api.versionsFrom(['3.0.1'])

// Dependencies
api.use([
Expand All @@ -22,17 +22,17 @@ Package.onUse(function (api) {
'random',
'ecmascript',
'mongo',
'blaze@2.9.0 || 3.0.0-alpha300.17',
'[email protected].3 || 1.4.4-alpha300.17',
'[email protected] || 3.0.1-alpha300.19'
'[email protected]',
'[email protected].4',
'[email protected]'
])

api.use(
[
'momentjs:[email protected]',
'mrt:[email protected]',
'aldeed:[email protected].0',
'aldeed:[email protected]beta300.0',
'aldeed:[email protected].3',
'aldeed:[email protected]rc.300.10',
'aldeed:[email protected]',
'reload'
],
Expand Down Expand Up @@ -61,24 +61,24 @@ Package.onUse(function (api) {
})

Package.onTest(function (api) {
api.versionsFrom(['2.8.0', '3.0-rc.0'])
api.versionsFrom(['2.8.0', '3.0-rc.4'])
// Running the tests requires a dummy project in order to
// resolve npm dependencies and the test env dependencies.
api.use([
'ecmascript',
'random',
'tracker',
'[email protected] || 3.0.0-alpha300.17',
'[email protected] || 1.4.4-alpha300.17',
'mongo',
'meteortesting:[email protected]',
'aldeed:[email protected]',
'[email protected]',
'[email protected]',
'meteortesting:[email protected]',
'aldeed:[email protected]',
'momentjs:[email protected]'
])
api.use([
'aldeed:[email protected].1',
'aldeed:[email protected].2',
'aldeed:moment-timezone',
'aldeed:[email protected]beta300.0'
'aldeed:[email protected]rc.300.10',
], 'client')

api.addFiles([
Expand Down
22 changes: 11 additions & 11 deletions testapp/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

[email protected]-rc300.4 # Packages every Meteor app needs to have
[email protected]-rc300.4 # Packages for a great mobile UX
[email protected]-rc300.4 # The database Meteor supports right now
[email protected]-rc300.4 # Reactive variable for tracker
[email protected]-rc300.4 # Meteor's client-side reactive programming library
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library

[email protected]-rc300.4 # CSS minifier run for production mode
[email protected]-rc300.4 # JS minifier run for production mode
[email protected]-rc300.4 # ECMAScript 5 compatibility for older browsers
[email protected]-rc300.4 # Enable ECMAScript2015+ syntax in app code
[email protected]-rc300.4 # Enable TypeScript syntax in .ts and .tsx modules
[email protected]-rc300.4 # Server-side component of the `meteor shell` command
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Enable TypeScript syntax in .ts and .tsx modules
[email protected] # Server-side component of the `meteor shell` command

blaze-html-templates
aldeed:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion testapp/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected]-rc.4
[email protected].1
Loading

0 comments on commit d708e0c

Please sign in to comment.