Skip to content

Commit

Permalink
Release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragpat committed Dec 8, 2021
1 parent 0db2388 commit 36a8c88
Show file tree
Hide file tree
Showing 20 changed files with 71 additions and 51 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.6.6 (2021-12-08)

#### :rocket: Enhancement
* `@glimmerx/storybook`, `examples`
* [#129](https://github.com/glimmerjs/glimmer-experimental/pull/129) Bump storybook from 6.1.21 to 6.4.1 ([@tarinrickett](https://github.com/tarinrickett))

#### :bug: Bug Fix
* `@glimmerx/core`, `@glimmerx/eslint-plugin`, `@glimmerx/helper`, `@glimmerx/ssr`, `@glimmerx/webpack-loader`, `examples`
* [#130](https://github.com/glimmerjs/glimmer-experimental/pull/130) Change all glimmer-vm dependencies to be consitent at 0.77.6 ([@chiragpat](https://github.com/chiragpat))

#### :memo: Documentation
* `@glimmerx/prettier-plugin-component-templates`
* [#122](https://github.com/glimmerjs/glimmer-experimental/pull/122) Fix typo in README.md title ([@wondersloth](https://github.com/wondersloth))

#### Committers: 3
- Chirag Patel ([@chiragpat](https://github.com/chiragpat))
- Matt Edwards ([@wondersloth](https://github.com/wondersloth))
- [@tarinrickett](https://github.com/tarinrickett)


## v0.6.5 (2021-07-15)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/babel-preset",
"version": "0.6.5",
"version": "0.6.6",
"description": "GlimmerX Babel Preset",
"repository": "https://github.com/glimmerjs/glimmer.js",
"author": "Tom Dale <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/blueprint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/blueprint",
"version": "0.6.5",
"version": "0.6.6",
"description": "Ember CLI blueprint for initializing a new GlimmerX application.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/compiler",
"version": "0.6.5",
"version": "0.6.6",
"description": "Compiler functionality",
"main": "index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/component",
"version": "0.6.5",
"version": "0.6.6",
"description": "Base component class",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/core",
"version": "0.6.5",
"version": "0.6.6",
"description": "Core rendering functionality",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/eslint-plugin",
"version": "0.6.5",
"version": "0.6.6",
"description": "ESLint Plugin to enable and streamline glimmerx development",
"main": "index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand Down
4 changes: 2 additions & 2 deletions packages/@glimmerx/helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/helper",
"version": "0.6.5",
"version": "0.6.6",
"description": "Helper Functionality",
"keywords": [
"ember-addon"
Expand All @@ -20,7 +20,7 @@
"build": "webpack"
},
"dependencies": {
"@glimmerx/core": "0.6.5",
"@glimmerx/core": "0.6.6",
"@glimmer/helper": "2.0.0-beta.17",
"@glimmer/interfaces": "0.77.6",
"ember-cli-babel": "7.26.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@glimmerx/modifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/modifier",
"version": "0.6.5",
"version": "0.6.6",
"description": "Modifier Functionality",
"keywords": [
"ember-addon"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/prettier-plugin-component-templates",
"version": "0.6.5",
"version": "0.6.6",
"description": "A prettier formatter for glimmer component templates",
"main": "index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand Down
4 changes: 2 additions & 2 deletions packages/@glimmerx/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/service",
"version": "0.6.5",
"version": "0.6.6",
"description": "Services Functionality",
"keywords": [
"ember-addon"
Expand All @@ -20,7 +20,7 @@
"build": "webpack"
},
"dependencies": {
"@glimmerx/core": "0.6.5",
"@glimmerx/core": "0.6.6",
"@glimmer/debug": "2.0.0-beta.17",
"@glimmer/env": "^0.1.7",
"ember-cli-babel": "7.26.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@glimmerx/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/ssr",
"version": "0.6.5",
"version": "0.6.6",
"description": "SSR functionality",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@glimmer/interfaces": "0.77.6",
"@glimmer/ssr": "2.0.0-beta.17",
"@glimmerx/core": "^0.6.5"
"@glimmerx/core": "^0.6.6"
},
"volta": {
"node": "12.10.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@glimmerx/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/storybook",
"version": "0.6.5",
"version": "0.6.6",
"description": "storybook for glimmerjs",
"keywords": [
"storybook",
Expand Down Expand Up @@ -50,10 +50,10 @@
"global": "^4.4.0"
},
"peerDependencies": {
"@glimmerx/babel-preset": "^0.6.5",
"@glimmerx/component": "^0.6.5",
"@glimmerx/core": "^0.6.5",
"@glimmerx/webpack-loader": "^0.6.5",
"@glimmerx/babel-preset": "^0.6.6",
"@glimmerx/component": "^0.6.6",
"@glimmerx/core": "^0.6.6",
"@glimmerx/webpack-loader": "^0.6.6",
"babel-loader": "^8.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@glimmerx/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glimmerx/webpack-loader",
"version": "0.6.5",
"version": "0.6.6",
"description": "GlimmerX Webpack Loader",
"repository": "https://github.com/glimmerjs/glimmer.js",
"author": "Tom Dale <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"schema-utils": "3.0.0"
},
"peerDependencies": {
"@glimmerx/babel-preset": "^0.6.5",
"@glimmerx/babel-preset": "^0.6.6",
"babel-plugin-htmlbars-inline-precompile": "^5.2.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/basic-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-addon",
"version": "0.6.5",
"version": "0.6.6",
"description": "The default blueprint for ember-cli addons.",
"private": true,
"keywords": [
Expand All @@ -24,17 +24,17 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@glimmerx/component": "^0.6.5",
"@glimmerx/helper": "^0.6.5",
"@glimmerx/modifier": "^0.6.5",
"@glimmerx/service": "^0.6.5",
"@glimmerx/component": "^0.6.6",
"@glimmerx/helper": "^0.6.6",
"@glimmerx/modifier": "^0.6.6",
"@glimmerx/service": "^0.6.6",
"ember-cli-babel": "7.26.2",
"ember-cli-htmlbars": "^5.7.1"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
"@glimmer/tracking": "2.0.0-beta.17",
"@glimmerx/eslint-plugin": "^0.6.5",
"@glimmerx/eslint-plugin": "^0.6.6",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.5.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-example-app",
"version": "0.6.5",
"version": "0.6.6",
"description": "Example application using @glimmerx packages",
"main": "dist/commonjs/index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand All @@ -13,12 +13,12 @@
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@glimmerx/core": "^0.6.5",
"basic-addon": "0.6.5"
"@glimmerx/core": "^0.6.6",
"basic-addon": "0.6.6"
},
"devDependencies": {
"@glimmer/interfaces": "0.77.6",
"@glimmerx/storybook": "^0.6.5",
"@glimmerx/storybook": "^0.6.6",
"@storybook/addon-essentials": "^6.4.1"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/ember-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-app",
"version": "0.6.5",
"version": "0.6.6",
"private": true,
"description": "Small description for ember-app goes here",
"repository": "",
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/partial-rehydration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partial-rehydration-example-app",
"version": "0.6.5",
"version": "0.6.6",
"description": "Example application using partial rehydration with @glimmerx packages",
"main": "dist/commonjs/index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand All @@ -9,10 +9,10 @@
"private": true,
"scripts": {},
"dependencies": {
"@glimmerx/core": "^0.6.5",
"@glimmerx/component": "^0.6.5",
"@glimmerx/modifier": "^0.6.5",
"@glimmerx/ssr": "^0.6.5"
"@glimmerx/core": "^0.6.6",
"@glimmerx/component": "^0.6.6",
"@glimmerx/modifier": "^0.6.6",
"@glimmerx/ssr": "^0.6.6"
},
"volta": {
"node": "12.10.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glimmerx-playground",
"version": "0.6.5",
"version": "0.6.6",
"description": "A brand new Glimmer app.",
"directories": {
"doc": "doc",
Expand All @@ -19,14 +19,14 @@
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@glimmer/env": "^0.1.7",
"@glimmerx/babel-preset": "^0.6.5",
"@glimmerx/component": "^0.6.5",
"@glimmerx/core": "^0.6.5",
"@glimmerx/eslint-plugin": "^0.6.5",
"@glimmerx/helper": "^0.6.5",
"@glimmerx/modifier": "^0.6.5",
"@glimmerx/service": "^0.6.5",
"@glimmerx/webpack-loader": "^0.6.5",
"@glimmerx/babel-preset": "^0.6.6",
"@glimmerx/component": "^0.6.6",
"@glimmerx/core": "^0.6.6",
"@glimmerx/eslint-plugin": "^0.6.6",
"@glimmerx/helper": "^0.6.6",
"@glimmerx/modifier": "^0.6.6",
"@glimmerx/service": "^0.6.6",
"@glimmerx/webpack-loader": "^0.6.6",
"@types/qunit": "^2.9.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/rehydration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehydration-example-app",
"version": "0.6.5",
"version": "0.6.6",
"description": "Example application using rehydration with @glimmerx packages",
"main": "dist/commonjs/index.js",
"repository": "https://github.com/glimmerjs/glimmer-experimental",
Expand All @@ -9,10 +9,10 @@
"private": true,
"scripts": {},
"dependencies": {
"@glimmerx/core": "^0.6.5",
"@glimmerx/component": "^0.6.5",
"@glimmerx/modifier": "^0.6.5",
"@glimmerx/ssr": "^0.6.5"
"@glimmerx/core": "^0.6.6",
"@glimmerx/component": "^0.6.6",
"@glimmerx/modifier": "^0.6.6",
"@glimmerx/ssr": "^0.6.6"
},
"volta": {
"node": "12.10.0",
Expand Down

0 comments on commit 36a8c88

Please sign in to comment.