Skip to content

Commit c2819c3

Browse files
Version Packages (#2251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Leroux <[email protected]>
1 parent f365542 commit c2819c3

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/four-shrimps-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
id-token: write
19-
statuses: read
2019
steps:
2120
- name: Checkout
2221
uses: actions/checkout@v4
@@ -28,7 +27,7 @@ jobs:
2827

2928
- name: Create Release Pull Request or Publish to npm
3029
id: changesets
31-
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
30+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
3231
env:
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @siemens/ix-docs
2+
3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#2238](https://github.com/siemens/ix/pull/2238) [`416b278`](https://github.com/siemens/ix/commit/416b278b00a28308829fced379bc9cae0a04caca) Thanks [@danielleroux](https://github.com/danielleroux)! - Init deployment of component documentation as markdown files

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siemens/ix-docs",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"scripts": {
55
"build": "tsx --tsconfig ./tsconfig.json ./scripts/build.ts"
66
},

0 commit comments

Comments
 (0)