Skip to content

Commit

Permalink
chore: release version (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 30, 2024
1 parent 1bf798d commit af8c304
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 31 deletions.
13 changes: 0 additions & 13 deletions .changeset/clever-fireants-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-ads-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-mayflies-yawn.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples/vite-react-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# remote-components-vite-react-ts

## 0.0.1

### Patch Changes

- Updated dependencies [1bf798d]
- Updated dependencies [9731161]
- Updated dependencies [9731161]
- @ethereal-nexus/conector-aem-react@1.0.0
- @ethereal-nexus/core@1.0.0
2 changes: 1 addition & 1 deletion examples/vite-react-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remote-components-vite-react-ts",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions lib/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ethereal-nexus/cli

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereal-nexus/cli",
"version": "0.2.1",
"version": "1.0.0",
"type": "module",
"description": "",
"exports": "./dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions lib/connector-aem-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ethereal-nexus/conector-aem-react

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.
2 changes: 1 addition & 1 deletion lib/connector-aem-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereal-nexus/conector-aem-react",
"version": "0.0.2",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
Expand Down
18 changes: 18 additions & 0 deletions lib/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @ethereal-nexus/core

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.

### Minor Changes

- 9731161: Updated libraries to support the conditionals behavior for dialogs.

### Patch Changes

- 9731161: Fix type inference for select schema
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereal-nexus/core",
"version": "0.3.0",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
Expand Down
21 changes: 21 additions & 0 deletions lib/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @ethereal-nexus/vite-plugin-ethereal-nexus

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.

### Minor Changes

- 9731161: Updated libraries to support the conditionals behavior for dialogs.

### Patch Changes

- Updated dependencies [1bf798d]
- Updated dependencies [9731161]
- Updated dependencies [9731161]
- @ethereal-nexus/core@1.0.0
2 changes: 1 addition & 1 deletion lib/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereal-nexus/vite-plugin-ethereal-nexus",
"version": "0.3.3",
"version": "1.0.0",
"description": "",
"keywords": [
"rollup-plugin"
Expand Down
10 changes: 10 additions & 0 deletions web/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ethereal-nexus/dashboard

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.
2 changes: 1 addition & 1 deletion web/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereal-nexus/dashboard",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=' --experimental-vm-modules --inspect' next dev",
Expand Down
10 changes: 10 additions & 0 deletions web/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @ethereal-nexus/site

## 1.0.0

### Major Changes

- 1bf798d: This is the first Major release of Ethereal Nexus!

Added environments features. This allows projects to have several configurations based on the respective environemnt and to publish them from one environment to the other using launches.
Because of this there were breaking changes to the schema of the component configs.
2 changes: 1 addition & 1 deletion web/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ethereal-nexus/site",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit af8c304

Please sign in to comment.