Skip to content

Commit ca4dc8b

Browse files
authored
chore: re-add eds-tokens to release-please config (#4882)
* chore: re-add eds-tokens to release-please config Mobile team confirmed the TS API in 2.3.0-beta.2 works as expected, so eds-tokens can be released as stable. Re-adds the package entry that was temporarily removed in f3244fc to unblock stable releases of other packages. Also removes the global last-release-sha override so eds-tokens' changelog starts from its own v2.2.0 tag rather than from 0ef704b — without this, beta features (#4538, #4587, #4641, #4783) and recent fixes (#4831, #4864, Closes #4591 * fix: correct release-please manifest versions to prevent duplicate release PR The manifest was out of sync after re-adding eds-tokens to the config. Update to reflect the versions that were actually released in PR #4856.
1 parent fdaf763 commit ca4dc8b

2 files changed

Lines changed: 25 additions & 5 deletions

File tree

.github/release-please-config.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"last-release-sha": "0ef704b8671ea72a129e6d81aa0870511659aa38",
43
"tag-separator": "@",
54
"packages": {
65
"packages/eds-core-react": {
@@ -81,6 +80,26 @@
8180
"README.md"
8281
]
8382
},
83+
"packages/eds-tokens": {
84+
"release-type": "node",
85+
"package-name": "@equinor/eds-tokens",
86+
"component": "eds-tokens",
87+
"exclude-paths": [
88+
"tokens",
89+
"build-generate-variables",
90+
"scripts",
91+
".vscode",
92+
".gitignore",
93+
"rollup.config.js",
94+
"tsconfig.json",
95+
"vite.generate-variables.config.ts",
96+
"palette-config.json",
97+
"token-config.json",
98+
"tokens.json",
99+
"README.md",
100+
"CLAUDE.md"
101+
]
102+
},
84103
"packages/eds-utils": {
85104
"release-type": "node",
86105
"package-name": "@equinor/eds-utils",
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"packages/eds-core-react": "2.6.0",
3-
"packages/eds-core-react/src/components/next": "2.6.0-beta.0",
2+
"packages/eds-core-react": "2.7.0",
3+
"packages/eds-core-react/src/components/next": "2.7.0-beta.0",
44
"packages/eds-data-grid-react": "1.3.0",
5-
"packages/eds-icons": "1.5.0",
5+
"packages/eds-icons": "1.6.0",
66
"packages/eds-lab-react": "0.11.0",
7-
"packages/eds-utils": "2.2.0"
7+
"packages/eds-tokens": "2.2.1",
8+
"packages/eds-utils": "2.2.1"
89
}

0 commit comments

Comments
 (0)