Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Jun 20, 2021
1 parent c85088d commit f91e132
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/glimmerx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glimmerx",
"version": "0.0.0",
"version": "0.3.0",
"private": true,
"description": "A brand new Glimmer app.",
"directories": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"file-loader": "^6.0.0",
"glimmer-apollo": "^0.2.0",
"glimmer-apollo": "^0.3.0",
"glob": "7.1.6",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
Expand Down
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"packages": ["packages/*"],
"version": "0.2.0",
"packages": [
"packages/*"
],
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"bootstrap": {
"npmClientArgs": ["--frozen-lockfile", "--non-interactive"]
"npmClientArgs": [
"--frozen-lockfile",
"--non-interactive"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/glimmer-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glimmer-apollo",
"version": "0.2.0",
"version": "0.3.0",
"description": "Ember and Glimmer integration for Apollo Client",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "0.3.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -72,7 +72,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^3.4.2",
"ember-try": "^1.4.0",
"glimmer-apollo": "^0.2.0",
"glimmer-apollo": "^0.3.0",
"graphql": "^15.5.0",
"loader.js": "^4.7.0",
"msw": "^0.29.0",
Expand Down

0 comments on commit f91e132

Please sign in to comment.