Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Apr 20, 2021
1 parent 0f515d1 commit bbdcad3
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.3",
"version": "0.11.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/buttons",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: Buttons",
"keywords": [
"ember-addon"
Expand All @@ -22,7 +22,7 @@
"postpack": "ember ts:clean"
},
"dependencies": {
"@frontile/tailwindcss-plugin-helpers": "^0.10.0",
"@frontile/tailwindcss-plugin-helpers": "^0.11.0",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0"
Expand All @@ -31,7 +31,7 @@
"@babel/core": "^7.13.15",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.2.5",
"@frontile/core": "^0.10.3",
"@frontile/core": "^0.11.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@types/ember": "^3.16.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/changeset-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/changeset-form",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: ChangesetForm",
"keywords": [
"ember-addon"
Expand All @@ -22,7 +22,7 @@
"postpack": "ember ts:clean"
},
"dependencies": {
"@frontile/forms": "^0.10.3",
"@frontile/forms": "^0.11.0",
"ember-changeset": "^3.13.3",
"ember-changeset-validations": "^3.14.2",
"ember-cli-babel": "^7.26.3",
Expand All @@ -33,7 +33,7 @@
"@babel/core": "^7.13.15",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.2.5",
"@frontile/core": "^0.10.3",
"@frontile/core": "^0.11.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@types/ember": "^3.16.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/core",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: Core",
"keywords": [
"ember-addon"
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@ember/render-modifiers": "^1.0.2",
"@ember/test-waiters": "^2.4.3",
"@frontile/tailwindcss-plugin-helpers": "^0.10.0",
"@frontile/tailwindcss-plugin-helpers": "^0.11.0",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/forms",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: Forms",
"keywords": [
"ember-addon"
Expand All @@ -22,8 +22,8 @@
"postpack": "ember ts:clean"
},
"dependencies": {
"@frontile/core": "^0.10.3",
"@frontile/tailwindcss-plugin-helpers": "^0.10.0",
"@frontile/core": "^0.11.0",
"@frontile/tailwindcss-plugin-helpers": "^0.11.0",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/notifications",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: Notifications",
"keywords": [
"ember-addon"
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@ember/render-modifiers": "^1.0.2",
"@frontile/core": "^0.10.3",
"@frontile/tailwindcss-plugin-helpers": "^0.10.0",
"@frontile/core": "^0.11.0",
"@frontile/tailwindcss-plugin-helpers": "^0.11.0",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0",
Expand All @@ -35,7 +35,7 @@
"@babel/core": "^7.13.15",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.2.5",
"@frontile/forms": "^0.10.3",
"@frontile/forms": "^0.11.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@types/ember": "^3.16.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/overlays",
"version": "0.10.3",
"version": "0.11.0",
"description": "Component Library for Ember Octane apps: overlays",
"keywords": [
"ember-addon"
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@ember/render-modifiers": "^1.0.2",
"@frontile/core": "^0.10.3",
"@frontile/forms": "^0.10.3",
"@frontile/tailwindcss-plugin-helpers": "^0.10.0",
"@frontile/core": "^0.11.0",
"@frontile/forms": "^0.11.0",
"@frontile/tailwindcss-plugin-helpers": "^0.11.0",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0",
Expand All @@ -37,7 +37,7 @@
"@babel/core": "^7.13.15",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.2.5",
"@frontile/buttons": "^0.10.3",
"@frontile/buttons": "^0.11.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@types/ember": "^3.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-plugin-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/tailwindcss-plugin-helpers",
"version": "0.10.0",
"version": "0.11.0",
"description": "TailwindCSS helpers for building plugins",
"repository": "https://github.com/josemarluedke/frontile",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion site/lib/docfy-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docfy-theme",
"version": "0.10.3",
"version": "0.11.0",
"private": true,
"scripts": {
"test": "echo 'Tests ignored'",
Expand Down
14 changes: 7 additions & 7 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.10.3",
"version": "0.11.0",
"private": true,
"description": "Small description for site goes here",
"repository": "https://github.com/josemarluedke/frontile",
Expand All @@ -23,12 +23,12 @@
"@docfy/plugin-with-prose": "^0.4.2",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.2.5",
"@frontile/buttons": "^0.10.3",
"@frontile/changeset-form": "^0.10.3",
"@frontile/core": "^0.10.3",
"@frontile/forms": "^0.10.3",
"@frontile/notifications": "^0.10.3",
"@frontile/overlays": "^0.10.3",
"@frontile/buttons": "^0.11.0",
"@frontile/changeset-form": "^0.11.0",
"@frontile/core": "^0.11.0",
"@frontile/forms": "^0.11.0",
"@frontile/notifications": "^0.11.0",
"@frontile/overlays": "^0.11.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
Expand Down

0 comments on commit bbdcad3

Please sign in to comment.