Skip to content

Commit ed51bbb

Browse files
committed
Merge branch 'release/0.26.0'
2 parents fcee511 + 48138da commit ed51bbb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- '*'
7-
workflow_dispatch:
87

98
permissions:
109
id-token: write
@@ -14,8 +13,8 @@ jobs:
1413
publish:
1514
runs-on: ubuntu-latest
1615
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1918
with:
2019
node-version: '24'
2120
- run: npm --version

CHANGELOG.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Prefix the change with one of these keywords:
1717

1818
## [Unreleased]
1919

20-
## [0.25.17][0.25.19]
20+
## [0.25.17][0.26.0]
2121

2222
### Fixed / Reverted
2323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@carletonuniversity/rds",
3-
"version": "0.25.19",
3+
"version": "0.26.0",
44
"private": false,
55
"description": "Raven Design System is Carleton University's design system",
66
"author": "Web Services",
77
"license": "Proprietary",
88
"homepage": "https://github.com/cuweb/rds#readme",
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/cuweb/rds.git"
11+
"url": "https://github.com/cuweb/rds"
1212
},
1313
"bugs": {
1414
"url": "https://github.com/cuweb/rds/issues"

0 commit comments

Comments
 (0)