-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ updating Meteor.js version to 1.10.1
⬆️ regular package dependency updates ♻️ replacing chart.js with frappe-charts 🌐 improving the intialization of i18n 🐛 fixed the sort order of project/resource/customer dropdown
- Loading branch information
Showing
22 changed files
with
4,480 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: butlerlogic/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
tag_message: github.event.head_commit.message | ||
tag_message: ${{ github.event.head_commit.message }} | ||
- uses: softprops/action-gh-release@v1 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mongo@1.8.0 # The database Meteor supports right now | ||
mobile-experience@1.1.0 # Packages for a great mobile UX | ||
mongo@1.9.0 # The database Meteor supports right now | ||
[email protected] # Compile .html files into Meteor Blaze views | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
@@ -15,12 +15,12 @@ [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 | ||
shell-server@0.4.0 # Server-side component of the `meteor shell` command | ||
shell-server@0.5.0 # Server-side component of the `meteor shell` command | ||
|
||
fourseven:[email protected] | ||
accounts-password@1.5.2 | ||
accounts-password@1.6.0 | ||
[email protected] | ||
random@1.1.0 | ||
random@1.2.0 | ||
[email protected] | ||
ostrio:loggerconsole | ||
faburem:client-server-logger | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@1.9.2 | ||
METEOR@1.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.