Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Apr 22, 2022
1 parent 81745f4 commit 206cc9e
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"release-it-yarn-workspaces": "^2.0.0",
"typescript": "^4.6.3"
},
"version": "0.7.5"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/config",
"version": "0.7.5",
"version": "0.8.0",
"repository": "typed-ember/glint",
"description": "Tools to read configuration for @glint packages",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/core",
"version": "0.7.5",
"version": "0.8.0",
"repository": "typed-ember/glint",
"description": "A CLI for performing typechecking on Glimmer templates",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@glint/config": "^0.7.5",
"@glint/transform": "^0.7.5",
"@glint/config": "^0.8.0",
"@glint/transform": "^0.8.0",
"resolve": "^1.17.0",
"uuid": "^8.3.2",
"vscode-languageserver": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/environment-ember-loose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/environment-ember-loose",
"version": "0.7.5",
"version": "0.8.0",
"repository": "typed-ember/glint",
"description": "A Glint environment to support loose-mode Ember.js projects",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"registry/**/*.{js,d.ts}"
],
"dependencies": {
"@glint/config": "^0.7.5",
"@glint/template": "^0.7.5"
"@glint/config": "^0.8.0",
"@glint/template": "^0.8.0"
},
"peerDependencies": {
"@glimmer/component": "^1.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/environment-glimmerx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/environment-glimmerx",
"version": "0.7.5",
"version": "0.8.0",
"private": true,
"repository": "typed-ember/glint",
"description": "A Glint environment to support GlimmerX projects",
Expand All @@ -27,8 +27,8 @@
"component/**/*.{js,d.ts}"
],
"dependencies": {
"@glint/config": "^0.7.5",
"@glint/template": "^0.7.5"
"@glint/config": "^0.8.0",
"@glint/template": "^0.8.0"
},
"devDependencies": {
"@glimmerx/component": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/template",
"version": "0.7.5",
"version": "0.8.0",
"repository": "typed-ember/glint",
"description": "Type definitions to back typechecking for Glimmer templates",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glint/transform",
"version": "0.7.5",
"version": "0.8.0",
"repository": "typed-ember/glint",
"description": "Transforms Glimmer templates into TypeScript code that approximates their semantics",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@glimmer/syntax": "^0.68.1",
"@glint/config": "^0.7.5"
"@glint/config": "^0.8.0"
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "glint-vscode",
"displayName": "Glint",
"description": "Glint language server integration for VS Code",
"version": "0.7.5",
"version": "0.8.0",
"publisher": "typed-ember",
"preview": true,
"private": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
"vscode-languageclient": "^7.0.0"
},
"devDependencies": {
"@glint/core": "^0.7.5",
"@glint/core": "^0.8.0",
"@types/jest": "^26.0.13",
"@types/vscode": "^1.52.0",
"intercept-stdout": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/glint-environment-custom-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glint-environment-custom-test",
"version": "0.7.5",
"version": "0.8.0",
"license": "MIT",
"private": true,
"description": "Used by the @glint/core test suite and `ts-custom-app`",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/js-glimmerx-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-glimmerx-app",
"version": "0.7.5",
"version": "0.8.0",
"description": "A brand new Glimmer app.",
"directories": {
"doc": "doc",
Expand All @@ -27,7 +27,7 @@
"@glimmerx/eslint-plugin": "^0.4.2",
"@glimmerx/helper": "^0.4.2",
"@glimmerx/modifier": "^0.4.2",
"@glint/core": "^0.7.5",
"@glint/core": "^0.8.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/ts-custom-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-custom-app",
"version": "0.7.5",
"version": "0.8.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions test-packages/ts-ember-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-ember-app",
"version": "0.7.5",
"version": "0.8.0",
"private": true,
"description": "Small description for ts-ember-app goes here",
"repository": "",
Expand All @@ -26,8 +26,8 @@
"@ember/test-helpers": "^2.2.8",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.0.2",
"@glint/core": "^0.7.5",
"@glint/environment-ember-loose": "^0.7.5",
"@glint/core": "^0.8.0",
"@glint/environment-ember-loose": "^0.8.0",
"@types/ember": "~4.0.0",
"@types/ember-qunit": "~5.0.0",
"@types/ember-resolver": "~5.0.10",
Expand Down
6 changes: 3 additions & 3 deletions test-packages/ts-glimmerx-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-glimmerx-app",
"version": "0.7.5",
"version": "0.8.0",
"description": "A brand new Glimmer app.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@glimmerx/helper": "^0.4.2",
"@glimmerx/modifier": "^0.4.2",
"@glimmerx/service": "^0.4.2",
"@glint/core": "^0.7.5",
"@glint/environment-glimmerx": "^0.7.5",
"@glint/core": "^0.8.0",
"@glint/environment-glimmerx": "^0.8.0",
"@types/qunit": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
Expand Down

0 comments on commit 206cc9e

Please sign in to comment.