https://github.com/angular/angular
Revision f9669e50ff08cd39f0826f6e608b091996f03031 authored by Matias Niemelä on 19 July 2018, 20:17:30 UTC, committed by Matias Niemelä on 19 July 2018, 22:45:06 UTC
Note that RC1 and RC2 glitched out midway during the npm release.
Therefore there is only one commit
1 parent 99a393e
Raw File
Tip revision: f9669e50ff08cd39f0826f6e608b091996f03031 authored by Matias Niemelä on 19 July 2018, 20:17:30 UTC
release: cut the v6.1.0-rc.3 release
Tip revision: f9669e5
.gitignore
.DS_STORE

/dist/
bazel-*
e2e_test.*
node_modules
bower_components
tools/gulp-tasks/cldr/cldr-data/

# Include when developing application packages.
pubspec.lock
.c9
.idea/
.settings/
*.swo
modules/.settings
.bazelrc
.vscode
modules/.vscode

# Don't check in secret files
*secret.js

# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log

# build-analytics
.build-analytics

# rollup-test output
/modules/rollup-test/dist/
back to top