Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Dec 26, 2023
1 parent c1f2fb5 commit d358927
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 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.16.0-alpha.0",
"version": "0.16.0",
"packages": ["packages/*", "test-app"],
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/buttons",
"version": "0.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: Buttons",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@frontile/tailwindcss-plugin-helpers": "^0.15.0"
"@frontile/tailwindcss-plugin-helpers": "^0.16.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
4 changes: 2 additions & 2 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.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: ChangesetForm",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@frontile/forms": "^0.16.0-alpha.0",
"@frontile/forms": "^0.16.0",
"@glint/template": "1.2.1",
"ember-changeset": "^4.1.2",
"ember-changeset-validations": "^4.1.1"
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.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: Core",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@ember/render-modifiers": "^2.1.0",
"@ember/test-waiters": "^3.0.2",
"@embroider/addon-shim": "^1.8.7",
"@frontile/tailwindcss-plugin-helpers": "^0.15.0",
"@frontile/tailwindcss-plugin-helpers": "^0.16.0",
"ember-auto-import": "^2.6.3",
"focus-visible": "^5.2.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.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: Forms",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@frontile/core": "^0.16.0-alpha.0",
"@frontile/tailwindcss-plugin-helpers": "^0.15.0",
"@frontile/core": "^0.16.0",
"@frontile/tailwindcss-plugin-helpers": "^0.16.0",
"@glint/template": "1.2.1",
"ember-basic-dropdown": "^7.3.0",
"ember-power-select": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/notifications",
"version": "0.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: Notifications",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@ember/render-modifiers": "^2.1.0",
"@embroider/addon-shim": "^1.8.7",
"@frontile/core": "^0.16.0-alpha.0",
"@frontile/tailwindcss-plugin-helpers": "^0.15.0",
"@frontile/core": "^0.16.0",
"@frontile/tailwindcss-plugin-helpers": "^0.16.0",
"ember-auto-import": "^2.6.3",
"ember-css-transitions": "^4.4.0",
"ember-get-config": "^2.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontile/overlays",
"version": "0.16.0-alpha.0",
"version": "0.16.0",
"description": "Component Library for Ember Octane apps: overlays",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@ember/render-modifiers": "^2.1.0",
"@embroider/addon-shim": "^1.8.7",
"@frontile/core": "^0.16.0-alpha.0",
"@frontile/tailwindcss-plugin-helpers": "^0.15.0",
"@frontile/core": "^0.16.0",
"@frontile/tailwindcss-plugin-helpers": "^0.16.0",
"ember-css-transitions": "^4.4.0",
"ember-focus-trap": "^1.0.2"
},
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.15.0",
"version": "0.16.0",
"description": "TailwindCSS helpers for building plugins",
"repository": "https://github.com/josemarluedke/frontile",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.16.0-alpha.0",
"version": "0.16.0",
"private": true,
"description": "test-app for @frontile package",
"repository": "",
Expand All @@ -24,12 +24,12 @@
"@embroider/core": "^3.4.3",
"@embroider/test-setup": "^3.0.3",
"@embroider/webpack": "^3.2.1",
"@frontile/buttons": "^0.16.0-alpha.0",
"@frontile/changeset-form": "^0.16.0-alpha.0",
"@frontile/core": "^0.16.0-alpha.0",
"@frontile/forms": "^0.16.0-alpha.0",
"@frontile/notifications": "^0.16.0-alpha.0",
"@frontile/overlays": "^0.16.0-alpha.0",
"@frontile/buttons": "^0.16.0",
"@frontile/changeset-form": "^0.16.0",
"@frontile/core": "^0.16.0",
"@frontile/forms": "^0.16.0",
"@frontile/notifications": "^0.16.0",
"@frontile/overlays": "^0.16.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@types/ember-qunit": "^6.1.1",
Expand Down

0 comments on commit d358927

Please sign in to comment.