Skip to content

Commit 536d45a

Browse files
authored
chore: 🔨 release 17.3.0 (#86)
1 parent 3d33df6 commit 536d45a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ const config = {
117117
],
118118
},
119119
announcementBar: {
120-
id: '17.2.0',
121-
content:
122-
'<b>signalstory 17.2.0</b> is out! ✨ We are still in rapid development mode. Submit feature requests <a href="https://github.com/zuriscript/signalstory/discussions/categories/ideas" target="_blank">here</a>; yours might get considered! 🏆',
120+
id: '17.3.0',
121+
content: '<b>signalstory 17.3.0</b> has just been released 🥳',
123122
backgroundColor: '#e35e75',
124123
textColor: '#091E42',
125124
isCloseable: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signalstory-workspace",
3-
"version": "17.2.0",
3+
"version": "17.3.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

packages/signalstory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signalstory",
3-
"version": "17.2.0",
3+
"version": "17.3.0",
44
"description": "Signal-based state management for Angular that grows with your project. Explore a versatile toolbox with enriching plugins for developers at all levels.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)