Skip to content

Commit

Permalink
Merge pull request #59 from phjardas/changeset-release/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
phjardas authored Sep 19, 2024
2 parents e460d8a + e1f744d commit 96ffadc
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-gorillas-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-papayas-wait.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# taktische-zeichen-cli

## 0.9.0

### Minor Changes

- [#58](https://github.com/phjardas/taktische-zeichen/pull/58) [`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121) Thanks [@phjardas](https://github.com/phjardas)! - Neues Attribut "Typ" für Text unten-links

### Patch Changes

- Updated dependencies [[`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121)]:
- [email protected]

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taktische-zeichen-cli",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bibliothek für die Erzeugung von taktischen Zeichen nach der DV 102 in JavaScript",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"prettify-xml": "^1.2.0",
"taktische-zeichen-core": "^0.8.0",
"taktische-zeichen-core": "^0.9.0",
"yargs": "^17.3.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# taktische-zeichen

## 0.9.0

### Minor Changes

- [#58](https://github.com/phjardas/taktische-zeichen/pull/58) [`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121) Thanks [@phjardas](https://github.com/phjardas)! - Neues Attribut "Typ" für Text unten-links

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taktische-zeichen-core",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bibliothek für die Erzeugung von taktischen Zeichen nach der DV 102 in JavaScript",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# taktische-zeichen-react

## 0.9.0

### Minor Changes

- [#58](https://github.com/phjardas/taktische-zeichen/pull/58) [`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121) Thanks [@phjardas](https://github.com/phjardas)! - Neues Attribut "Typ" für Text unten-links

### Patch Changes

- Updated dependencies [[`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121)]:
- [email protected]

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taktische-zeichen-react",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bibliothek für die Erzeugung von taktischen Zeichen nach der DV 102 in JavaScript",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"format": "prettier --write src"
},
"dependencies": {
"taktische-zeichen-core": "^0.8.0"
"taktische-zeichen-core": "^0.9.0"
},
"peerDependencies": {
"react": ">= 17.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/web-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# taktische-zeichen-web-component

## 0.9.0

### Minor Changes

- [#58](https://github.com/phjardas/taktische-zeichen/pull/58) [`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121) Thanks [@phjardas](https://github.com/phjardas)! - Neues Attribut "Typ" für Text unten-links

### Patch Changes

- Updated dependencies [[`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121)]:
- [email protected]

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taktische-zeichen-web-component",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bibliothek für die Erzeugung von taktischen Zeichen nach der DV 102 in JavaScript",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"format": "prettier --write src"
},
"dependencies": {
"taktische-zeichen-core": "^0.8.0"
"taktische-zeichen-core": "^0.9.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
Expand Down
14 changes: 14 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# taktische-zeichen-website

## 0.8.0

### Minor Changes

- [#58](https://github.com/phjardas/taktische-zeichen/pull/58) [`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121) Thanks [@phjardas](https://github.com/phjardas)! - Neues Attribut "Typ" für Text unten-links

### Patch Changes

- [`e460d8a`](https://github.com/phjardas/taktische-zeichen/commit/e460d8a2094791f5b79d521426b5971e8ea09975) Thanks [@phjardas](https://github.com/phjardas)! - Website: Button zum Download als SVG

- Updated dependencies [[`75d8048`](https://github.com/phjardas/taktische-zeichen/commit/75d8048f51f162e114f603c8328c9cb775e83121)]:
- [email protected]
- [email protected]

## 0.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taktische-zeichen-website",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"clean": "shx rm -rf dist",
"compile": "webpack",
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"taktische-zeichen-core": "^0.8.0",
"taktische-zeichen-react": "^0.8.0"
"taktische-zeichen-core": "^0.9.0",
"taktische-zeichen-react": "^0.9.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
Expand Down

0 comments on commit 96ffadc

Please sign in to comment.