Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version #10

Open
wants to merge 1 commit into
base: gaurav9576_fix_ci
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "4.1.1",
"version": "4.2.0-beta.1",
"repository": {
"type": "git",
"url": "git@github.com:ember-fastboot/ember-cli-fastboot.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/ember-cli-fastboot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gaurav9576/ember-cli-fastboot",
"version": "4.1.1",
"version": "4.2.0-beta.1",
"description": "Server-side rendering for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -39,8 +39,8 @@
"ember-cli-lodash-subset": "^2.0.1",
"ember-cli-preprocess-registry": "^3.3.0",
"ember-cli-version-checker": "^5.1.2",
"@gaurav9576/fastboot": "4.1.1",
"@gaurav9576/fastboot-express-middleware": "4.1.1",
"@gaurav9576/fastboot": "4.2.0-beta.1",
"@gaurav9576/fastboot-express-middleware": "4.2.0-beta.1",
"fastboot-transform": "^0.1.3",
"fs-extra": "^10.0.0",
"json-stable-stringify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-fastboot/test/root-url-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('rootUrl acceptance', function () {
.then(function () {
const file = path.resolve(
getPath(),
'gaurav9576-ember-cli-fastboot-4.1.1.tgz'
'gaurav9576-ember-cli-fastboot-4.2.0-beta.1.tgz'
);
return app.run('npm', 'install', file);
})
Expand Down
6 changes: 3 additions & 3 deletions packages/fastboot-app-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gaurav9576/fastboot-app-server",
"version": "4.1.1",
"version": "4.2.0-beta.1",
"description": "A production-ready app server for running Ember FastBoot apps",
"keywords": [
"ember",
Expand Down Expand Up @@ -28,8 +28,8 @@
"chalk": "^4.1.2",
"compression": "^1.7.4",
"express": "^4.17.2",
"@gaurav9576/fastboot": "4.1.1",
"@gaurav9576/fastboot-express-middleware": "4.1.1"
"@gaurav9576/fastboot": "4.2.0-beta.1",
"@gaurav9576/fastboot-express-middleware": "4.2.0-beta.1"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/fastboot-express-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gaurav9576/fastboot-express-middleware",
"version": "4.1.1",
"version": "4.2.0-beta.1",
"description": "An Express middleware for rendering Ember apps with FastBoot",
"keywords": [
"fastboot",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"@gaurav9576/fastboot": "4.1.1"
"@gaurav9576/fastboot": "4.2.0-beta.1"
},
"devDependencies": {
"chai": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gaurav9576/fastboot",
"version": "4.1.1",
"version": "4.2.0-beta.1",
"description": "Library for rendering Ember apps in node.js",
"keywords": [
"ember",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/basic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"ember-cli-head": "^1.0.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/custom-fastboot-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/custom-sandbox-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.1.2",
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/ember-cli-fastboot-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "file:packages/ember-cli-fastboot",
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"ember-cli-fastboot-testing": "^0.5.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/hot-swap-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
"ember-data": "~3.28.0",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "node helpers/clean-dists.js && mocha"
},
"devDependencies": {
"@gaurav9576/ember-cli-fastboot": "4.1.1",
"@gaurav9576/fastboot": "4.1.1",
"@gaurav9576/ember-cli-fastboot": "4.2.0-beta.1",
"@gaurav9576/fastboot": "4.2.0-beta.1",
"mocha": "^9.1.2"
},
"volta": {
Expand Down